public class CreateGroupDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
parentGroup |
protected String |
parentGroupName |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
CreateGroupDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
finishImpl(javax.faces.context.FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
protected org.alfresco.service.cmr.security.AuthorityService |
getAuthService() |
String |
getContainerSubTitle()
Returns the subtitle to be used for the dialog
|
String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
String |
getName() |
void |
init(Map<String,String> parameters)
Initialises the dialog bean
|
void |
setAuthService(org.alfresco.service.cmr.security.AuthorityService authService) |
void |
setName(String name) |
void |
validateGroupName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
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 String parentGroup
protected String parentGroupName
protected String name
public void init(Map<String,String> parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected 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 getContainerSubTitle()
IDialogBeanIf this returns null the DialogManager will lookup the subtitle via the dialog configuration
getContainerSubTitle in interface IDialogBeangetContainerSubTitle in class BaseDialogBeanpublic String getName()
public void setName(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,
Object value)
throws javax.faces.validator.ValidatorException
javax.faces.validator.ValidatorExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.