Package com.ibm.commerce.messaging.commands

Contains classes and interfaces for handling general messaging and the administration of the messaging subsystem.

See:
          Description

Interface Summary
AttributesUpdateCmd The interface of the AttributesUpdate command.
BroadcastMessageCmd The BroadcastMessage command can be used to send a broadcast message (usually email) to selected message recipients.
CISEditAttCreateCmd Administration command to configure the outbound messaging system.
CISEditAttUpdateCmd Administration command to configure the outbound messaging system.
GetPickPackListDetailCmd Retrieves the pick ticket and packslips for the input pickbatch id and forwards to a viewtask which will compose the PickPackListDetails message to be sent to fulfillment center.
GetRecipientsCmd This task command is called by BroadcastMessage to get the list of message recipients.
MessagingProfileCmd The interface of the MessagingProfile command.
MessagingProfileCreateCmd The interface of the MessagingProfileCreate command.
MessagingProfileDeleteCmd The interface of the MessagingProfileDelete command.
MessagingProfileUpdateCmd The interface of the MessagingProfileUpdate 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.
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 order release shippped notification message.
SendMsgCmd The outbound messaging system interface, a task command to use the messaging system object.
StoreTransCreateCmd The interface of the StoreTransCreate command.
StoreTransUpdateCmd The interface of the StoreTransUpdate command.
 

Class Summary
AttributesUpdateCmdImpl The default implementation of AttributesUpdateCmd.
BroadcastMessageCmdImpl The default implementation of BroadcastMessageCmd.
CISEditAttCreateCmdImpl The default implementation of CISEditAttCreateCmd.
CISEditAttUpdateCmdImpl The default implementation of CISEditAttUpdateCmd.
GetPickPackListDetailCmdImpl Retrieves the pick ticket and packslips for the input pickbatch id and forwards to a viewtask which will compose the PickPackListDetails message to be sent to fulfillment center.
GetRecipientsCmdImpl This is the default implementation of GetRecipientsCmd.
MessagingAdminCmd Helper class for success handling, error handling and reading from an XML object.
MessagingProfileCmdImpl This is the default implementation of MessagingProfileCmd.
MessagingProfileCreateCmdImpl This is the default implementation of MessagingProfileCreateCmd.
MessagingProfileDeleteCmdImpl This is the default implementation of MessagingProfileDeleteCmd.
MessagingProfileUpdateCmdImpl This is the default implementation of MessagingProfileUpdateCmd.
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.
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.
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
StoreTransCreateCmdImpl The default implementation of StoreTransCreateCmd.
StoreTransUpdateCmdImpl The default implementation of StoreTransUpdateCmd.
 

Package com.ibm.commerce.messaging.commands Description

Contains classes and interfaces for handling general messaging and the administration of the messaging subsystem.