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 |
|---|---|
String |
finishCreate() |
protected String |
finishImpl(javax.faces.context.FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
org.alfresco.service.cmr.repository.NodeRef |
getCategoryRef() |
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
|
String |
getName() |
void |
init(Map<String,String> 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(String description) |
void |
setName(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(Map<String,String> 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 String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
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 getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class BaseDialogBeanpublic String finishCreate()
Copyright © 2005–2018 Alfresco Software. All rights reserved.