This project has retired. For details please refer to its
Attic page .
UpdateAccount (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.modules.actions
Class UpdateAccount
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.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.
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
UpdateAccount
public UpdateAccount ()
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.