|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.wizard.BaseWizardBean
org.alfresco.web.bean.users.CreateUserWizard
org.alfresco.web.bean.users.EditUserWizard
public class EditUserWizard
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.wizard.BaseWizardBean |
---|
back, buildSummary, getBackButtonLabel, getDefaultCancelOutcome, getDefaultFinishOutcome, getFinishButtonLabel, getNextButtonDisabled, getNextButtonLabel, getStepDescription, getStepTitle |
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 |
---|
protected UsersBeanProperties properties
Constructor Detail |
---|
public EditUserWizard()
Method Detail |
---|
public void setProperties(UsersBeanProperties properties)
properties
- the properties to setpublic void init(java.util.Map arg0)
CreateUserWizard
init
in interface IDialogBean
init
in class CreateUserWizard
arg0
- Map of parameters for the dialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class CreateUserWizard
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
public java.util.Map getPersonPropertiesImmutability()
getPersonPropertiesImmutability
in class CreateUserWizard
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |