See: Description
| Interface | Description |
|---|---|
| BroadcastMessageCmd |
The BroadcastMessage command can be used to send a broadcast message (usually email) to selected message recipients.
|
| DeleteMsgFromStorageCmd |
The interface of the DeleteMsgFromStorage command.
|
| GetPickPackListDetailCmd |
Retrieves the pick ticket and pack slips for the input pick batch ID and forwards it to a view task.
|
| GetRecipientsCmd |
The GetRecipientsCmd Task Command is called
by the BroadcastMessage Task Command to get the list of message recipients.
|
| MsgStoreIncrementRetriesCmd |
The interface of the
MsgStoreIncrementRetries command. |
| NewInboundMessageCmd |
The
NewInboundMessage command is called by customized inbound messages
that are not implemented using the user_template.xml inbound message
template definition file. |
| OrderConfirmCmd |
The interface for the OrderConfirm command which processes the confirmation
message that the backend system has created when the order has been received.
|
| OrderInvoiceCmd |
The interface for the
OrderInvoice command. |
| OrderItemStatusCmd |
The interface for the
OrderItemStatus command. |
| OrderShippingCmd |
The interface for the OrderShipping command which processes the shipping
message that the backend system has created when the order has been shipped.
|
| OrderStatusCmd |
The interface for the
OrderStatus command that processes the order status
message the backend system creates when any change occurs to an order. |
| OrderStatusNotifySendCmd |
Interface for the order status notification send command that sends a notification
whenever an order status is processed.
|
| OrderStatusServiceCmd |
The
OrderStatusService command allows an external system
to update the status information of an existing order within
WebSphere Commerce by sending a Web service request. |
| ProductInventoryUpdateCmd |
The interface for the ProductInventoryUpdate command which
updates the inventory information in the catalog.
|
| ProductListPriceUpdateCmd |
The interface for the ProductListPriceUpdate command which
updates the list price of the product based on the request properties.
|
| ProductOfferPriceUpdateCmd |
The interface for the ProductOfferPriceUpdate command which
updates the offer price of the product based on the request properties.
|
| ReleaseShipNotifyCmd |
Sends a notification message when an order release is shipped.
|
| RequestBatchAvailabilityPolicyCmd |
Interface for GetBatchAvailabilityCmdImpl.
|
| RequestOrderQuotationPolicyCmd |
The interface of GetPriceAndAvailabilty policy command.
|
| ResendMsgCmd |
Interface for ResendMsgCmd.
|
| ResponseOrderQuotationConstants |
The constants file for ResponseOrderQuotationConstants.
|
| ResponseShopCartTransferConstants |
The constants file for ResponseShopCartTransferConstants.
|
| SendMsgCmd |
The class defining the interface of the task message sending task command which can be called
by other business logic.
|
| TransferShopCartPolicyCmd |
interface for TransferShopCartCmdImpl
|
| Class | Description |
|---|---|
| BroadcastMessageCmdImpl |
The default implementation of BroadcastMessageCmd will broadcast messages to specific groups.
|
| DeleteMsgFromStorageCmdImpl |
This is the default implementation of DeleteMsgFromStorageCmd.
|
| GetBatchAvailabilityCmdImpl |
The
GetBatchAvailabilityCmd Policy Command Implementation is called
by the RequestBatchAvailabilityCmd Task Command to send out the BatchAvailability
message inquiry request. |
| GetPickPackListDetailCmdImpl |
This is the default implementation of the GetPickPackListDetailCmd task command.
|
| GetPriceAndAvailabilityCmdImpl |
The
GetPriceAndAvailabilityCmd Policy Command Implementation is called
by the StoreRequestOrderQuotationCmd Task Command to send out the priceAndAvailability
message inquiry request. |
| GetRecipientsCmdImpl |
This is the default implementation of GetRecipientsCmd.
|
| MsgStoreIncrementRetriesCmdImpl |
This is the default implementation of MsgStoreIncrementRetriesCmd.
|
| NewInboundMessageCmdImpl |
This is the default implementation of NewInboundMessageCmd.
|
| OrderConfirmCmdImpl |
The implementation of the
OrderConfirm command (see interface for a detailed
description of the OrderConfirm command) |
| OrderInvoiceCmdImpl |
The implementation of the OrderInvoice command (see interface for a detailed
description of the OrderInvoice command)
|
| OrderItemStatusCmdImpl |
The implementation of the
OrderItemStatus command (see interface for a detailed
description of the OrderItemStatus command). |
| OrderShippingCmdImpl |
The implementation of the OrderShipping command (see interface for a detailed
description of the OrderShipping command)
|
| OrderStatusCmdImpl |
The implementation of the
OrderStatus command (see interface for a detailed
description of the OrderStatus command). |
| OrderStatusNotifySendCmdDummyImpl |
This class is the dummy implementation of OrderStatusNotifySendCmd.
|
| OrderStatusNotifySendCmdImpl |
Implementation of the OrderStatusNotifySendCmd interface.
|
| OrderStatusServiceCmdImpl |
This implementation of OrderStatusService is invoked by sending a
SOAP XML message as specified by the corresponding WSDL definition.
|
| ProductInventoryUpdateCmdImpl |
The implementation of the
ProductInventoryUpdate command (see interface for a detailed
description of the ProductInventoryUpdate command). |
| ProductListPriceUpdateCmdImpl |
The implementation of the
ProductListPriceUpdate command (see interface for a detailed
description of the ProductListPriceUpdate command) |
| ProductOfferPriceUpdateCmdImpl |
The implementation of the
ProductOfferPriceUpdate command (see interface for a detailed
description of the ProductOfferPriceUpdate command) |
| ReleaseShipNotifyCmdDummyImpl |
This class is the dummy implementation of the ReleaseShipNotifyCmd.
|
| ReleaseShipNotifyCmdImpl |
Sends an E-mail notification message for order release shipment.
|
| RequestOrderQuotationConstants |
Constants file for GetPriceAndAvailabilityCmd.
|
| ResendMsgCmdImpl |
ResendMsgCmdImpl is the default implementation of ResendMsgCmd.
|
| SendMsgCmdImpl |
The outbound messaging system interface implementation, a task command to use the messaging system object.
|
| SendWCSOrderCmdImpl |
Task command to create and send legacy WebSphere Commerce OrderCreateFixFormat message.
|
| SendXMLOrderCmdImpl |
Task command to create and send OrderCreateXMLFormat message.
|
| TransferShopcartCmdImpl |
TransferShopcartCmdImpl
|
| TransferShopCartConstants |
Constants to be used by the TransferShopcartCmdImpl.
|