protected class QuickOrder.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 |
callback
The submitted AJAX callback value.
|
protected int |
cartindex
The current cart line index value.
|
protected java.util.ArrayList<CartLine> |
cartlines
The current list of cart lines.
|
protected java.lang.String |
description
The current product description value.
|
protected java.lang.StringBuilder |
messages
The current response messages value.
|
protected java.lang.String |
price
The current product price value.
|
protected java.lang.String |
product
The submitted product value.
|
protected Product |
productobj
The current product object.
|
protected int |
quantity
The submitted quantity value.
|
private static long |
serialVersionUID
The class' serialization version id.
|
protected java.lang.String |
srchfld
The submitted search field value.
|
protected java.lang.String |
units
The submitted units of measure value.
|
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 action
protected java.lang.String callback
protected java.lang.String srchfld
protected java.lang.String product
protected int quantity
protected java.lang.String units
protected java.lang.String description
protected java.lang.String price
protected int cartindex
protected java.lang.StringBuilder messages
protected java.util.ArrayList<CartLine> cartlines
protected Product productobj