|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.wizard.AbstractWizardBean
org.alfresco.web.bean.wizard.NewUserWizard
public class NewUserWizard
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.wizard.AbstractWizardBean |
---|
browseBean, CANCEL_OUTCOME, currentStep, DEFAULT_INSTRUCTION_ID, editMode, FINISH_OUTCOME, navigator, SUMMARY_DESCRIPTION_ID, SUMMARY_TITLE_ID |
Constructor Summary | |
---|---|
NewUserWizard()
Deprecated. |
Method Summary | |
---|---|
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 |
Methods inherited from class org.alfresco.web.bean.wizard.AbstractWizardBean |
---|
back, buildSummary, cancel, getBrowseBean, getFileFolderService, getNavigator, getNodeService, getSearchService, isInEditMode, next, setBrowseBean, setFileFolderService, setNavigator, setNodeService, setSearchService, startWizard |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewUserWizard()
Method Detail |
---|
public 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 AbstractWizardBean
public void populate()
AbstractWizardBean
populate
in class AbstractWizardBean
AbstractWizardBean.populate()
public java.lang.String getWizardDescription()
getWizardDescription
in class AbstractWizardBean
AbstractWizardBean.getWizardDescription()
public java.lang.String getWizardTitle()
getWizardTitle
in class AbstractWizardBean
AbstractWizardBean.getWizardTitle()
public java.lang.String getStepTitle()
getStepTitle
in class AbstractWizardBean
AbstractWizardBean.getStepTitle()
public java.lang.String getStepDescription()
getStepDescription
in class AbstractWizardBean
AbstractWizardBean.getStepDescription()
public java.lang.String getStepInstructions()
getStepInstructions
in class AbstractWizardBean
AbstractWizardBean.getStepInstructions()
protected java.lang.String determineOutcomeForStep(int step)
AbstractWizardBean
determineOutcomeForStep
in class AbstractWizardBean
step
- The step number to get the outcome for
AbstractWizardBean.determineOutcomeForStep(int)
public java.lang.String finish()
AbstractWizardBean
finish
in class AbstractWizardBean
AbstractWizardBean.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 AbstractWizardBean
public 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.ValidatorException
public void validateUsername(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value) throws javax.faces.validator.ValidatorException
javax.faces.validator.ValidatorException
public 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.ValidatorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |