Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AccountContactAddEdit.setAccountValues(AccountContactAddEdit.Context ctx)
Sets the account values using the submitted parameter values.
|
protected boolean |
AccountContactAddEdit.setTemplateError(AccountContactAddEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected void |
AccountContactAddEdit.setTemplatePreferences(AccountContactAddEdit.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the notification preference data required by the html
template. |
protected void |
AccountContactAddEdit.storeContactInfo(AccountContactAddEdit.Context ctx)
Stores the entered contact information in the session for later retrieval.
|
protected boolean |
AccountContactAddEdit.updateAccount(AccountContactAddEdit.Context ctx)
Controls the updating of the account's components.
|
protected boolean |
AccountContactAddEdit.updateAccountPreferences(AccountContactAddEdit.Context ctx)
Controls the updating of the account's notification preference components.
|
protected boolean |
AccountContactAddEdit.validateEmail(AccountContactAddEdit.Context ctx,
java.lang.String address,
java.lang.String fldname)
Validates an entered email address.
|