org.alfresco.web.bean.wizard
Class NewUserWizard

java.lang.Object
  extended by org.alfresco.web.bean.wizard.AbstractWizardBean
      extended by org.alfresco.web.bean.wizard.NewUserWizard
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by CreateUserWizard.

public class NewUserWizard
extends AbstractWizardBean

See Also:
Serialized Form

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

NewUserWizard

public NewUserWizard()
Deprecated. 
Method Detail

setAuthenticationService

public void setAuthenticationService(org.alfresco.service.cmr.security.MutableAuthenticationService authenticationService)
Deprecated. 
Parameters:
authenticationService - The AuthenticationService to set.

setNamespaceService

public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Deprecated. 
Parameters:
namespaceService - The namespaceService to set.

setPermissionService

public void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
Deprecated. 
Parameters:
permissionService - The PermissionService to set.

setPersonService

public void setPersonService(org.alfresco.service.cmr.security.PersonService personService)
Deprecated. 
Parameters:
personService - The person service.

setOwnableService

public void setOwnableService(org.alfresco.service.cmr.security.OwnableService ownableService)
Deprecated. 
Parameters:
ownableService - The ownableService to set.

setTenantService

public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
Deprecated. 
Parameters:
tenantService - The tenantService to set.

init

public void init()
Deprecated. 
Initialises the wizard

Overrides:
init in class AbstractWizardBean

populate

public void populate()
Deprecated. 
Description copied from class: AbstractWizardBean
Populates the wizard's values with the current values of the node about to be edited

Overrides:
populate in class AbstractWizardBean
See Also:
AbstractWizardBean.populate()

getWizardDescription

public java.lang.String getWizardDescription()
Deprecated. 
Specified by:
getWizardDescription in class AbstractWizardBean
Returns:
Returns the wizard description
See Also:
AbstractWizardBean.getWizardDescription()

getWizardTitle

public java.lang.String getWizardTitle()
Deprecated. 
Specified by:
getWizardTitle in class AbstractWizardBean
Returns:
Returns the wizard title
See Also:
AbstractWizardBean.getWizardTitle()

getStepTitle

public java.lang.String getStepTitle()
Deprecated. 
Specified by:
getStepTitle in class AbstractWizardBean
Returns:
Returns the title for the current step
See Also:
AbstractWizardBean.getStepTitle()

getStepDescription

public java.lang.String getStepDescription()
Deprecated. 
Specified by:
getStepDescription in class AbstractWizardBean
Returns:
Returns the description for the current step
See Also:
AbstractWizardBean.getStepDescription()

getStepInstructions

public java.lang.String getStepInstructions()
Deprecated. 
Specified by:
getStepInstructions in class AbstractWizardBean
Returns:
Returns the instructional text for the current step
See Also:
AbstractWizardBean.getStepInstructions()

determineOutcomeForStep

protected java.lang.String determineOutcomeForStep(int step)
Deprecated. 
Description copied from class: AbstractWizardBean
Determines the outcome string for the given step number

Specified by:
determineOutcomeForStep in class AbstractWizardBean
Parameters:
step - The step number to get the outcome for
Returns:
The outcome
See Also:
AbstractWizardBean.determineOutcomeForStep(int)

finish

public java.lang.String finish()
Deprecated. 
Description copied from class: AbstractWizardBean
Handles the finish button being pressed

Specified by:
finish in class AbstractWizardBean
Returns:
The finish outcome
See Also:
AbstractWizardBean.finish()

getSummary

public java.lang.String getSummary()
Deprecated. 
Returns:
Returns the summary data for the wizard.

setupUsers

public void setupUsers(javax.faces.event.ActionEvent event)
Deprecated. 
Init the users screen


startWizardForEdit

public void startWizardForEdit(javax.faces.event.ActionEvent event)
Deprecated. 
Action listener called when the wizard is being launched for editing an existing node.

Overrides:
startWizardForEdit in class AbstractWizardBean

getCompanyId

public java.lang.String getCompanyId()
Deprecated. 
Returns:
Returns the companyId.

setCompanyId

public void setCompanyId(java.lang.String companyId)
Deprecated. 
Parameters:
companyId - The companyId to set.

getEmail

public java.lang.String getEmail()
Deprecated. 
Returns:
Returns the email.

setEmail

public void setEmail(java.lang.String email)
Deprecated. 
Parameters:
email - The email to set.

getFirstName

public java.lang.String getFirstName()
Deprecated. 
Returns:
Returns the firstName.

setFirstName

public void setFirstName(java.lang.String firstName)
Deprecated. 
Parameters:
firstName - The firstName to set.

getHomeSpaceLocation

public org.alfresco.service.cmr.repository.NodeRef getHomeSpaceLocation()
Deprecated. 
Returns:
Returns the homeSpaceLocation.

setHomeSpaceLocation

public void setHomeSpaceLocation(org.alfresco.service.cmr.repository.NodeRef homeSpaceLocation)
Deprecated. 
Parameters:
homeSpaceLocation - The homeSpaceLocation to set.

getHomeSpaceName

public java.lang.String getHomeSpaceName()
Deprecated. 
Returns:
Returns the homeSpaceName.

setHomeSpaceName

public void setHomeSpaceName(java.lang.String homeSpaceName)
Deprecated. 
Parameters:
homeSpaceName - The homeSpaceName to set.

getLastName

public java.lang.String getLastName()
Deprecated. 
Returns:
Returns the lastName.

setLastName

public void setLastName(java.lang.String lastName)
Deprecated. 
Parameters:
lastName - The lastName to set.

getUserName

public java.lang.String getUserName()
Deprecated. 
Returns:
Returns the userName.

setUserName

public void setUserName(java.lang.String userName)
Deprecated. 
Parameters:
userName - The userName to set.

getPassword

public java.lang.String getPassword()
Deprecated. 
Returns:
Returns the password.

setPassword

public void setPassword(java.lang.String password)
Deprecated. 
Parameters:
password - The password to set.

getConfirm

public java.lang.String getConfirm()
Deprecated. 
Returns:
Returns the confirm password.

setConfirm

public void setConfirm(java.lang.String confirm)
Deprecated. 
Parameters:
confirm - The confirm password to set.

getPerson

public Node getPerson()
Deprecated. 
Returns:
Returns the person context.

setPerson

public void setPerson(Node person)
Deprecated. 
Parameters:
person - The person context to set.

getEditMode

public boolean getEditMode()
Deprecated. 

validatePassword

public void validatePassword(javax.faces.context.FacesContext context,
                             javax.faces.component.UIComponent component,
                             java.lang.Object value)
                      throws javax.faces.validator.ValidatorException
Deprecated. 
Validate password field data is acceptable

Throws:
javax.faces.validator.ValidatorException

validateUsername

public void validateUsername(javax.faces.context.FacesContext context,
                             javax.faces.component.UIComponent component,
                             java.lang.Object value)
                      throws javax.faces.validator.ValidatorException
Deprecated. 
Validate Username field data is acceptable

Throws:
javax.faces.validator.ValidatorException

validateEmail

public void validateEmail(javax.faces.context.FacesContext context,
                          javax.faces.component.UIComponent component,
                          java.lang.Object value)
                   throws javax.faces.validator.ValidatorException
Deprecated. 
Validate Email field data is acceptable

Parameters:
context -
component -
value -
Throws:
javax.faces.validator.ValidatorException


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