|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.users.UserShortcutsBean
public class UserShortcutsBean
This bean manages the user defined list of Recent Spaces in the Shelf component.
Field Summary | |
---|---|
protected BrowseBean |
browseBean
The BrowseBean reference |
protected org.alfresco.service.cmr.repository.NodeService |
nodeService
The NodeService to be used by the bean |
Constructor Summary | |
---|---|
UserShortcutsBean()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient org.alfresco.service.cmr.repository.NodeService nodeService
protected BrowseBean browseBean
Constructor Detail |
---|
public UserShortcutsBean()
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |