See: Description
| Interface | Description |
|---|---|
| AddStoreRelationshipCmd |
Interface for the command used to add a store relationship
|
| AdminBroadcastMessageCmd |
The AdminBroadcastMessage command can be used to send a broadcast message (usually email) to store
contacts and specific recipients.
|
| ExecuteSpecifiedCommandForHostedStoresCmd |
This command is invoked by the WebSphere Commerce scheduler
as a site wide job.
|
| ManageStoreCmd |
This command manages the store state transition, whenever changing store state.
|
| ReportsNotifyCmd |
This controller command is meant to be scheduled to run every night
just after midnight.
|
| SaveReportDeliverySettingsCmd |
Saves the commerce report delivery settings.
|
| StoreCategoryUpdateCmd |
Changes the category to which the store belongs.
|
| StoreCloseCmd |
Changes the state of the store to closed.
|
| StoreMessagingProfileCmd |
The interface of the StoreMessagingProfile command.
|
| StoreOpenCmd |
Changes the store state to open.
|
| UpdateStoreRelationshipStateCmd |
Interface for the command used to update a store relationship state
|
| Class | Description |
|---|---|
| AddStoreRelationshipCmdImpl |
Adds a store relationship
|
| AdminBroadcastMessageCmdImpl |
The default implementation of AdminBroadcastMessageCmd.
|
| ExecuteSpecifiedCommandForHostedStoresCmdImpl |
This command is invoked by the WebSphere Commerce scheduler
as a site wide job.
|
| ManageStoreCmdImpl |
ManageStoreCmdImpl updates an individual store from the datasource.
|
| ReportsNotifyCmdImpl |
This controller command is used to trigger the following messages for
all open and close stores:
- Daily new orders summary reports
- Monthly store usage reports
|
| SaveReportDeliverySettingsCmdImpl |
Saves the commerce report delivery settings.
|
| StoreCategoryUpdateCmdImpl |
Sets the new category to which the store belongs.
|
| StoreCloseCmdImpl |
Changes the state of the store to closed.
|
| StoreMessagingProfileCmdImpl |
This is the default implementation of MessagingProfileCmd.
|
| StoreOpenCmdImpl |
Changes the store state to open.
|
| UpdateStoreRelationshipStateCmdImpl |
Updates a store relationship
|