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 String |
determineOutcomeForStep(int step)
Deprecated.
Determines the outcome string for the given step number
|
String |
finish()
Deprecated.
Handles the finish button being pressed
|
String |
getCompanyId()
Deprecated.
|
String |
getConfirm()
Deprecated.
|
boolean |
getEditMode()
Deprecated.
|
String |
getEmail()
Deprecated.
|
String |
getFirstName()
Deprecated.
|
org.alfresco.service.cmr.repository.NodeRef |
getHomeSpaceLocation()
Deprecated.
|
String |
getHomeSpaceName()
Deprecated.
|
String |
getLastName()
Deprecated.
|
String |
getPassword()
Deprecated.
|
Node |
getPerson()
Deprecated.
|
String |
getStepDescription()
Deprecated.
|
String |
getStepInstructions()
Deprecated.
|
String |
getStepTitle()
Deprecated.
|
String |
getSummary()
Deprecated.
|
String |
getUserName()
Deprecated.
|
String |
getWizardDescription()
Deprecated.
|
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(MutableAuthenticationService authenticationService)
Deprecated.
|
void |
setCompanyId(String companyId)
Deprecated.
|
void |
setConfirm(String confirm)
Deprecated.
|
void |
setEmail(String email)
Deprecated.
|
void |
setFirstName(String firstName)
Deprecated.
|
void |
setHomeSpaceLocation(org.alfresco.service.cmr.repository.NodeRef homeSpaceLocation)
Deprecated.
|
void |
setHomeSpaceName(String homeSpaceName)
Deprecated.
|
void |
setLastName(String lastName)
Deprecated.
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Deprecated.
|
void |
setOwnableService(OwnableService ownableService)
Deprecated.
|
void |
setPassword(String password)
Deprecated.
|
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
Deprecated.
|
void |
setPerson(Node person)
Deprecated.
|
void |
setPersonService(PersonService personService)
Deprecated.
|
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
Deprecated.
|
void |
setupUsers(ActionEvent event)
Deprecated.
Init the users screen
|
void |
setUserName(String userName)
Deprecated.
|
void |
startWizardForEdit(ActionEvent event)
Deprecated.
Action listener called when the wizard is being launched for editing an
existing node.
|
void |
validateEmail(FacesContext context,
UIComponent component,
Object value)
Deprecated.
Validate Email field data is acceptable
|
void |
validatePassword(FacesContext context,
UIComponent component,
Object value)
Deprecated.
Validate password field data is acceptable
|
void |
validateUsername(FacesContext context,
UIComponent component,
Object value)
Deprecated.
Validate Username field data is acceptable
|
back, buildSummary, cancel, getBrowseBean, getFileFolderService, getNavigator, getNodeService, getSearchService, isInEditMode, next, setBrowseBean, setFileFolderService, setNavigator, setNodeService, setSearchService, startWizard
public void setAuthenticationService(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(PersonService personService)
personService
- The person service.public void setOwnableService(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 AbstractWizardBean
public void populate()
AbstractWizardBean
populate
in class AbstractWizardBean
AbstractWizardBean.populate()
public String getWizardDescription()
getWizardDescription
in class AbstractWizardBean
AbstractWizardBean.getWizardDescription()
public String getWizardTitle()
getWizardTitle
in class AbstractWizardBean
AbstractWizardBean.getWizardTitle()
public String getStepTitle()
getStepTitle
in class AbstractWizardBean
AbstractWizardBean.getStepTitle()
public String getStepDescription()
getStepDescription
in class AbstractWizardBean
AbstractWizardBean.getStepDescription()
public String getStepInstructions()
getStepInstructions
in class AbstractWizardBean
AbstractWizardBean.getStepInstructions()
protected String determineOutcomeForStep(int step)
AbstractWizardBean
determineOutcomeForStep
in class AbstractWizardBean
step
- The step number to get the outcome forAbstractWizardBean.determineOutcomeForStep(int)
public String finish()
AbstractWizardBean
finish
in class AbstractWizardBean
AbstractWizardBean.finish()
public String getSummary()
public void setupUsers(ActionEvent event)
public void startWizardForEdit(ActionEvent event)
startWizardForEdit
in class AbstractWizardBean
public String getCompanyId()
public void setCompanyId(String companyId)
companyId
- The companyId to set.public String getEmail()
public void setEmail(String email)
email
- The email to set.public String getFirstName()
public void setFirstName(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 String getHomeSpaceName()
public void setHomeSpaceName(String homeSpaceName)
homeSpaceName
- The homeSpaceName to set.public String getLastName()
public void setLastName(String lastName)
lastName
- The lastName to set.public String getUserName()
public void setUserName(String userName)
userName
- The userName to set.public String getPassword()
public void setPassword(String password)
password
- The password to set.public String getConfirm()
public void setConfirm(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(FacesContext context, UIComponent component, Object value) throws ValidatorException
ValidatorException
public void validateUsername(FacesContext context, UIComponent component, Object value) throws ValidatorException
ValidatorException
public void validateEmail(FacesContext context, UIComponent component, Object value) throws ValidatorException
context
- FacesContextcomponent
- UIComponentvalue
- ObjectValidatorException
Copyright © 2005–2017 Alfresco Software. All rights reserved.