Class FacetCountsForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.product.FacetCountsForm
- All Implemented Interfaces:
Serializable
Form class corresponding to FacetCountsAction.
- See Also:
-
Field Summary
Modifier and TypeFieldDescription(package private) String
(package private) String[]
(package private) String
(package private) static org.apache.commons.logging.Log
(package private) String
(package private) String
private static final long
(package private) String
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getType()
void
setCategoryID
(String categoryID) void
void
setIndexDir
(String indexDir) void
setManufacturerID
(String manufacturerID) void
setSearchString
(String searchString) void
org.apache.struts.action.ActionErrors
validate
(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, html5OrXhtml, 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
-
Field Details
-
Constructor Details
-
FacetCountsForm
public FacetCountsForm()
-
-
Method Details
-
getSearchString
-
setSearchString
-
getIndexDir
-
setIndexDir
-
getCategoryID
-
setCategoryID
-
getManufacturerID
-
setManufacturerID
-
getType
-
setType
-
getFacets
-
setFacets
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validate
in classorg.apache.struts.action.ActionForm
-