public class CreateCategoryDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.search.CategoryService |
categoryService |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
CreateCategoryDialog() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
finishCreate() |
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
org.alfresco.service.cmr.repository.NodeRef |
getCategoryRef() |
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.lang.String |
getName() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setCategoryRef(org.alfresco.service.cmr.repository.NodeRef categoryRef) |
void |
setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService) |
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, 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
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogpublic 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 java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
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 getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class BaseDialogBeanpublic java.lang.String finishCreate()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.