Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
com.dpslink.flash.servlet.sfi |
DPS Flash specific servlets for handling sales force interface functions.
|
Modifier and Type | Method and Description |
---|---|
protected User |
LogonShippingSelect.getAccountObject(LogonShippingSelect.Context ctx)
Returns the account (user) being processed.
|
protected java.util.ArrayList<Customer> |
LogonShippingSelect.getShiptoCustomers(LogonShippingSelect.Context ctx)
Returns the list of ship-to cusotmers being processed.
|
protected boolean |
LogonShippingSelect.setTemplateError(LogonShippingSelect.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected boolean |
LogonShippingSelect.updateShipto(LogonShippingSelect.Context ctx)
Updates the ship-to customer for the account in the db and in the session.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SfiShippingSelect.Context
Inner class used to store servlet context information.
|
Modifier and Type | Method and Description |
---|---|
protected LogonShippingSelect.Context |
SfiShippingSelect.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
Modifier and Type | Method and Description |
---|---|
protected User |
SfiShippingSelect.getAccountObject(LogonShippingSelect.Context ctx)
Returns the account (user) being processed.
|
protected java.util.ArrayList<Customer> |
SfiShippingSelect.getShiptoCustomers(LogonShippingSelect.Context ctx)
Returns the list of ship-to cusotmers being processed.
|