org.alfresco.web.bean.users
Class EditUserWizard

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.wizard.BaseWizardBean
          extended by org.alfresco.web.bean.users.CreateUserWizard
              extended by org.alfresco.web.bean.users.EditUserWizard
All Implemented Interfaces:
java.io.Serializable, IDialogBean, IWizardBean

public class EditUserWizard
extends CreateUserWizard

See Also:
Serialized Form

Field Summary
protected  UsersBeanProperties properties
           
 
Fields inherited from class org.alfresco.web.bean.users.CreateUserWizard
companyId, confirm, email, ERROR, ERROR_DOMAIN_MISMATCH, firstName, homeSpaceLocation, homeSpaceName, jobtitle, lastName, location, organisation, password, presenceProvider, presenceUsername, QUOTA_UNITS_GB, QUOTA_UNITS_KB, QUOTA_UNITS_MB, sizeQuota, sizeQuotaUnits, userName
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
EditUserWizard()
           
 
Method Summary
protected  java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome)
          Performs the actual processing for the wizard.
 java.util.Map getPersonPropertiesImmutability()
           
 void init(java.util.Map arg0)
          Initialises the wizard
 void setProperties(UsersBeanProperties properties)
           
 
Methods inherited from class org.alfresco.web.bean.users.CreateUserWizard
checkTenantUserName, convertFromBytes, convertToBytes, createHomeSpace, getCompanyHomeSpace, getCompanyId, getConfirm, getDefaultHomeSpace, getEmail, getFinishButtonDisabled, getFirstName, getHomeSpaceLocation, getHomeSpaceName, getJobtitle, getLastName, getLocation, getOrganization, getPassword, getPresenceProvider, getPresenceUsername, getSizeQuota, getSizeQuotaUnits, getSummary, getUserName, next, putSizeQuotaProperty, setAuthenticationService, setCompanyId, setConfirm, setContentUsageService, setEmail, setFirstName, setHomeSpaceLocation, setHomeSpaceName, setJobtitle, setLastName, setLocation, setOrganization, setOwnableService, setPassword, setPermissionService, setPersonPropertiesAndCreateHomeSpaceIfNeeded, setPersonService, setPresenceProvider, setPresenceUsername, setSizeQuota, setSizeQuotaUnits, setTenantService, setupUsers, setUserName, validatePassword, validateUsername
 
Methods inherited from class org.alfresco.web.bean.wizard.BaseWizardBean
back, buildSummary, getBackButtonLabel, getDefaultCancelOutcome, getDefaultFinishOutcome, getFinishButtonLabel, getNextButtonDisabled, getNextButtonLabel, getStepDescription, getStepTitle
 
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, 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
 
Methods inherited from interface org.alfresco.web.bean.dialog.IDialogBean
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getMoreActionsConfigId, isFinished, restored
 

Field Detail

properties

protected UsersBeanProperties properties
Constructor Detail

EditUserWizard

public EditUserWizard()
Method Detail

setProperties

public void setProperties(UsersBeanProperties properties)
Parameters:
properties - the properties to set

init

public void init(java.util.Map arg0)
Description copied from class: CreateUserWizard
Initialises the wizard

Specified by:
init in interface IDialogBean
Overrides:
init in class CreateUserWizard
Parameters:
arg0 - 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

Overrides:
finishImpl in class CreateUserWizard
Parameters:
context - FacesContext
outcome - The default outcome
Returns:
The outcome
Throws:
java.lang.Exception

getPersonPropertiesImmutability

public java.util.Map getPersonPropertiesImmutability()
Overrides:
getPersonPropertiesImmutability in class CreateUserWizard


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.