Package com.ibm.commerce.account.commands

Contains commands and command interfaces pertaining to the creation, update and deletion of business accounts in WebSphere Commerce.

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.
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.
UpdateAccountCmdImpl This is the default implementation of the UpdateAccount task command.
 

Package com.ibm.commerce.account.commands Description

Contains commands and command interfaces pertaining to the creation, update and deletion of business accounts in WebSphere Commerce.