protected class AdmShipperAddEdit.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 boolean |
allcntrys
The submitted valid in all countries.
|
protected java.lang.String |
code
The submitted code.
|
protected Shipper |
dbObject
The current object being added or edited.
|
protected boolean |
forchkout
The submitted valid for check out.
|
protected java.lang.String |
mode
The current mode (Add or Edit).
|
protected java.lang.String |
name
The submitted name.
|
protected java.lang.String |
selcntrys
The submitted selected countries.
|
protected java.util.ArrayList<Shipper> |
selectList
The select servlet's current list of selection objects.
|
protected int |
selectNdx
The select servlet's current selected index.
|
protected java.lang.String |
seqcode
The submitted sequence code.
|
private static long |
serialVersionUID
The class' serialization version id.
|
protected java.lang.String |
shiptype
The submitted shipper type.
|
protected boolean |
showtrack
The submitted show tracking info.
|
protected java.lang.String |
trackurl
The submitted tracking url.
|
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 int selectNdx
protected java.util.ArrayList<Shipper> selectList
protected Shipper dbObject
protected java.lang.String action
protected java.lang.String code
protected java.lang.String name
protected java.lang.String trackurl
protected boolean showtrack
protected java.lang.String seqcode
protected boolean forchkout
protected java.lang.String shiptype
protected boolean allcntrys
protected java.lang.String selcntrys