protected class AccountServlet.Context extends MainServlet.Context
MainServlet.Context and adds variables unique to
this servlet.| Modifier and Type | Field and Description |
|---|---|
protected User |
account
The current account object (user) being maintained.
|
protected java.lang.String |
action
The submitted action.
|
protected java.lang.String |
argument
The admin select servlet's current find argument.
|
protected java.lang.String |
field
The admin select servlet's current find field.
|
protected FlashServletRequest |
fromURL
The current from (trigger) servlet request.
|
protected java.lang.String |
mode
The current mode (Add or Edit).
|
protected java.lang.String |
operand
The admin select servlet's current find operand.
|
protected java.lang.String |
selectId
The admin select servlet's current selected object's id.
|
protected java.util.ArrayList<User> |
selectList
The admin select servlet's current list of selection objects.
|
protected int |
selectNdx
The admin select servlet's current selected index.
|
protected int |
selectPage
The admin select servlet's current page number.
|
private static long |
serialVersionUID
The class' serialization version id.
|
protected java.lang.String |
userId
The current user id.
|
errCode, errField, errMessage, mpBldListOnly, mpExternalReq, mpPreviousList, mpPreviousPath, mpRedirectURL, mpRevisedList, mpRevisedPath, mpSelectedCode, mpSelectedIdx, mpSelectedObj, mpSelectedSamenextURL, reqDbConnectInfo, sessionCart, sessionLogon, sessionSecProfile, sessionUser, sessionUserSfi, thisURLrequest, 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, setLogonUserdelAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttrclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelAttr, getAttr, getAttrBigDecimal, getAttrBoolean, getAttrDouble, getAttrInteger, getAttrLong, getAttrString, getParam, getParamBigDecimal, getParamDate, getParamDouble, getParamInteger, getParamLong, getParams, getParamString, getRequest, getResponse, getSession, isPost, setAttrprivate static final long serialVersionUID
protected User account
protected java.lang.String mode
protected java.lang.String userId
protected FlashServletRequest fromURL
protected java.lang.String field
protected java.lang.String operand
protected java.lang.String argument
protected int selectNdx
protected java.lang.String selectId
protected int selectPage
protected java.util.ArrayList<User> selectList
protected java.lang.String action