public class CreateGroupDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.String |
parentGroup |
protected java.lang.String |
parentGroupName |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
CreateGroupDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
protected org.alfresco.service.cmr.security.AuthorityService |
getAuthService() |
java.lang.String |
getContainerSubTitle()
Returns the subtitle to be used for the dialog
|
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 |
setAuthService(org.alfresco.service.cmr.security.AuthorityService authService) |
void |
setName(java.lang.String name) |
void |
validateGroupName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected java.lang.String parentGroup
protected java.lang.String parentGroupName
protected java.lang.String name
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected 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 getContainerSubTitle()
IDialogBeanIf this returns null the DialogManager will lookup the subtitle via the dialog configuration
getContainerSubTitle in interface IDialogBeangetContainerSubTitle in class BaseDialogBeanpublic java.lang.String getName()
public void setName(java.lang.String name)
public void setAuthService(org.alfresco.service.cmr.security.AuthorityService authService)
protected org.alfresco.service.cmr.security.AuthorityService getAuthService()
public void validateGroupName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
throws javax.faces.validator.ValidatorException
javax.faces.validator.ValidatorExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.