com.mf.roundhouse.core.action
Class AccountSettings

java.lang.Object
  extended byAction
      extended bycom.mf.roundhouse.core.action.RoundhouseAction
          extended bycom.mf.roundhouse.core.action.UserEditCore
              extended bycom.mf.roundhouse.core.action.AccountSettings

public class AccountSettings
extends UserEditCore

Author:
Jeffrey Payne
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mf.roundhouse.core.action.UserEditCore
ATTR_AVAILABLE_SECRET_QUESTIONS, ATTR_SECRET_QUESTION_ENABLED, ATTR_USER_AGREEMENT_ENABLED, DATE_NOT_SET
 
Constructor Summary
AccountSettings()
           
 
Method Summary
protected  void actionValidate(ActionErrors errors, UserCoreForm userForm)
          Abstract method which is used to validate the input provided on this action.
protected  Permission getPermission()
           
protected  ActionForward roundhouseProcess(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
          Process the action.
 
Methods inherited from class com.mf.roundhouse.core.action.UserEditCore
deleteUser, getGroups, populateForm, populateObject, saveUser
 
Methods inherited from class com.mf.roundhouse.core.action.RoundhouseAction
asIdentifier, asIdString, execute, getSessionCollaborator, handleAccessError, isAuthorized, nullify, preProcess, preProcessAuthorized, preProcessValidateUserSetup, setLastActionCalled, setSavedChangesMessage, skipValidation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountSettings

public AccountSettings()
Method Detail

getPermission

protected Permission getPermission()
Specified by:
getPermission in class RoundhouseAction

roundhouseProcess

protected ActionForward roundhouseProcess(ActionMapping mapping,
                                          ActionForm form,
                                          HttpServletRequest request,
                                          HttpServletResponse response)
                                   throws java.lang.Exception
Description copied from class: UserEditCore
Process the action.

Overrides:
roundhouseProcess in class UserEditCore
Throws:
java.lang.Exception

actionValidate

protected void actionValidate(ActionErrors errors,
                              UserCoreForm userForm)
                       throws java.lang.Exception
Description copied from class: UserEditCore
Abstract method which is used to validate the input provided on this action.

Specified by:
actionValidate in class UserEditCore
Throws:
java.lang.Exception


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.