Class ProductExportForm

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

public class ProductExportForm extends ExportForm
Action form class corresponding to the product text file export form.
Author:
Ashish Jain
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • categoriesAll

      private String categoriesAll
    • selectedCategory

      private String selectedCategory
  • Constructor Details

    • ProductExportForm

      public ProductExportForm()
  • Method Details

    • getCategoriesAll

      public String getCategoriesAll()
      Returns:
      the categoriesAll
    • setCategoriesAll

      public void setCategoriesAll(String categoriesAll)
      Parameters:
      categoriesAll - the categoriesAll to set
    • getSelectedCategory

      public String getSelectedCategory()
      Returns:
      the selectedCategory
    • setSelectedCategory

      public void setSelectedCategory(String selectedCategory)
      Parameters:
      selectedCategory - the selectedCategory to set
    • validate

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