com.softslate.commerce.administrator.importexport
Class ProductExportForm

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

public class ProductExportForm
extends ExportForm

Action form class corresponding to the product text file export form.

Author:
Ashish Jain
See Also:
Serialized Form

Field Summary
private  java.lang.String categoriesAll
           
private  java.lang.String selectedCategory
           
private static long serialVersionUID
           
 
Fields inherited from class com.softslate.commerce.administrator.importexport.ExportForm
fieldsAll, headerRow, OUTPUT_FORMAT_CSV, OUTPUT_FORMAT_EXCEL, OUTPUT_FORMAT_PIPE, OUTPUT_FORMAT_TAB, outputFormat, selectedFields, tableFields, tableName
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ProductExportForm()
           
 
Method Summary
 java.lang.String getCategoriesAll()
           
 java.lang.String getSelectedCategory()
           
 void setCategoriesAll(java.lang.String categoriesAll)
           
 void setSelectedCategory(java.lang.String selectedCategory)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class com.softslate.commerce.administrator.importexport.ExportForm
getFieldsAll, getHeaderRow, getOutputFormat, getSelectedFields, getTableFields, getTableName, setFieldsAll, setHeaderRow, setOutputFormat, setSelectedFields, setTableFields, setTableName
 
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

categoriesAll

private java.lang.String categoriesAll

selectedCategory

private java.lang.String selectedCategory
Constructor Detail

ProductExportForm

public ProductExportForm()
Method Detail

getCategoriesAll

public java.lang.String getCategoriesAll()
Returns:
the categoriesAll

setCategoriesAll

public void setCategoriesAll(java.lang.String categoriesAll)
Parameters:
categoriesAll - the categoriesAll to set

getSelectedCategory

public java.lang.String getSelectedCategory()
Returns:
the selectedCategory

setSelectedCategory

public void setSelectedCategory(java.lang.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


Copyright © SoftSlate, LLC 2003–2005