public class UserShortcutsBean extends Object implements 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(ActionEvent event)
Action handler bound to the user shortcuts Shelf component called when a node is clicked
|
void |
createShortcut(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() |
List<Node> |
getShortcuts() |
void |
removeShortcut(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(List<Node> 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 void createShortcut(ActionEvent event)
public void removeShortcut(ActionEvent event)
public void click(ActionEvent event)
Copyright © 2005–2017 Alfresco Software. All rights reserved.