Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Class and Description |
---|---|
protected class |
LogonFirst.Context
Inner class used to store servlet context information.
|
protected class |
LogonUser.Context
Inner class used to store servlet context information.
|
protected class |
PunchOut.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
protected Logon.Context |
LogonUser.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected Logon.Context |
LogonFirst.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
protected Logon.Context |
PunchOut.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 |
Logon.isPasswordNeeded(Logon.Context ctx)
Answers if the logon user needs to change their password.
|
protected boolean |
Logon.isPasswordValid(Logon.Context ctx)
Answers if the logon user password is valid.
|
protected boolean |
PunchOut.isPasswordValid(Logon.Context ctx)
Answers if the logon user password is valid.
|
protected boolean |
Logon.isShiptoNeeded(Logon.Context ctx)
Answers if the logon user needs to select a ship-to customer.
|
protected void |
Logon.resetCategories(Logon.Context ctx)
Resets session and cookie values that control the processing of product
categories.
|
protected void |
Logon.retrieveShiptos(Logon.Context ctx)
Retrieves the user's ship-to customers and places the customers in the
ctx.shiptoCustomers context variable. |
protected boolean |
Logon.setTemplateError(Logon.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|