protected class OrderSummary.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 java.lang.String |
customerPO
The submitted selection customer PO.
|
protected java.lang.String |
daysToInclude
The submitted days-to-include.
|
protected java.util.Date |
fromDate
The submitted selection from date.
|
protected java.lang.String |
orderNumber
The submitted selected order number.
|
java.util.ArrayList<Order> |
orders
The current set of orders.
|
protected java.lang.String |
ordersToInclude
The submitted orders-to-include.
|
protected java.lang.String |
productCode
The submitted selection product code.
|
protected boolean |
sameOrders
The current use same orders flag.
|
private static long |
serialVersionUID
The class' serialization version id.
|
protected java.lang.String[] |
sortStatus
The current sort status.
|
protected java.util.Date |
thruDate
The submitted selection thru date.
|
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
public java.util.ArrayList<Order> orders
protected java.lang.String[] sortStatus
protected boolean sameOrders
protected java.lang.String ordersToInclude
protected java.lang.String daysToInclude
protected java.util.Date fromDate
protected java.util.Date thruDate
protected java.lang.String productCode
protected java.lang.String customerPO
protected java.lang.String orderNumber