public class UserShortcutsBean
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected BrowseBean |
browseBean
The BrowseBean reference
|
protected org.alfresco.service.cmr.repository.NodeService |
nodeService
The NodeService to be used by the bean
|
| Constructor and Description |
|---|
UserShortcutsBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
click(javax.faces.event.ActionEvent event)
Action handler bound to the user shortcuts Shelf component called when a node is clicked
|
void |
createShortcut(javax.faces.event.ActionEvent event)
Action handler called when a new shortcut is to be added to the list
|
protected org.alfresco.service.cmr.repository.NodeService |
getNodeService() |
protected org.alfresco.service.cmr.security.PermissionService |
getPermissionService() |
java.util.List |
getShortcuts() |
void |
removeShortcut(javax.faces.event.ActionEvent event)
Action handler bound to the user shortcuts Shelf component called when a node is removed
|
void |
setBrowseBean(BrowseBean browseBean) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService) |
void |
setShortcuts(java.util.List nodes) |
protected transient org.alfresco.service.cmr.repository.NodeService nodeService
protected BrowseBean browseBean
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - The NodeService to set.protected org.alfresco.service.cmr.repository.NodeService getNodeService()
public void setBrowseBean(BrowseBean browseBean)
browseBean - The BrowseBean to set.public void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
permissionService - The PermissionService to set.protected org.alfresco.service.cmr.security.PermissionService getPermissionService()
public java.util.List getShortcuts()
public void setShortcuts(java.util.List nodes)
nodes - List of shortcuts Nodespublic void createShortcut(javax.faces.event.ActionEvent event)
public void removeShortcut(javax.faces.event.ActionEvent event)
public void click(javax.faces.event.ActionEvent event)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.