org.jwaf.action
Class DeleteBusinessObjectAction

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

public class DeleteBusinessObjectAction
extends UserAction

Delete the business object from persistence.


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
DeleteBusinessObjectAction()
           
 
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

DeleteBusinessObjectAction

public DeleteBusinessObjectAction()
Method Detail

perform

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