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 String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
String outcome)
Performs any post commit processing subclasses may want to provide
|
String |
finishDelete() |
protected String |
finishImpl(javax.faces.context.FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
Node |
getActionCategory() |
UIRichList |
getCategoriesRichList() |
Node |
getCategory() |
Boolean |
getCategoryFlag() |
org.alfresco.service.cmr.repository.NodeRef |
getCategoryRef() |
String |
getContainerTitle()
Returns the title to be used for the dialog
|
String |
getCurrentCategoryId() |
String |
getDescription() |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
List<IBreadcrumbHandler> |
getLocation() |
Collection<org.alfresco.service.cmr.repository.ChildAssociationRef> |
getMembers() |
int |
getMembersSize() |
String |
getName() |
void |
init(Map<String,String> parameters)
Initialises the dialog bean
|
void |
setActionCategory(Node node) |
void |
setCategoriesRichList(UIRichList categoriesRichList) |
void |
setCategory(Node category) |
void |
setCategoryFlag(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(String description) |
void |
setLocation(List<IBreadcrumbHandler> location) |
void |
setMembers(Collection<org.alfresco.service.cmr.repository.ChildAssociationRef> members) |
void |
setName(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(Map<String,String> parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected String doPostCommitProcessing(javax.faces.context.FacesContext context, String outcome)
BaseDialogBeandoPostCommitProcessing in class BaseDialogBeancontext - FacesContextoutcome - The default outcomepublic Collection<org.alfresco.service.cmr.repository.ChildAssociationRef> getMembers()
public void setMembers(Collection<org.alfresco.service.cmr.repository.ChildAssociationRef> members)
public int getMembersSize()
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(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 Boolean getCategoryFlag()
public void setCategoryFlag(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(List<IBreadcrumbHandler> location)
public List<IBreadcrumbHandler> getLocation()
public boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanprotected String finishImpl(javax.faces.context.FacesContext context, String outcome) throws Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomeExceptionpublic String getContainerTitle()
IDialogBeanIf this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle in interface IDialogBeangetContainerTitle in class BaseDialogBeanpublic String getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class BaseDialogBeanpublic UIRichList getCategoriesRichList()
public void setCategoriesRichList(UIRichList categoriesRichList)
public void contextUpdated()
IContextListener.contextUpdated()public 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 String finishDelete()
Copyright © 2005–2018 Alfresco Software. All rights reserved.