Class SalesByProductForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.administrator.core.BaseAdministratorForm
com.softslate.commerce.administrator.importexport.SalesByProductForm
- All Implemented Interfaces:
Serializable
Struts ActionForm class responsible for the Sales By Product report form.
Provides properties for defining the report's date range and output format.
- Author:
- David Tobey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate String(package private) static org.apache.commons.logging.Logprivate Stringprivate Integer[]private Integer[]private static final longprivate StringFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInteger[]Integer[]voidsetEndDate(String endDate) voidsetHeaderRow(String headerRow) voidsetOutputFormat(String outputFormat) voidsetProductIDs(Integer[] productIDs) voidsetSelectedID(Integer[] selectedID) voidsetStartDate(String startDate) org.apache.struts.action.ActionErrorsvalidate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Methods inherited from class com.softslate.commerce.administrator.core.BaseAdministratorForm
addingAndFieldIsBlank, addingAndFieldIsBlank, addingNewRecord, containsUnsafeCharacter, editingAndFieldIsBeingEmptiedOut, editingAndFieldIsBeingEmptiedOut, getAdministrator, getFormUtils, initializeProperties, mapOfIncomingParams, setAdministratorMethods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, html5OrXhtml, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUserMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
log
static org.apache.commons.logging.Log log -
startDate
-
endDate
-
headerRow
-
outputFormat
-
productIDs
-
selectedID
-
-
Constructor Details
-
SalesByProductForm
public SalesByProductForm()
-
-
Method Details
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getHeaderRow
-
setHeaderRow
-
getOutputFormat
-
setOutputFormat
-
getProductIDs
-
setProductIDs
-
getSelectedID
-
setSelectedID
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validatein classorg.apache.struts.action.ActionForm
-