public class NewUserWizard extends AbstractWizardBean
browseBean, CANCEL_OUTCOME, currentStep, DEFAULT_INSTRUCTION_ID, editMode, FINISH_OUTCOME, navigator, SUMMARY_DESCRIPTION_ID, SUMMARY_TITLE_ID| Constructor and Description |
|---|
NewUserWizard()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
determineOutcomeForStep(int step)
Deprecated.
Determines the outcome string for the given step number
|
java.lang.String |
finish()
Deprecated.
Handles the finish button being pressed
|
java.lang.String |
getCompanyId()
Deprecated.
|
java.lang.String |
getConfirm()
Deprecated.
|
boolean |
getEditMode()
Deprecated.
|
java.lang.String |
getEmail()
Deprecated.
|
java.lang.String |
getFirstName()
Deprecated.
|
org.alfresco.service.cmr.repository.NodeRef |
getHomeSpaceLocation()
Deprecated.
|
java.lang.String |
getHomeSpaceName()
Deprecated.
|
java.lang.String |
getLastName()
Deprecated.
|
java.lang.String |
getPassword()
Deprecated.
|
Node |
getPerson()
Deprecated.
|
java.lang.String |
getStepDescription()
Deprecated.
|
java.lang.String |
getStepInstructions()
Deprecated.
|
java.lang.String |
getStepTitle()
Deprecated.
|
java.lang.String |
getSummary()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getWizardDescription()
Deprecated.
|
java.lang.String |
getWizardTitle()
Deprecated.
|
void |
init()
Deprecated.
Initialises the wizard
|
void |
populate()
Deprecated.
Populates the wizard's values with the current values
of the node about to be edited
|
void |
setAuthenticationService(org.alfresco.service.cmr.security.MutableAuthenticationService authenticationService)
Deprecated.
|
void |
setCompanyId(java.lang.String companyId)
Deprecated.
|
void |
setConfirm(java.lang.String confirm)
Deprecated.
|
void |
setEmail(java.lang.String email)
Deprecated.
|
void |
setFirstName(java.lang.String firstName)
Deprecated.
|
void |
setHomeSpaceLocation(org.alfresco.service.cmr.repository.NodeRef homeSpaceLocation)
Deprecated.
|
void |
setHomeSpaceName(java.lang.String homeSpaceName)
Deprecated.
|
void |
setLastName(java.lang.String lastName)
Deprecated.
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Deprecated.
|
void |
setOwnableService(org.alfresco.service.cmr.security.OwnableService ownableService)
Deprecated.
|
void |
setPassword(java.lang.String password)
Deprecated.
|
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
Deprecated.
|
void |
setPerson(Node person)
Deprecated.
|
void |
setPersonService(org.alfresco.service.cmr.security.PersonService personService)
Deprecated.
|
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
Deprecated.
|
void |
setupUsers(javax.faces.event.ActionEvent event)
Deprecated.
Init the users screen
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
startWizardForEdit(javax.faces.event.ActionEvent event)
Deprecated.
Action listener called when the wizard is being launched for editing an
existing node.
|
void |
validateEmail(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
Deprecated.
Validate Email field data is acceptable
|
void |
validatePassword(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
Deprecated.
Validate password field data is acceptable
|
void |
validateUsername(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
Deprecated.
Validate Username field data is acceptable
|
back, buildSummary, cancel, getBrowseBean, getFileFolderService, getNavigator, getNodeService, getSearchService, isInEditMode, next, setBrowseBean, setFileFolderService, setNavigator, setNodeService, setSearchService, startWizardpublic void setAuthenticationService(org.alfresco.service.cmr.security.MutableAuthenticationService authenticationService)
authenticationService - The AuthenticationService to set.public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService - The namespaceService to set.public void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
permissionService - The PermissionService to set.public void setPersonService(org.alfresco.service.cmr.security.PersonService personService)
personService - The person service.public void setOwnableService(org.alfresco.service.cmr.security.OwnableService ownableService)
ownableService - The ownableService to set.public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
tenantService - The tenantService to set.public void init()
init in class AbstractWizardBeanpublic void populate()
AbstractWizardBeanpopulate in class AbstractWizardBeanAbstractWizardBean.populate()public java.lang.String getWizardDescription()
getWizardDescription in class AbstractWizardBeanAbstractWizardBean.getWizardDescription()public java.lang.String getWizardTitle()
getWizardTitle in class AbstractWizardBeanAbstractWizardBean.getWizardTitle()public java.lang.String getStepTitle()
getStepTitle in class AbstractWizardBeanAbstractWizardBean.getStepTitle()public java.lang.String getStepDescription()
getStepDescription in class AbstractWizardBeanAbstractWizardBean.getStepDescription()public java.lang.String getStepInstructions()
getStepInstructions in class AbstractWizardBeanAbstractWizardBean.getStepInstructions()protected java.lang.String determineOutcomeForStep(int step)
AbstractWizardBeandetermineOutcomeForStep in class AbstractWizardBeanstep - The step number to get the outcome forAbstractWizardBean.determineOutcomeForStep(int)public java.lang.String finish()
AbstractWizardBeanfinish in class AbstractWizardBeanAbstractWizardBean.finish()public java.lang.String getSummary()
public void setupUsers(javax.faces.event.ActionEvent event)
public void startWizardForEdit(javax.faces.event.ActionEvent event)
startWizardForEdit in class AbstractWizardBeanpublic java.lang.String getCompanyId()
public void setCompanyId(java.lang.String companyId)
companyId - The companyId to set.public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - The email to set.public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName - The firstName to set.public org.alfresco.service.cmr.repository.NodeRef getHomeSpaceLocation()
public void setHomeSpaceLocation(org.alfresco.service.cmr.repository.NodeRef homeSpaceLocation)
homeSpaceLocation - The homeSpaceLocation to set.public java.lang.String getHomeSpaceName()
public void setHomeSpaceName(java.lang.String homeSpaceName)
homeSpaceName - The homeSpaceName to set.public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName - The lastName to set.public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - The userName to set.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - The password to set.public java.lang.String getConfirm()
public void setConfirm(java.lang.String confirm)
confirm - The confirm password to set.public Node getPerson()
public void setPerson(Node person)
person - The person context to set.public boolean getEditMode()
public void validatePassword(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
throws javax.faces.validator.ValidatorException
javax.faces.validator.ValidatorExceptionpublic void validateUsername(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
throws javax.faces.validator.ValidatorException
javax.faces.validator.ValidatorExceptionpublic void validateEmail(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object value)
throws javax.faces.validator.ValidatorException
context - component - value - javax.faces.validator.ValidatorExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.