protected class ProductSearch.Context extends MainServlet.Context
MainServlet.Context
and adds variables unique to
this servlet.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
action
The submitted action.
|
protected java.lang.String[] |
attributeRels
The submitted attribute relationships (and/or).
|
protected java.lang.String[] |
attributeVals
The submitted attribute values.
|
protected java.lang.String |
mode
The submitted mode.
|
protected boolean |
omitNoStock
The current include no stock products flag.
|
protected java.util.ArrayList<ProductAttribute> |
prodAttrFilters
The current list of product attribute filters.
|
protected java.util.ArrayList<Product> |
products
The current list of search result products.
|
protected java.util.ArrayList<Product> |
productsInStock
The current list of search result products with stock.
|
protected java.util.ArrayList<java.lang.String[]> |
quickAttributes
The submitted quick mode attribute values.
|
protected java.lang.String |
searchWord
The submitted search word.
|
protected java.util.ArrayList<ProductSearch.SelectableAttribute> |
selectableAttr
The current list of selectable attributes.
|
private static long |
serialVersionUID
The class' serialization version id.
|
errCode, errField, errMessage, mpBldListOnly, mpExternalReq, mpPreviousList, mpPreviousPath, mpRedirectURL, mpRevisedList, mpRevisedPath, mpSelectedCode, mpSelectedIdx, mpSelectedObj, mpSelectedSame
nextURL, reqDbConnectInfo, sessionCart, sessionLogon, sessionSecProfile, sessionUser, sessionUserSfi, thisURL
request, requestBrowser, requestFlag, response, responseFlag, session, sessionNextURL, templateData
Modifier | Constructor and Description |
---|---|
protected |
Context(javax.servlet.http.HttpServletRequest rqst,
javax.servlet.http.HttpServletResponse resp)
Constructs a new
Context . |
getCatalogVerifier, getDbConnection, getDbConnectionInfo, getDbController, getDbObject, getFavoritesHandler, getInterface, getLogonUser, getServletRequest, getServletStack, getShoppingCart, getShoppingProfile, getShoppingUser, getSiteActivity, getUomHandler, isCustAdmin, isDefaultUser, isLoggedOn, isPermitActive, isRetail, isSfiSelect, isSfiShopping, isShopping, isSiteAdmin, isWholesale, setLogonUser
delAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttr
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttr
private static final long serialVersionUID
protected java.lang.String mode
protected java.lang.String action
protected java.lang.String searchWord
protected java.lang.String[] attributeRels
protected java.lang.String[] attributeVals
protected boolean omitNoStock
protected java.util.ArrayList<ProductSearch.SelectableAttribute> selectableAttr
protected java.util.ArrayList<Product> products
protected java.util.ArrayList<Product> productsInStock
protected java.util.ArrayList<java.lang.String[]> quickAttributes
protected java.util.ArrayList<ProductAttribute> prodAttrFilters