org.apache.jetspeed.modules.actions
Class UpdateAccount

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.jetspeed.modules.actions.UpdateAccount

public class UpdateAccount
extends org.apache.turbine.modules.Action

Updates an Account in the User and save the User object to backing store. You must have been logged in in order to update the account.


Constructor Summary
UpdateAccount()
           
 
Method Summary
 void doPerform(org.apache.turbine.util.RunData rundata)
           
protected  void updateUser(org.apache.turbine.util.RunData data)
          updateUser updates the user object.
 
Methods inherited from class org.apache.turbine.modules.Action
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateAccount

public UpdateAccount()
Method Detail

doPerform

public void doPerform(org.apache.turbine.util.RunData rundata)
               throws java.lang.Exception
Throws:
java.lang.Exception

updateUser

protected void updateUser(org.apache.turbine.util.RunData data)
updateUser updates the user object. Subclasses can extend this class and override this method - adding additional custom settings as needed. Note the default implementation does nothing - so no need to call the super version.

Parameters:
data - Turbine request/session information.


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.