See:
Description
Interface Summary | |
---|---|
AccountDeleteCmd | This controller command deletes accounts by marking them for deletion. |
AccountImportCmd | This controller command creates new accounts by importing an account XML file. |
AccountSaveCmd | This controller command is called by Business Relationship Management tools in the WebSphere Commerce Accelerator to create or update accounts based on the XML string specified. |
CreateAccountCmd | This task command is called by
AccountImport and
AccountSave to create a new account. |
SaveAccountCmd | This task command is called by
AccountImport and
AccountSave to create a new account or update an existed
account. |
UpdateAccountCmd | This task command is called by
AccountSave to update an existing account. |
Class Summary | |
---|---|
AccountDeleteCmdImpl | This is the default implementation of the
AccountDelete controller command. |
AccountImportCmdImpl | This is the default implementation of the
AccountImport controller command. |
AccountSaveCmdImpl | This is the default implementation of the
AccountSave controller command. |
CreateAccountCmdImpl | This is the default implementation of the
CreateAccount task command. |
SaveAccountCmdImpl | This is the default implementation of the
SaveAccount task command. |
UpdateAccountCmdImpl | This is the default implementation of the
UpdateAccount task command. |
Provides the Controller Commands and Task Commands to manage accounts.