com.softslate.commerce.administrator.importexport
Class OrdersExportForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.administrator.core.BaseSerializableForm
com.softslate.commerce.administrator.importexport.ExportForm
com.softslate.commerce.administrator.importexport.OrdersExportForm
- All Implemented Interfaces:
- java.io.Serializable
public class OrdersExportForm
- extends ExportForm
Action form class corresponding to the order text file export form.
- Author:
- Ashish Jain
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ordersAll
private java.lang.String ordersAll
startDateStr
private java.lang.String startDateStr
endDateStr
private java.lang.String endDateStr
statusAll
private java.lang.String statusAll
orderPaymentDetails
private java.lang.String orderPaymentDetails
orderDiscountDetails
private java.lang.String orderDiscountDetails
orderItemDetails
private java.lang.String orderItemDetails
orderItemAttributesDetails
private java.lang.String orderItemAttributesDetails
startDate
private java.util.Date startDate
endDate
private java.util.Date endDate
sdf
public static final java.text.DateFormat sdf
OrdersExportForm
public OrdersExportForm()
getEndDate
public java.util.Date getEndDate()
- Returns:
- the endDate
setEndDate
public void setEndDate(java.util.Date endDate)
- Parameters:
endDate
- the endDate to set
getStartDate
public java.util.Date getStartDate()
- Returns:
- the startDate
setStartDate
public void setStartDate(java.util.Date startDate)
- Parameters:
startDate
- the startDate to set
getStatusAll
public java.lang.String getStatusAll()
- Returns:
- the categoriesAll
setStatusAll
public void setStatusAll(java.lang.String categoriesAll)
- Parameters:
categoriesAll
- the categoriesAll to set
getOrdersAll
public java.lang.String getOrdersAll()
- Returns:
- the productsAll
setOrdersAll
public void setOrdersAll(java.lang.String productsAll)
- Parameters:
productsAll
- the productsAll to set
getEndDateStr
public java.lang.String getEndDateStr()
- Returns:
- the productsEndCount
setEndDateStr
public void setEndDateStr(java.lang.String productsEndCount)
- Parameters:
productsEndCount
- the productsEndCount to set
getStartDateStr
public java.lang.String getStartDateStr()
- Returns:
- the productsStartCount
setStartDateStr
public void setStartDateStr(java.lang.String productsStartCount)
- Parameters:
productsStartCount
- the productsStartCount 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
getOrderDiscountDetails
public java.lang.String getOrderDiscountDetails()
- Returns:
- the orderDiscountDetails
setOrderDiscountDetails
public void setOrderDiscountDetails(java.lang.String orderDiscountDetails)
- Parameters:
orderDiscountDetails
- the orderDiscountDetails to set
getOrderItemAttributesDetails
public java.lang.String getOrderItemAttributesDetails()
- Returns:
- the orderItemAttributesDetails
setOrderItemAttributesDetails
public void setOrderItemAttributesDetails(java.lang.String orderItemAttributesDetails)
- Parameters:
orderItemAttributesDetails
- the orderItemAttributesDetails to set
getOrderItemDetails
public java.lang.String getOrderItemDetails()
- Returns:
- the orderItemDetails
setOrderItemDetails
public void setOrderItemDetails(java.lang.String orderItemDetails)
- Parameters:
orderItemDetails
- the orderItemDetails to set
getOrderPaymentDetails
public java.lang.String getOrderPaymentDetails()
- Returns:
- the orderPaymentDetails
setOrderPaymentDetails
public void setOrderPaymentDetails(java.lang.String orderPaymentDetails)
- Parameters:
orderPaymentDetails
- the orderPaymentDetails to set
Copyright ? SoftSlate, LLC 2003?2005