Package com.ibm.commerce.messaging.commands

Provides classes for Messaging System related commands, which are used for backend system integration.

See:
          Description

Interface Summary
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 Retrieve the pick ticket and packslips for the input pickbatch id and forward to a viewtask which will compose the PickPackListDetails message to be sent to fulfillment center.
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 which processes the invoice message that the backend system has created when an invoice for the order has been sent.
OrderItemStatusCmd The interface for the OrderItemStatus command which processes the status message that the backend system has created when any change occurs to the items belonging to an order.This command is usually called by the order status commands.
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 which processes the order status message that the backend system has created when when any change occurs to the order.
OrderStatusNotifySendCmd Interface for order status notifiaction which would send a notification whenever an order status is processed.
OrderStatusServiceCmd This OrderStatusService command allows an external system to update the status information of an existing order within WebSphere Commerce by sending a webservice 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 notification message when order release was shippped.
RequestBatchAvailabilityPolicyCmd Interface for GetBatchAvailabilityCmdImpl.
RequestOrderQuotationPolicyCmd The interface of GetPriceAndAvailabilty policy command.
ResendMsgCmd Interface for ResendMsgCmd.
ResponseOrderQuotationConstants The contants file for ResponseOrderQuotationConstants.
ResponseShopCartTransferConstants The contants file for ResponseShopCartTransferConstants.
SendMsgCmd The interface for the outbound messaging system.
TransferShopCartPolicyCmd interface for TransferShopCartCmdImpl
 
Class Summary
BroadcastMessageCmdImpl The default implementation of BroadcastMessageCmd.
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 Retrieve the pick ticket and packslips for the input pickbatch id and forward to a viewtask which will compose the PickPackListDetails message to be sent to fulfillment center.
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 and is called by customized inbound messages that are not implemented using the user_template.xml inbound message template definition file.
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 dummy implementation of the 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 WCS Order Create message.
SendXMLOrderCmdImpl Task command to create and send XML Order Create message.
TransferShopcartCmdImpl TransferShopcartCmdImpl
TransferShopCartConstants Constants to be used by the TransferShopcartCmdImpl.
 

Package com.ibm.commerce.messaging.commands Description

Provides classes for Messaging System related commands, which are used for backend system integration.