public class EditUserDetailsDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected UsersBeanProperties |
properties |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
EditUserDetailsDialog() |
| 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.
|
java.lang.String |
getEmail() |
java.lang.String |
getFirstName() |
java.lang.String |
getLastName() |
Node |
getPerson() |
java.lang.String |
getPersonDescription() |
org.alfresco.service.cmr.repository.NodeRef |
getPersonPhotoRef() |
java.util.Map |
getPersonProperties() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setEmail(java.lang.String email) |
void |
setFirstName(java.lang.String firstName) |
void |
setLastName(java.lang.String lastName) |
void |
setPersonDescription(java.lang.String s) |
void |
setPersonPhotoRef(org.alfresco.service.cmr.repository.NodeRef ref) |
void |
setProperties(UsersBeanProperties properties) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected UsersBeanProperties properties
public void setProperties(UsersBeanProperties properties)
properties - the properties to setpublic 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 Node getPerson()
public java.lang.String getEmail()
public void setEmail(java.lang.String email)
public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
public java.lang.String getLastName()
public java.lang.String getPersonDescription()
public void setPersonDescription(java.lang.String s)
public void setLastName(java.lang.String lastName)
public java.util.Map getPersonProperties()
public org.alfresco.service.cmr.repository.NodeRef getPersonPhotoRef()
public void setPersonPhotoRef(org.alfresco.service.cmr.repository.NodeRef ref)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.