Package | Description |
---|---|
com.dpslink.flash.servlet.sfi |
DPS Flash specific servlets for handling sales force interface functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SfiAccountSelect.selectAccount(SfiAccountSelect.Context ctx)
Performs account selection and determines the next step to process; which
will either be ship-to selection, user selection or shopping.
|
protected boolean |
SfiAccountSelect.selectAccountCSR(SfiAccountSelect.Context ctx)
Performs account selection for CSR.
|
protected boolean |
SfiAccountSelect.selectAccountSFI(SfiAccountSelect.Context ctx)
Performs account selection for SFI.
|
protected void |
SfiAccountSelect.setTemplateDataCSR(SfiAccountSelect.Context ctx)
Sets the CSR data required by the html template.
|
protected void |
SfiAccountSelect.setTemplateDataSFI(SfiAccountSelect.Context ctx)
Sets the SFI data required by the html template.
|
protected boolean |
SfiAccountSelect.setTemplateError(SfiAccountSelect.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|