org.jwaf.action
Class UpdateBusinessObjectAction

java.lang.Object
  |
  +--org.apache.struts.action.Action
        |
        +--org.jwaf.action.UserAction
              |
              +--org.jwaf.action.UpdateBusinessObjectAction

public class UpdateBusinessObjectAction
extends UserAction

Update the business object in persistence with the state of the business object in request (user udpated form).


Fields inherited from class org.jwaf.action.UserAction
form, mapping, request, response, session
 
Fields inherited from class org.apache.struts.action.Action
DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGES_KEY, MULTIPART_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
UpdateBusinessObjectAction()
           
 
Method Summary
 void perform()
          Perform the main business logic
 
Methods inherited from class org.jwaf.action.UserAction
getActionForward, getAttribute, getBusinessObject, getIntegerKey, perform, setBusinessObject, setCollection, setCollectionVector, setExtraBusinessObject
 
Methods inherited from class org.apache.struts.action.Action
generateToken, getLocale, getResources, getServlet, isCancelled, isTokenValid, perform, perform, perform, resetToken, saveErrors, saveToken, setLocale, setServlet, toHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateBusinessObjectAction

public UpdateBusinessObjectAction()
Method Detail

perform

public void perform()
Description copied from class: UserAction
Perform the main business logic
Overrides:
perform in class UserAction