net.sf.oness.order.webapp.controller.action
Class OrderItemAction

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended byorg.apache.struts.actions.DispatchAction
          extended byorg.apache.struts.actions.LookupDispatchAction
              extended bynet.sf.oness.common.webapp.controller.action.AutoDispatchAction
                  extended bynet.sf.oness.order.webapp.controller.action.AbstractAction
                      extended bynet.sf.oness.order.webapp.controller.action.OrderItemAction

public class OrderItemAction
extends AbstractAction

Order actions

Version:
$Revision: 1.9 $
Author:
Carlos Sanchez

Field Summary
 
Fields inherited from class net.sf.oness.order.webapp.controller.action.AbstractAction
CURRENT_DELIVERY_DOCKET_ID_SESSION_ATTRIBUTE, CURRENT_ORDER_ID_SESSION_ATTRIBUTE
 
Fields inherited from class org.apache.struts.actions.LookupDispatchAction
localeMap
 
Fields inherited from class org.apache.struts.actions.DispatchAction
clazz, log, messages, methods, types
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
OrderItemAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward create(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Add a product to current order.
 
Methods inherited from class net.sf.oness.order.webapp.controller.action.AbstractAction
getFacade
 
Methods inherited from class net.sf.oness.common.webapp.controller.action.AutoDispatchAction
execute, getBean, getDynaProperty, getKeyMethodMap
 
Methods inherited from class org.apache.struts.actions.LookupDispatchAction
getLookupMapName, getMethodName
 
Methods inherited from class org.apache.struts.actions.DispatchAction
cancelled, dispatchMethod, getMethod, unspecified
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, 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
 

Constructor Detail

OrderItemAction

public OrderItemAction()
Method Detail

create

public org.apache.struts.action.ActionForward create(org.apache.struts.action.ActionMapping mapping,
                                                     org.apache.struts.action.ActionForm actionForm,
                                                     javax.servlet.http.HttpServletRequest request,
                                                     javax.servlet.http.HttpServletResponse response)
                                              throws java.lang.Exception
Add a product to current order.

Parameters:
mapping -
actionForm -
request -
response -
Returns:
ActionForward success
Throws:
java.lang.Exception


Copyright © 2003-2005 ONess Project. All Rights Reserved.