public class DeleteCategoryDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected UIRichList |
categoriesRichList
Component references
|
protected org.alfresco.service.cmr.search.CategoryService |
categoryService |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
DeleteCategoryDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextUpdated() |
protected java.lang.String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs any post commit processing subclasses may want to provide
|
java.lang.String |
finishDelete() |
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
Node |
getActionCategory() |
UIRichList |
getCategoriesRichList() |
Node |
getCategory() |
java.lang.Boolean |
getCategoryFlag() |
org.alfresco.service.cmr.repository.NodeRef |
getCategoryRef() |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog
|
java.lang.String |
getCurrentCategoryId() |
java.lang.String |
getDescription() |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
java.lang.String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
java.util.List |
getLocation() |
java.util.Collection |
getMembers() |
int |
getMembersSize() |
java.lang.String |
getName() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setActionCategory(Node node) |
void |
setCategoriesRichList(UIRichList categoriesRichList) |
void |
setCategory(Node category) |
void |
setCategoryFlag(java.lang.Boolean categoryFlag) |
void |
setCategoryRef(org.alfresco.service.cmr.repository.NodeRef categoryRef) |
void |
setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService) |
void |
setCurrentCategory(org.alfresco.service.cmr.repository.NodeRef ref)
Set the current category node.
|
void |
setDescription(java.lang.String description) |
void |
setLocation(java.util.List location) |
void |
setMembers(java.util.Collection members) |
void |
setName(java.lang.String name) |
cancel, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected transient org.alfresco.service.cmr.search.CategoryService categoryService
protected UIRichList categoriesRichList
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
BaseDialogBeandoPostCommitProcessing in class BaseDialogBeancontext - FacesContextoutcome - The default outcomepublic java.util.Collection getMembers()
public void setMembers(java.util.Collection members)
public int getMembersSize()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
public org.alfresco.service.cmr.repository.NodeRef getCategoryRef()
public void setCategoryRef(org.alfresco.service.cmr.repository.NodeRef categoryRef)
public Node getCategory()
public void setCategory(Node category)
public java.lang.Boolean getCategoryFlag()
public void setCategoryFlag(java.lang.Boolean categoryFlag)
public void setActionCategory(Node node)
node - Set the Node to be used for the current category screen action.public Node getActionCategory()
public void setLocation(java.util.List location)
public java.util.List getLocation()
public boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanprotected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomejava.lang.Exceptionpublic java.lang.String getContainerTitle()
IDialogBeanIf this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle in interface IDialogBeangetContainerTitle in class BaseDialogBeanpublic java.lang.String getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class BaseDialogBeanpublic UIRichList getCategoriesRichList()
public void setCategoriesRichList(UIRichList categoriesRichList)
public void contextUpdated()
IContextListener.contextUpdated()public java.lang.String getCurrentCategoryId()
public void setCurrentCategory(org.alfresco.service.cmr.repository.NodeRef ref)
Setting this value causes the UI to update and display the specified node as current.
ref - The current category node.public java.lang.String finishDelete()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.