org.alfresco.web.bean.users
Class EditUserDetailsDialog
java.lang.Object
org.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.users.EditUserDetailsDialog
- All Implemented Interfaces:
- java.io.Serializable, IDialogBean
public class EditUserDetailsDialog
- extends BaseDialogBean
- See Also:
- Serialized Form
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
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, setSearchService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected UsersBeanProperties properties
EditUserDetailsDialog
public EditUserDetailsDialog()
setProperties
public void setProperties(UsersBeanProperties properties)
- Parameters:
properties
- the properties to set
init
public void init(java.util.Map parameters)
- Description copied from interface:
IDialogBean
- Initialises the dialog bean
- Specified by:
init
in interface IDialogBean
- Overrides:
init
in class BaseDialogBean
- Parameters:
parameters
- Map of parameters for the dialog
finishImpl
protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
- Description copied from class:
BaseDialogBean
- Performs the actual processing for the wizard.
NOTE: This method is called within the context of a transaction
so no transaction handling is required
- Specified by:
finishImpl
in class BaseDialogBean
- Parameters:
context
- FacesContextoutcome
- The default outcome
- Returns:
- The outcome
- Throws:
java.lang.Exception
getPerson
public Node getPerson()
getEmail
public java.lang.String getEmail()
setEmail
public void setEmail(java.lang.String email)
getFirstName
public java.lang.String getFirstName()
setFirstName
public void setFirstName(java.lang.String firstName)
getLastName
public java.lang.String getLastName()
getPersonDescription
public java.lang.String getPersonDescription()
setPersonDescription
public void setPersonDescription(java.lang.String s)
setLastName
public void setLastName(java.lang.String lastName)
getPersonProperties
public java.util.Map getPersonProperties()
getPersonPhotoRef
public org.alfresco.service.cmr.repository.NodeRef getPersonPhotoRef()
setPersonPhotoRef
public void setPersonPhotoRef(org.alfresco.service.cmr.repository.NodeRef ref)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.