org.apache.shale.usecases.profile
Class EditProfileActions

java.lang.Object
  extended by org.apache.shale.view.AbstractFacesBean
      extended by org.apache.shale.usecases.profile.EditProfileActions

public class EditProfileActions
extends org.apache.shale.view.AbstractFacesBean

Action methods for the Edit Profile dialog.

$Id: EditProfileActions.java 464373 2006-10-16 04:21:54Z rahul $


Constructor Summary
EditProfileActions()
           
 
Method Summary
 String cancel()
          Perform any processing necessary to cancel an edit profile dialog.
 String finish()
          Finish processing by creating or updating the appropriate user profile.
 String getUserKey()
           
 boolean isConfirmation()
           
 void setConfirmation(boolean confirmation)
           
 String setup()
          Register an instance of EditProfileState as the data object for our dialog.
 void setUserKey(String userKey)
           
 
Methods inherited from class org.apache.shale.view.AbstractFacesBean
erase, error, error, fatal, fatal, getApplication, getApplicationMap, getBean, getExternalContext, getFacesContext, getLifecycle, getRequestHeaderMap, getRequestMap, getRequestParameter, getRequestParameterMap, getRequestParameterValues, getSessionMap, getValue, info, info, log, log, retrieveData, saveData, setBean, setValue, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditProfileActions

public EditProfileActions()
Method Detail

isConfirmation

public boolean isConfirmation()

setConfirmation

public void setConfirmation(boolean confirmation)

getUserKey

public String getUserKey()

setUserKey

public void setUserKey(String userKey)

cancel

public String cancel()

Perform any processing necessary to cancel an edit profile dialog.

The following logical outcome values are returned:


finish

public String finish()

Finish processing by creating or updating the appropriate user profile.

The following logical outcome values are returned:


setup

public String setup()

Register an instance of EditProfileState as the data object for our dialog. If there is an existing logged on user, we are editing the existing profile; otherwise, we are creating a new one.

The following logical outcome values are returned:



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.