com.mf.roundhouse.core.action
Class PasswordPolicyEdit

java.lang.Object
  extended byAction
      extended bycom.mf.roundhouse.core.action.RoundhouseAction
          extended bycom.mf.roundhouse.core.action.EditAction
              extended bycom.mf.roundhouse.core.action.PasswordPolicyEdit

public class PasswordPolicyEdit
extends EditAction

Author:
Pete Luellen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mf.roundhouse.core.action.EditAction
DELETE_ID
 
Constructor Summary
PasswordPolicyEdit()
           
 
Method Summary
 void additionalValidation(RoundhouseForm aForm, ActionErrors errors)
           
 void defineSupportBeans(HttpServletRequest request, RoundhouseForm form)
           
 java.lang.String getDataEntryForward()
           
 RoundhouseDelegate getDelegate()
           
 java.lang.String getListForward()
           
protected  Permission getPermission()
           
 RoundhouseObject newObject()
           
 void populateForm(RoundhouseObject anObject, RoundhouseForm aForm)
           
 void populateObject(RoundhouseObject anObject, RoundhouseForm aForm)
           
 
Methods inherited from class com.mf.roundhouse.core.action.EditAction
isSingleton, postObjectSave, roundhouseProcess
 
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

PasswordPolicyEdit

public PasswordPolicyEdit()
Method Detail

getDelegate

public RoundhouseDelegate getDelegate()
                               throws java.lang.Exception
Specified by:
getDelegate in class EditAction
Throws:
java.lang.Exception
See Also:
EditAction.getDelegate()

newObject

public RoundhouseObject newObject()
                           throws java.lang.Exception
Specified by:
newObject in class EditAction
Throws:
java.lang.Exception
See Also:
EditAction.newObject()

populateObject

public void populateObject(RoundhouseObject anObject,
                           RoundhouseForm aForm)
                    throws java.lang.Exception
Specified by:
populateObject in class EditAction
Throws:
java.lang.Exception
See Also:
EditAction.populateObject(com.mf.roundhouse.core.domain.RoundhouseObject, com.mf.roundhouse.core.form.RoundhouseForm)

populateForm

public void populateForm(RoundhouseObject anObject,
                         RoundhouseForm aForm)
                  throws java.lang.Exception
Specified by:
populateForm in class EditAction
Throws:
java.lang.Exception
See Also:
EditAction.populateForm(com.mf.roundhouse.core.domain.RoundhouseObject, com.mf.roundhouse.core.form.RoundhouseForm)

additionalValidation

public void additionalValidation(RoundhouseForm aForm,
                                 ActionErrors errors)
                          throws java.lang.Exception
Specified by:
additionalValidation in class EditAction
Throws:
java.lang.Exception
See Also:
com.mf.roundhouse.core.action.EditAction#additionalValidation(com.mf.roundhouse.core.form.RoundhouseForm, org.apache.struts.action.ActionErrors)

getListForward

public java.lang.String getListForward()
Specified by:
getListForward in class EditAction
See Also:
EditAction.getListForward()

getDataEntryForward

public java.lang.String getDataEntryForward()
Specified by:
getDataEntryForward in class EditAction
See Also:
EditAction.getDataEntryForward()

defineSupportBeans

public void defineSupportBeans(HttpServletRequest request,
                               RoundhouseForm form)
                        throws java.lang.Exception
Specified by:
defineSupportBeans in class EditAction
Throws:
java.lang.Exception

getPermission

protected Permission getPermission()
Specified by:
getPermission in class RoundhouseAction
See Also:
RoundhouseAction.getPermission()


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