public class EditCategoryDialog 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 |
|---|
EditCategoryDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
String outcome)
Performs any post commit processing subclasses may want to provide
|
String |
finishEdit() |
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() |
String |
getContainerTitle()
Returns the title to be used for the dialog
|
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() |
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 |
setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService) |
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 String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public UIRichList getCategoriesRichList()
public void setCategoriesRichList(UIRichList categoriesRichList)
public void setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
public Node getCategory()
public void setCategory(Node category)
public Boolean getCategoryFlag()
public void setCategoryFlag(Boolean categoryFlag)
public Collection<org.alfresco.service.cmr.repository.ChildAssociationRef> getMembers()
public void setMembers(Collection<org.alfresco.service.cmr.repository.ChildAssociationRef> members)
public void setActionCategory(Node node)
public Node getActionCategory()
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 void setLocation(List<IBreadcrumbHandler> location)
public List<IBreadcrumbHandler> getLocation()
public String finishEdit()
Copyright © 2005–2018 Alfresco Software. All rights reserved.