Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AccountBillingAddEdit.Context
Inner class used to store servlet context information.
|
protected class |
AccountContactAddEdit.Context
Inner class used to store servlet context information.
|
protected class |
AccountCreditCardAddEdit.Context
Inner class used to store servlet context information.
|
protected class |
AccountCreditCardSelect.Context
Inner class used to store servlet context information.
|
protected class |
AccountLogonAddEdit.Context
Inner class used to store servlet context information.
|
protected class |
AccountProfile.Context
Inner class used to store servlet context information.
|
protected class |
AccountShippingAddEdit.Context
Inner class used to store servlet context information.
|
protected class |
AccountShippingSelect.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
protected AccountServlet.Context |
AccountShippingAddEdit.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AccountServlet.Context |
AccountCreditCardSelect.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AccountServlet.Context |
AccountProfile.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AccountServlet.Context |
AccountCreditCardAddEdit.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AccountServlet.Context |
AccountShippingSelect.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AccountServlet.Context |
AccountContactAddEdit.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AccountServlet.Context |
AccountBillingAddEdit.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected AccountServlet.Context |
AccountLogonAddEdit.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AccountServlet.allowAdmin(AccountServlet.Context ctx)
Answers if various admin-only fields are to be displayed and if they are
changeable by the user.
|
protected boolean |
AccountServlet.allowCatalog(AccountServlet.Context ctx)
Answers if the topmost category and default category are to be displayed
and if they are changeable by the user.
|
protected boolean |
AccountServlet.allowLogonId(AccountServlet.Context ctx)
Answers if logon id is to be displayed and if it is enterable by the user.
|
protected void |
AccountServlet.assignDefaultUserCatalog(AccountServlet.Context ctx)
Assigns the topmost category and default category from the default user to
the current user being maintained.
|
protected User |
AccountServlet.getAccountObject(AccountServlet.Context ctx)
Returns the account (user) to process.
|
protected java.lang.String |
AccountServlet.getURLForAdminCreate(AccountServlet.Context ctx)
Returns the URL for the admin account create servlet (billing info).
|
protected java.lang.String |
AccountServlet.getURLForAdminSelect(AccountServlet.Context ctx)
Returns the URL for the admin account selection servlet.
|
protected java.lang.String |
AccountServlet.getURLForProfile(AccountServlet.Context ctx)
Returns the URL for the account profile servlet.
|
protected java.lang.String |
AccountServlet.getURLForSfiSelect(AccountServlet.Context ctx)
Returns the URL for the SFI/CSR account selection servlet.
|
protected Category |
AccountServlet.getValidDefaultCategory(AccountServlet.Context ctx)
Returns a
Category object suitable for use as the user's
default start category. |
protected boolean |
AccountServlet.isCheckOut(AccountServlet.Context ctx)
Answers if check out processing is being performed.
|
protected boolean |
AccountServlet.isOneTimeShipto(AccountServlet.Context ctx)
Answers if the account being maintained is a one-time ship-to account (user
is a shopping user and the user's ship-to customer id = *onetime).
|
protected void |
AccountServlet.runMiniSync(AccountServlet.Context ctx)
Performs user and customer mini-sync with the backend ERP system (if
configured in properties).
|
protected void |
AccountServlet.setAccountObject(AccountServlet.Context ctx)
Sets the account (user) in the session to reflect the results of an edit.
|
protected void |
AccountServlet.updatePageExpired(AccountServlet.Context ctx)
Sets all servlet requests in the stack for account maintenance related
functions to expired.
|