Package com.ibm.commerce.order.client.commands
-
Interface Summary Interface Description ComposeOrderCmd This order client task command is used to compose anOrder
SDO from an order ID or order access bean.GetOrderCmd This order client task command is used to retrieve an order or list of orders from an external system by composing aGetOrder
SDO from the search criteria specified and make theGetOrder
service request with it and the invocation service action specified.PopulateOrderStatusDataBeanCmd This order client data bean command is used to populate theOrderStatusDataBean
.PopulateOrderStatusListDataBeanCmd This order client data bean command is used to populate theOrderStatusListDataBean
.ProcessOrderCmd This order client task command is used to process an order by composing theProcessOrder
SDO from an order ID or order access bean and make theProcessOrder
service request with it and the invocation service action specified. -
Class Summary Class Description ComposeOrderCmdImpl This is the default implementation of theComposeOrderCmd
task command.GetOrderCmdImpl This is the default implementation of theGetOrderCmd
task command.PopulateOrderStatusDataBeanCmdImpl This is the default implementation of thePopulateOrderStatusListDataBeanCmd
data bean command.PopulateOrderStatusListDataBeanCmdImpl This is the default implementation of thePopulateOrderStatusListDataBeanCmd
data bean command.ProcessOrderCmdImpl This is the default implementation of theProcessOrderCmd
task command.