Class BaseOrderManagementAction

java.lang.Object
org.apache.struts.action.Action
com.softslate.commerce.administrator.ordermanagement.BaseOrderManagementAction
Direct Known Subclasses:
AddCouponProcess, AddItemProcess, EditBillingProcess, EditDeliveryProcess, EditOrderAddressesProcess, LoadShippingOptions, ProcessPaymentAction, RemoveCouponProcess, RemoveItemProcess, UpdateShippingProcess

public class BaseOrderManagementAction extends org.apache.struts.action.Action
Extension of the Struts Action class with common methods used by order management actions in the Administrator.
Author:
David Tobey
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static org.apache.commons.logging.Log
     

    Fields inherited from class org.apache.struts.action.Action

    servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Override this with a subclass to implement order management functionality.
    wrapOrderManagementAction(org.apache.struts.action.ActionForm form)
     

    Methods inherited from class org.apache.struts.action.Action

    addErrors, addMessages, execute, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • BaseOrderManagementAction

      public BaseOrderManagementAction()
  • Method Details