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 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 |
finishEdit() |
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() |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog
|
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() |
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 |
setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService) |
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.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.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 java.lang.Boolean getCategoryFlag()
public void setCategoryFlag(java.lang.Boolean categoryFlag)
public java.util.Collection getMembers()
public void setMembers(java.util.Collection members)
public void setActionCategory(Node node)
public Node getActionCategory()
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 void setLocation(java.util.List location)
public java.util.List getLocation()
public java.lang.String finishEdit()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.