Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AccountLogonAddEdit.createAccount(AccountLogonAddEdit.Context ctx)
Creates the new account.
|
protected void |
AccountLogonAddEdit.emailAccountInfo(AccountLogonAddEdit.Context ctx)
Sends an email notification containing new account info to the user.
|
protected java.lang.String |
AccountLogonAddEdit.fmtCategoryName(AccountLogonAddEdit.Context ctx,
Category cat)
Returns a formatted category name.
|
protected void |
AccountLogonAddEdit.logonToAccount(AccountLogonAddEdit.Context ctx)
Performs logon to a newly created account.
|
protected void |
AccountLogonAddEdit.search(AccountLogonAddEdit.Context ctx)
Handles processing for an auto complete search request.
|
protected void |
AccountLogonAddEdit.searchResponse(AccountLogonAddEdit.Context ctx,
java.util.ArrayList<AccountLogonAddEdit.SearchResult> results)
Sends a JSON formatted response to the browser for an auto complete
search request.
|
protected void |
AccountLogonAddEdit.setAccountValues(AccountLogonAddEdit.Context ctx)
Sets the account values using the submitted parameter values.
|
protected void |
AccountLogonAddEdit.setTemplateCategories(AccountLogonAddEdit.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the category data required by the html template. |
protected boolean |
AccountLogonAddEdit.setTemplateError(AccountLogonAddEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected void |
AccountLogonAddEdit.storeLogonInfo(AccountLogonAddEdit.Context ctx)
Stores the entered logon information in the session for later retrieval.
|
protected boolean |
AccountLogonAddEdit.updateAccount(AccountLogonAddEdit.Context ctx)
Controls the updating of the account's components.
|
protected void |
AccountLogonAddEdit.writeResponse(AccountLogonAddEdit.Context ctx,
java.lang.String response)
Writes a JSON formatted response to the http response output stream.
|