com.softslate.commerce.administrator.importexport
Class ProductExportForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.softslate.commerce.administrator.core.BaseSerializableForm
          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 productsAll
           
private  java.lang.String productsEndCount
           
private  java.lang.String productsStartCount
           
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 getProductsAll()
           
 java.lang.String getProductsEndCount()
           
 java.lang.String getProductsStartCount()
           
 java.lang.String getSelectedCategory()
           
 void setCategoriesAll(java.lang.String categoriesAll)
           
 void setProductsAll(java.lang.String productsAll)
           
 void setProductsEndCount(java.lang.String productsEndCount)
           
 void setProductsStartCount(java.lang.String productsStartCount)
           
 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.administrator.core.BaseSerializableForm
getAddFormAction, getAssigned, getAssignments, getCantSortByFields, getChildEditAction, getChildName, getDeleteID, getDisplayFields, getEditDeleteFormAction, getEditFormAction, getEditMode, getEntity, getEntityProperty, getFieldLables, getFields, getFirstRow, getFormAction, getGrandparentIDField, getGrandparentName, getGreatGrandparentIDField, getGreatGrandparentName, getIdField, getIdIntegers, getIdValues, getItemsPerPage, getManyToManyClass, getManyToManyKey, getManyToManyProp, getNameField, getOutputMode, getParentID, getParentIDField, getParentKey, getParentName, getParentProperty, getSearchableFields, getSearchableIntFields, getSearchString, getSortAscOrDesc, getSortByString, isM2mChild, setAddFormAction, setAssigned, setAssignments, setCantSortByFields, setChildEditAction, setChildName, setDeleteID, setDisplayFields, setEditDeleteFormAction, setEditFormAction, setEditMode, setEntity, setEntityProperty, setFieldLables, setFields, setFirstRow, setFormAction, setGrandparentIDField, setGrandparentName, setGreatGrandparentIDField, setGreatGrandparentName, setIdField, setIdIntegers, setIdValues, setItemsPerPage, setM2mChild, setManyToManyClass, setManyToManyKey, setManyToManyProp, setNameField, setOutputMode, setParentID, setParentIDField, setParentKey, setParentName, setParentProperty, setProperties, setSearchableFields, setSearchableIntFields, setSearchString, setSortAscOrDesc, setSortByString
 
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

productsAll

private java.lang.String productsAll

productsStartCount

private java.lang.String productsStartCount

productsEndCount

private java.lang.String productsEndCount

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

getProductsAll

public java.lang.String getProductsAll()
Returns:
the productsAll

setProductsAll

public void setProductsAll(java.lang.String productsAll)
Parameters:
productsAll - the productsAll to set

getProductsEndCount

public java.lang.String getProductsEndCount()
Returns:
the productsEndCount

setProductsEndCount

public void setProductsEndCount(java.lang.String productsEndCount)
Parameters:
productsEndCount - the productsEndCount to set

getProductsStartCount

public java.lang.String getProductsStartCount()
Returns:
the productsStartCount

setProductsStartCount

public void setProductsStartCount(java.lang.String productsStartCount)
Parameters:
productsStartCount - the productsStartCount 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