Class SavedCartPickupForm

java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.customer.SavedCartPickupForm
All Implemented Interfaces:
Serializable

public class SavedCartPickupForm extends BaseForm
Struts form class for submissions to pick up a saved cart by a customer and make it the active cart for the session. Used for requests to "/SavedCartPickup.do".

The validate method of this class checks for the existance of the orderID property.

Author:
David Tobey
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

      static org.apache.commons.logging.Log log
    • orderID

      private String orderID
  • Constructor Details

    • SavedCartPickupForm

      public SavedCartPickupForm()
  • Method Details

    • getOrderID

      public String getOrderID()
    • setOrderID

      public void setOrderID(String orderID)
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Overrides:
      validate in class org.apache.struts.action.ActionForm