|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.ajax.CategoryBrowserPluginBean
public class CategoryBrowserPluginBean
Field Summary | |
---|---|
static java.lang.String |
BEAN_NAME
|
protected org.alfresco.service.cmr.repository.NodeRef |
previouslySelectedNode
|
Constructor Summary | |
---|---|
CategoryBrowserPluginBean()
|
Method Summary | |
---|---|
protected UITree.TreeNode |
createTreeNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Creates a TreeNode object from the given NodeRef |
java.util.List |
getCategoryRootNodes()
|
protected java.util.Map |
getNodesMap()
|
void |
nodeCollapsed()
Sets the state of the node given in the 'nodeRef' parameter to collapsed |
void |
reset()
Resets all the caches held by the bean. |
void |
resetSelectedNode()
Resets the selected node |
void |
retrieveChildren()
Retrieves the child folders for the noderef given in the 'noderef' parameter and caches the nodes against the area in the 'area' parameter. |
void |
selectNode(org.alfresco.service.cmr.repository.NodeRef selectedNode,
java.lang.String area)
|
void |
setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BEAN_NAME
protected org.alfresco.service.cmr.repository.NodeRef previouslySelectedNode
Constructor Detail |
---|
public CategoryBrowserPluginBean()
Method Detail |
---|
public void setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
categoryService
- the categoryService to setpublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the nodeService to setpublic java.util.List getCategoryRootNodes()
protected java.util.Map getNodesMap()
public void retrieveChildren() throws java.io.IOException
java.io.IOException
public void nodeCollapsed() throws java.io.IOException
java.io.IOException
public void selectNode(org.alfresco.service.cmr.repository.NodeRef selectedNode, java.lang.String area)
public void resetSelectedNode()
public void reset()
protected UITree.TreeNode createTreeNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef
- The NodeRef to create the TreeNode from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |