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 inherited from class org.apache.struts.action.Action
servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessOrderManagementAction
(BaseForm baseForm) 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
-
Field Details
-
log
static org.apache.commons.logging.Log log
-
-
Constructor Details
-
BaseOrderManagementAction
public BaseOrderManagementAction()
-
-
Method Details
-
wrapOrderManagementAction
- Throws:
Exception
-
processOrderManagementAction
Override this with a subclass to implement order management functionality.- Parameters:
baseForm
-- Returns:
- A Map. If populated with an element whose key is "returnForward" the calling method will find the forward and return it without processing shipping or tax.
- Throws:
Exception
- See Also:
-