com.mf.roundhouse.core.action
Class VirtualHostEdit

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.VirtualHostEdit

public class VirtualHostEdit
extends EditAction

Facility: Insurance Laboratory System (ILS)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mf.roundhouse.core.action.EditAction
DELETE_ID
 
Constructor Summary
VirtualHostEdit()
           
 
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

VirtualHostEdit

public VirtualHostEdit()
Method Detail

getDelegate

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

newObject

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

populateObject

public void populateObject(RoundhouseObject anObject,
                           RoundhouseForm aForm)
                    throws java.lang.Exception
Specified by:
populateObject in class EditAction
Throws:
java.lang.Exception

populateForm

public void populateForm(RoundhouseObject anObject,
                         RoundhouseForm aForm)
                  throws java.lang.Exception
Specified by:
populateForm in class EditAction
Throws:
java.lang.Exception

additionalValidation

public void additionalValidation(RoundhouseForm aForm,
                                 ActionErrors errors)
                          throws java.lang.Exception
Specified by:
additionalValidation in class EditAction
Throws:
java.lang.Exception

getListForward

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

getDataEntryForward

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

getPermission

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

defineSupportBeans

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


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