public abstract class AVMDetailsBean extends BaseDialogBean implements NavigationSupport
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean
AVMBrowseBean bean reference
|
protected java.util.Map |
panels |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
AVMDetailsBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
expandPanel(javax.faces.event.ActionEvent event)
Save the state of the panel that was expanded/collapsed
|
abstract AVMNode |
getAvmNode() |
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService() |
boolean |
getIsBrowseList() |
java.lang.String |
getName()
Returns the name of the current node
|
java.lang.String |
getNodeRefUrl()
Return the Alfresco NodeRef URL for the current node
|
protected abstract java.util.List |
getNodes() |
protected org.alfresco.service.cmr.repository.NodeService |
getNodeService() |
java.util.Map |
getPanels() |
java.lang.String |
getPath()
Returns the Path of the current node
|
void |
nextItem(javax.faces.event.ActionEvent event)
Navigates to next item in the list of items for the current folder
|
void |
previousItem(javax.faces.event.ActionEvent event)
Navigates to the previous item in the list of items for the current folder
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean) |
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPanels(java.util.Map panels) |
cancel, doPostCommitProcessing, finish, finishImpl, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getRuleService, getSearchService, getTransactionService, init, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setSearchServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentItemId, getOutcomeprotected AVMBrowseBean avmBrowseBean
protected java.util.Map panels
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
setNodeService in class BaseDialogBeannodeService - The NodeService to setprotected org.alfresco.service.cmr.repository.NodeService getNodeService()
getNodeService in class BaseDialogBeanpublic void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService - The AVMService to set.protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - The AVMBrowseBean to set.public java.util.Map getPanels()
public void setPanels(java.util.Map panels)
panels - The panels expanded state map.public abstract AVMNode getAvmNode()
public java.lang.String getPath()
public java.lang.String getName()
public java.lang.String getNodeRefUrl()
public boolean getIsBrowseList()
protected abstract java.util.List getNodes()
public void expandPanel(javax.faces.event.ActionEvent event)
public void nextItem(javax.faces.event.ActionEvent event)
nextItem in interface NavigationSupportpublic void previousItem(javax.faces.event.ActionEvent event)
previousItem in interface NavigationSupportCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.