Package com.ibm.commerce.order.commands

Commands working with orders (displaying, preparing, processing, and scheduling orders).

See:
          Description

Interface Summary
CheckOrderAcceptanceCmd Interface for the CheckOrderAcceptancemd Task Command to verify the trading agreements in an order.
CheckOrderCopyCmd This task command is called by the OrderCopy command to check whether an order can be accessed.
CheckOrderTemplateCmd This task command is called by the SetOrderTemplate command to check whether an order can be marked as a template.
ErrorOrderDataCmd Defines error codes for BadOrderDataErrorView view.
ErrorOrderNoneCmd Defines error codes for OrderNoneErrorView view.
ErrorOrderUnlockCmd Defines error codes for OrderUnlockErrorView view.
ExtOrderCopyCmd This task command is called by OrderCopy before its execution is completed.
ExtOrderProcessCmd Perform any additional processing required just prior to the completion of the OrderProcess command.
GetCurrentPendingOrdersCmd Obtains the list of current pending orders
GetOrderPaymentInfoCmd This task command is called by other Order commands to get the payment info of an order.
OrderCancelCmd Cancels the specified order by changing its order status to X.
OrderCopyCmd The OrderCopy command can be used to create new orders or modify existing pending orders by copying information from existing orders.
OrderDisplayCmd Displays the contents of the specified orders.
OrderListCmd Displays a list of the shopper's orders whether they have been prepared or not.
OrderMessagingCmd The interface of the OrderMessagingCmd task command that generates the outbound Order Create Message "Report_NC_PurchaseOrder".
OrderNotifyCmd Sends order notification message.
OrderPrepareCmd This command prepares an order by determining prices, discounts, shipping charges, and taxes for an order.
OrderProcessCheckApprovalCmd Check if the order requires approval.
OrderProcessCmd This command submits an order.
OrderProcessPostApprovalCmd This command is called when the order is approved or the order does not require approval.
OrderProcessPostCancelCmd This command is called when the order is cancelled.
OrderProcessPostRejectCmd This command is called when the order is rejected.
OrderProcessPreApprovalCmd Pre-Processes an order that has been submitted.
OrderProfileUpdateCmd Creates or updates customer's default billing and shipping addresses, shipping mode and payment information.
OrderScheduleCmd Submits a recurring order, which will be processed by the job scheduler.
OrderUnlockCmd Unlocks an order that was previously locked by the OrderPrepare command and calls the specified URL.
PrepareOrderCmd This command prepares an order by determining prices, discounts, shipping charges, and taxes for an order.
PrepareProcurementOrderCmd Insert the type's description here.
PreProcessOrderCmd  
ProcessOrderCmd This command submits an order.
ReprepareOrderCmd Re-calculates shipping charges and taxes, and locks the order.
ScheduledOrderCancelCmd Cancels execution of a recurring order submitted by the OrderSchedule command.
SetCurrentPendingOrdersCmd Sets the input pending orders to be current
SetOrderOrganizationCmd This task command is called by other Order commands to set the organization info of an order.
SetOrderPaymentInfoCmd Sets the payment information of an order.
SetOrderTemplateCmd Use this controller command to mark/unmark orders as orderTemplates.
SetPendingOrderCmd Marks one or more pending orders as the current pending orders.
 

Class Summary
CheckOrderAcceptanceCmdImpl This CheckOrderAcceptanceCmd Task Command Implementation verifies if the trading agreements being used by the order are still valid and active.
CheckOrderCopyCmdImpl This is the default implementation of CheckOrderCopyCmd.
CheckOrderTemplateCmdImpl This is the default implementation of CheckOrderTemplateCmd.
ExtOrderCopyCmdImpl The default implementation of ExtOrderCopyCmd does nothing.
ExtOrderProcessCmdImpl Perform any additional processing required just prior to the completion of the OrderProcess command.
GetCurrentPendingOrdersCmdImpl Obtains the list of current pending orders
GetOrderPaymentInfoCmdImpl This is the default implementation of the GetOrderPaymentInfoCmd task command.
OrderCancelCmdImpl Cancels the specified order by changing its order status to X.
OrderCopyCmd.Group The OrderCopy enumeration group.
OrderCopyCmdImpl This is the default implementation of the OrderCopy command.
OrderDisplayCmdImpl Displays the contents of the specified orders.
OrderFlowEntityBean OrderFlowEntityBean is used in the OrderProcess approval flow.
OrderListCmdImpl Displays a list of the shopper's orders whether they have been prepared or not.
OrderMessagingCmdImpl The implementation of the OrderMessagingCmd task command that generates the outbound Order Create Message "Report_NC_PurchaseOrder".
OrderNotifyCmdImpl Sends order notification message.
OrderPrepareCmdImpl This command prepares an order by determining prices, discounts, shipping charges, and taxes for an order.
OrderProcessApprovalBaseCmdImpl This the base class for other OrderProcess approval commands.
OrderProcessCheckApprovalCmdImpl Check if the order requires approval.
OrderProcessCmdImpl This command submits an order.
OrderProcessPostApprovalCmdImpl This command is called when the order is approved or the order does not require approval.
OrderProcessPostCancelCmdImpl This command is called when the order is cancelled.
OrderProcessPostRejectCmdImpl This command is called when the order is rejected.
OrderProcessPreApprovalCmdImpl Save the url parameters when an order is submitted.
OrderProfileUpdateCmdImpl Creates or updates customer's default billing and shipping addresses, shipping mode and payment information.
OrderScheduleCmdImpl Submits a recurring order, which will be processed by the job scheduler.
OrderUnlockCmdImpl Unlocks an order that was previously locked by the OrderPrepare command and calls the specified URL.
PrepareOrderCmdImpl This command prepares an order by determining prices, discounts, shipping charges, and taxes for an order.
PrepareProcurementOrderCmdImpl  
PreProcessOrderCmdImpl  
ProcessOrderCmdImpl This command submits an order.
ReprepareOrderCmdImpl Re-calculates shipping charges and taxes, and locks the order.
ScheduledOrderCancelCmdImpl Cancels execution of a recurring order submitted by the OrderSchedule command.
SetCurrentPendingOrdersCmdImpl Sets the input pending orders to be current
SetOrderOrganizationCmdImpl This task command is called by other Order commands to set the organization info of an order.
SetOrderPaymentInfoCmdImpl Sets the payment information of an order.
SetOrderTemplateCmd.Group The SetOrderTemplate enumeration group.
SetOrderTemplateCmdImpl This is the default implementation of the SetOrderTemplate command.
SetPendingOrderCmdImpl Marks one or more pending orders as the current pending orders.
 

Package com.ibm.commerce.order.commands Description

Commands working with orders (displaying, preparing, processing, and scheduling orders).