See: Description
| Interface | Description |
|---|---|
| AdminOrderCancelCmd |
This controller command is used to cancel order.
|
| CalculateOrderCmd |
This task command is used to handle free gifts and implement the core logic of calculation.
|
| CancelPONumberCmd |
This task command is used to cancel a purchase order number.
|
| CheckChildOrderCmd |
This command prepares a child order by determining prices, discounts, shipping charges, and taxes
for an order.
|
| CheckOrderAcceptanceCmd |
Checks that an Order can be accepted for processing.
|
| CheckOrderAttributesCmd |
This command check order's attributes.
|
| CheckOrderBuyableCmd |
This command check whether the order is buyable
for an order.
|
| CheckOrderCopyCmd |
Checks whether an Order can be accessed by the
OrderCopyCmd controller command. |
| CheckOrderTemplateCmd |
Checks whether an Order can be marked as a template by the
SetOrderTemplateCmd controller command. |
| CheckPaymentTCsCmd |
This command checks account, spending limit and purchase order number
|
| CheckRecurringOrderCmd |
This task command is to check recurring order.
|
| CheckSubscriptionCmd |
This command check subscription attributes.
|
| ChildOrderCreateCmd |
This order command is used to create a child order container.
|
| ComposeSSFSOrderDataCmd |
This command is used to compose
SSFSOrderData from SC getCompleteOrderDetails API response |
| CreateOrderOnSuccessStatusUpdateCmd |
The interface for the
CreateOrderOnSuccessStatusUpdateCmd command that
update the order status to G when receive CreateOrderOnSuccess message from the back end system,
and update the external order id in ORDSTAT table. |
| CreateReleasesCmd |
This command will create releases for the requested order that will include all the
orders items that are eligible to be released to fulfillment.
|
| DeleteShipInfoCmd |
The following parameters are required : the order ID, the address ID
and the ship mode ID of the record to remove the record from
the SHIPINFO table.
|
| ErrorOrderDataCmd |
Defines error codes for BadOrderDataErrorView view.
|
| ErrorOrderNoneCmd |
Defines error codes for OrderNoneErrorView view.
|
| ErrorOrderUnlockCmd |
Defines error codes for OrderUnlockErrorView view.
|
| ExtOrderCopyCmd |
Perform custom processing just prior to the completion of the
OrderCopyCmd controller command. |
| ExtOrderProcessCmd |
Perform custom processing just prior to the completion of the
OrderProcessCmd
controller command. |
| GetCurrentPendingOrdersCmd |
Obtains a list of current pending orders for a Member.
|
| GetHistoryOrderTotalAmountCmd |
This task command is used to sum up the history order's total charge amount.
|
| GetOrderPaymentInfoCmd |
Obtains the payment information of an Order.
|
| GetOrderReleaseTotalAmountCmd |
This task command is used to sum up the order's total charge amount.
|
| GetOrderTotalAmountCmd |
This task command is used to sum up the order's total charge amount.
|
| OrderCalculateCmd |
This Order controller command is used to re-calculate specified calculation usages.
|
| OrderCalculateExternalCmd |
The command is to calculate order for external system such as Sterling
Commerce.
|
| OrderCalculateInternalCmd |
The command is to calculate order for internal system in WebSphere Commerce.
|
| OrderCancelCmd |
This controller command is used to cancel the specified order.
|
| OrderCommentRecordContrlCmd |
This controller command is used to create the order comments and notify the shopper if needed.
|
| OrderCopyCmd |
The OrderCopy command can be used to create new orders or modify existing pending orders by copying
information from existing orders.
|
| OrderCreateCmd |
This order command is used to create an order container with no line items.
|
| OrderCreateQuoteCmd |
This Order controller command is to create a quote from an existing Order.
|
| OrderDisplayCmd |
This controller command is used to set the "viewTaskName" response property to display the contents of specified Orders for a user.
|
| OrderListCmd |
This controller command is used to set the "viewTaskName" response property to display a list of Orders for a user.
|
| OrderMessagingCmd |
The interface of the OrderMessagingCmd task command that generates the outbound Order Create Message "Report_NC_PurchaseOrder".
|
| OrderNotifyCmd |
Sends order notification message.
|
| OrderPaymentSynchronizeCmd |
This command is invoked by the WebSphere Commerce scheduler at store level.
|
| OrderPrepareCmd |
This command prepares an order by determining prices, discounts, shipping charges, shipping adjustment, and taxes
for an order.
|
| OrderProcessCheckApprovalCmd |
Check if the order requires approval.
|
| OrderProcessCmd |
This Order controller command is used to submit an order.
|
| OrderProcessPostApprovalCmd |
This Order command is called when the order is approved or the order does not require approval.
|
| OrderProcessPostCancelCmd |
This Order command is called when the order is cancelled.
|
| OrderProcessPostRejectCmd |
This Order command is called when the order is rejected.
|
| OrderProcessPreApprovalCmd |
This Order command is used to pre-Processes an order that has been submitted.
|
| OrderProfileUpdateCmd |
This Order controller command is used to create or update customer's default billing
and shipping addresses, shipping mode and payment information.
|
| OrderRetransferCmd |
This controller command is invoked by the WebSphere Commerce scheduler and attempts to re-transfer the orders in "H" and "F" status to
back-end Order Management System for the given store.
|
| OrderScheduleCmd |
This command submits a recurring order, which will be processed by the job scheduler.
|
| OrderTransferCheckCmd |
This Order controller command is used to check if confirmation has
been received for the specified order transferred to an external system.
|
| OrderTransferConfirmCmd |
This Order controller command is used to confirm successful transfer
of an order to an external system.
|
| OrderUnlockCmd |
This command 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 |
The interface for PrepareProcurementOrderCmd command.
|
| PrepareShipInfoCmd |
This order task command is used to performs a verification between the SHIPINFO table and the ORDERITEMS
table and checks for orphaned SHIPINFO records.
|
| PreProcessOrderCmd |
This task command is used to pre process the order, it's called before the calling of
ProcessOrderCmd. |
| ProcessOrderCmd |
This Order task command is used to submit an order.
|
| ProcessRecurringOrderCmd |
This task command is to process recurring order.
|
| ProcessSubscriptionCmd |
This task command is to process subscription.
|
| RaiseOrderEventCmd |
This Order task command is used to raise an order related event.
|
| RecordOrderHistoryTaskCmd |
This task command is used to record the Order history info as an XML tree.
|
| RecurringOrderCancelCmd |
The command is to cancel a recurring order.
|
| RemoveSubscriptionTemplateCmd |
This command check subscription attributes.
|
| ReprepareOrderCmd |
Re-calculates shipping charges and taxes, and locks the order.
|
| SalesOrderPreprocessCmd |
This command is to be exposed as an inbound service to the external
OMS through the inbound service infrastructure. |
| ScheduledOrderCancelCmd |
This controller command is used to cancel 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 |
This controller command is used to mark/
unmark orders as
orderTemplates. |
| SetPendingOrderCmd |
This controller command is used to mark one or more pending orders as the current pending orders.
|
| ShipInfoAddCmd |
This command inserts a new SHIPINFO record into the database.
|
| ShipInfoDeleteCmd |
This command deletes unwanted shipping information.
|
| ShipInfoPrepareCmd |
This command performs a verification between the SHIPINFO table and the ORDERITEMS table and checks for
orphaned SHIPINFO records.
|
| ShipInfoUpdateCmd |
This command updates shipping information.
|
| SSFSOrderCopyCmd |
The SSFSOrderCopy command can be used to create new orders or modify existing pending orders by copying
information from remote orders in Sterling OMS.
|
| SubscriptionCancelCmd |
The command is to cancel a subscription.
|
| UpdateOrderTransferringStatusCmd |
This command is used to update order status when transferring order to external systems
|
| UpdateShipInfoCmd |
This order task command is used to update shipping information.
|
| UpdateShippingAddressCmd |
This Order task command is used to update the shipping address for the passed order items.
|
| UpdateSpendingLimitCmd |
This task command is used to check account , spending limit and purchase order number, and update some items if needed.
|
| ValidateOrderAddressCmd |
This Order task command is used to validate the shipping or billing address for the order or orderitems using given criteria.
|
| ValidatePaymentMethodCmd |
This command checks whether the payment method to be added comply with the
BOPIS (Buy Online Pick In Store) rules. |
| ValidateShippingAdjustmentCmd |
This Order task command is used to find any inconsistencies in the order's shipping adjustments.
|
| Class | Description |
|---|---|
| AbstractOrderCalculateExternalCmdImpl |
The command is to calculate order for external system such as Sterling
Commerce.
|
| AdminOrderCancelCmdImpl |
This is the default implementation of the
AdminOrderCancelCmd controller command used to cancel order. |
| CalculateOrderCmdImpl |
This is implementation of the
CalculateOrderCmd task command. |
| CancelPONumberCmdImpl |
This is the default implementation of the
CancelPONumberCmd task command. |
| CatEntryPricesGroupKey |
Key class to a group of CatEntryPrices.
|
| CheckChildOrderCmdImpl |
This command checks parameter needPayment, needRecalculate for an order.
|
| CheckOrderAcceptanceCmdImpl |
Default implementation of the
CheckOrderAcceptanceCmd task command interface. |
| CheckOrderAttributesCmdImpl |
This command check order's attributes.
|
| CheckOrderBuyableCmdImpl |
This command checks whether the order is buyable.
|
| CheckOrderCopyCmdImpl |
Default implementation of the
CheckOrderCopyCmd task command interface. |
| CheckOrderTemplateCmdImpl |
Empty default implementation of the
CheckOrderTemplateCmd task command interface. |
| CheckPaymentTCsCmdImpl |
This command checks account, spending limit and purchase order number.
|
| CheckRecurringOrderCmdImpl |
hook of isRecurringOrder() in Fixpack
|
| CheckSubscriptionCmdImpl |
This command check order's attributes.
|
| ChildOrderCreateCmdImpl |
Hook of Fixpack.
|
| ComposeSSFSOrderDataCmdImpl |
This is implementation of the
ComposeSSFSOrderDataCmd task command. |
| CreateOrderOnSuccessStatusUpdateCmdImpl |
This is implementation of the
CreateOrderOnSuccessStatusUpdateCmd controller command. |
| CreateReleasesCmdImpl |
This command will create releases for the requested order that will include all the
orders items that are eligible to be released to fulfillment.
|
| DeleteShipInfoCmdImpl |
The following parameters are required: the order ID, the address ID
and the ship mode ID of the record to remove the record from
the SHIPINFO table.
|
| DOMCheckInStorePickupCmdImpl | Deprecated
Replaced by
CheckInStorePickupCmdImpl. |
| DOMOrderStatusCmdImpl | Deprecated
Replaced by
OrderStatusCmdImpl. |
| DOMOrderStatusNotifySendCmdImpl | Deprecated
Replaced by
OrderStatusNotifySendCmdImpl. |
| DOMValidatePaymentMethodCmdImpl | Deprecated
Replaced by
ValidatePaymentMethodCmdImpl. |
| ExternalOrderCalculateCmdImpl |
This is the implementation of the
OrderCalculateCmd controller command. |
| ExternalOrderCreateQuoteCmdImpl |
This command is the implementation of the OrderCreateQuote Command.
|
| ExternalPrepareOrderCmdImpl |
This command calls the OrderCalculate Command to prepares an order by determining prices, discounts, shipping charges, and taxes
for an order.
|
| ExternalReprepareOrderCmdImpl |
This implementation is to do order calculation.
|
| ExtOrderCopyCmdImpl |
Empty default implementation of the
ExtOrderCopyCmd task command interface. |
| ExtOrderProcessCmdImpl |
Empty default implementation of the
ExtOrderProcessCmd task command interface. |
| FetchChildOrdersByParentOrderIdCmdImpl |
This task command retrieves a list of orders according to the search
criteria specified by the client.
|
| FetchChildOrdersByParentOrderItemIdCmdImpl |
This task command retrieves a list of orders according to the search
criteria specified by the client.
|
| FetchOrdersByStatusAndTypeCmdImpl |
This task command retrieves a list of orders according to the search
criteria specified by the client.
|
| FetchTransferredExternalOrderByStoreMemberAndStatusCmdImpl |
This task command retrieves a list of orders from internal and external system
according to the search criteria specified by the client.
|
| GetCurrentPendingOrdersCmdImpl |
Obtains a list of current pending orders for a Member.
|
| GetHistoryOrderTotalAmountCmdImpl |
This is implementation of the
GetHistoryOrderTotalAmountCmd task command. |
| GetOrderPaymentInfoCmdImpl |
Default implementation of the
GetOrderPaymentInfoCmd task command interface. |
| GetOrderReleaseTotalAmountCmdImpl |
This is implementation of the
GetOrderReleaseTotalAmountCmd task command. |
| GetOrderTotalAmountCmdImpl |
This is implementation of the
GetOrderTotalAmountCmd task command. |
| OrderBaseCmdImpl |
A base order command which implements a few methods to do the order resource
locking and unlocking.
|
| OrderCalculateCmdImpl |
This is one of the implementations of the
OrderCalculateCmd controller command. |
| OrderCalculateExternalCmdImpl |
The command is to calculate order for external system such as Sterling
Commerce.
|
| OrderCalculateInternalCmdImpl |
The command is to calculate order for internal system in WebSphere Commerce.
|
| OrderCancelCmdImpl |
This is implementation of the
OrderCancelCmd controller command. |
| OrderCommentRecordContrlCmdImpl |
This is the default implementation of the
OrderCommentRecordContrlCmd controller command. |
| OrderCopyCmd.Group |
The OrderCopy enumeration group.
|
| OrderCopyCmdImpl |
This is the default implementation of the
OrderCopy controller command. |
| OrderCreateCmdImpl |
This is the default implementation of the controller command
OrderCreateCmd. |
| OrderCreateQuoteCmdImpl |
This command is the default implementation of the OrderCreateQuote Command.
|
| OrderDisplayCmdImpl |
This is the default implementation of the
OrderDisplayCmd controller command. |
| OrderFlowEntityBean |
OrderFlowEntityBean is used in the OrderProcess approval flow.
|
| OrderListCmdImpl |
This is the default implementation of the
OrderListCmd controller command. |
| OrderMessagingCmdImpl |
The implementation of the OrderMessagingCmd task command that generates the outbound Order Create Message "Report_NC_PurchaseOrder".
|
| OrderNotifyCmdImpl |
Sends order notification message.
|
| OrderPaymentSynchronizeCmdImpl |
This command is invoked by the WebSphere Commerce scheduler in store level.
|
| OrderPrepareBaseImpl |
This is the abstract Base Order Prepare command implementation.
|
| OrderPrepareCmdImpl |
This is the default implementation of the controller command
OrderPrepareCmd. |
| OrderProcessApprovalBaseCmdImpl |
This the base class for other OrderProcess approval commands.
|
| OrderProcessCheckApprovalCmdImpl |
Check if the order requires approval.
|
| OrderProcessCmd.Group |
The OrderProcess enumeration group
|
| OrderProcessCmdImpl |
This is the default implementation of the controller command
OrderProcessCmd. |
| OrderProcessPostApprovalCmdImpl |
This is the default implementation of the controller command
OrderProcessPostApprovalCmd. |
| OrderProcessPostCancelCmdImpl |
This is the default implementation of the controller command
OrderProcessPostApprovalCmd. |
| OrderProcessPostRejectCmdImpl |
This is the default implementation of the controller command
OrderProcessPostRejectCmd. |
| OrderProcessPreApprovalCmdImpl |
This is the default implementation of the
OrderProcessPreApprovalCmd controller command. |
| OrderProfileUpdateCmdImpl |
This is the default implementation of the
OrderProfileUpdateCmd controller command. |
| OrderRetransferCmdImpl |
This is the default implementation of the
OrderRetransferCmd controller command. |
| OrderScheduleCmdImpl |
This is the default implementation of the
OrderScheduleCmd controller command. |
| OrderTransferCheckCmdImpl |
This is the default implementation of the
OrderTransferCheckCmd
controller command. |
| OrderTransferConfirmCmdImpl |
This is the default implementation of the
OrderTransferConfirmCmd
controller command. |
| OrderUnlockCmdImpl |
This is the default implementation of the
OrderUnlockCmd controller command. |
| PrepareOrderCmdImpl |
This command prepares an order by determining prices, discounts, shipping charges, and taxes
for an order.
|
| PrepareProcurementOrderCmdImpl |
The default implementation class of interface
PrepareProcurementOrderCmd. |
| PrepareShipInfoCmdImpl |
This is the default implementation of
PrepareShipInfoCmd task command. |
| PreProcessOrderCmdImpl |
Default implementation for PreProcessOrderCmd.
|
| ProcessOrderCmdImpl |
This is the default implementation of the task command
ProcessOrderCmd. |
| ProcessRecurringOrderCmdImpl |
This is the default implementation of the task command
ProcessRecurringOrderCmd. |
| ProcessSubscriptionCmdImpl |
This is the default implementation of the task command
ProcessSubscriptionCmd. |
| PromotionEngineOrderCalculateCmdImpl |
This is the Promotion Engine base implementation of the
OrderCalculateCmd controller command. |
| RaiseOrderEventCmdImpl |
This Order task command is used to raise an order related event.
|
| RecordOrderHistoryTaskCmdImpl |
This is the default implementation of the
RecordOrderHistoryTaskCmd task command. |
| RecurringOrderCancelCmdImpl |
This is a dummy implementation for
RecurringOrderCancelCmd. |
| RemoveSubscriptionTemplateCmdImpl |
This command check order's attributes.
|
| ReprepareOrderCmdImpl |
This is the default implementation of the
ReprepareOrderCmd task command. |
| SalesOrderPreprocessCmdImpl |
This is the default implementation of
SalesOrderPreprocessCmd. |
| ScheduledOrderCancelCmdImpl |
This is the implementation of the
ScheduledOrderCancelCmd controller command. |
| ServiceProviderCheckChildOrderCmdImpl |
This command checks parameter needPayment, needRecalculate for an order.
|
| ServiceProviderCheckRecurringOrderCmdImpl |
This is the service provider solution implementation of the task command
CheckRecurringOrderCmd. |
| ServiceProviderCheckSubscriptionCmdImpl |
This command check order's attributes.
|
| ServiceProviderChildOrderCreateCmdImpl |
This is the implementation of the
ChildOrderCreateCmd controller command. |
| ServiceProviderProcessRecurringOrderCmdImpl |
This is the Service Provider Solution implementation of task command
ProcessRecurringOrderCmd. |
| ServiceProviderProcessSubscriptionCmdImpl |
This is the Service Provider Solution implementation of task command
ProcessSubscriptionCmd. |
| ServiceProviderRecurringOrderCancelCmdImpl |
The command is to cancel a recurring order.
|
| ServiceProviderRemoveSubscriptionTemplateCmdImpl |
This command check order's attributes.
|
| 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
SetOrderTemplateCmd controller command. |
| SetPendingOrderCmdImpl |
This is the default implementation of the
SetPendingOrderCmd controller command. |
| ShipInfoAddCmdImpl |
This is the default implementation of the
ShipInfoAddCmd controller command. |
| ShipInfoBaseCmdImpl |
This is the base command of the ship info operation.
|
| ShipInfoDeleteCmdImpl |
This is the default implementation of the
ShipInfoDeleteCmd controller command. |
| ShipInfoPrepareCmdImpl |
This is the default implementation of the
ShipInfoPrepareCmd controller command. |
| ShipInfoUpdateCmdImpl |
This is the default implementation of the
ShipInfoUpdateCmd controller command. |
| SSFSOrderCopyCmdImpl |
This is the default implementation of the
OrderCopy controller command. |
| SubscriptionCancelCmdImpl |
The command is to cancel a subscription.
|
| UpdateOrderTransferringStatusCmdImpl |
This is implementation of the
UpdateOrderTransferringStatusCmd task command. |
| UpdateOrderTransferringStatusDummyCmdImpl |
This command is the dummy command of UpdateOrderTransferringStatusCmd
|
| UpdateShipInfoCmdImpl |
This is the default implementation of the
UpdateShipInfoCmd task command. |
| UpdateShippingAddressCmdImpl |
This is the default implementation of the task command
UpdateShippingAddressCmd interface. |
| UpdateSpendingLimitCmdImpl |
This is the default implementation of the
UpdateSpendingLimitCmd task command. |
| ValidateOrderAddressCmdImpl |
This is the default implementation of the task command
ValidateOrderAddressCmd. |
| ValidatePaymentMethodCmdImpl |
This class is the default implementation of
ValidatePaymentMethodCmd task command. |
| ValidateShippingAdjustmentCmdImpl |
This is the default implementation of the ValidateShippingAdjustmentCmd.
|
| VATGetHistoryOrderTotalAmountCmdImpl |
This is implementation of the
GetHistoryOrderTotalAmountCmd task command. |
| VATGetOrderReleaseTotalAmountCmdImpl |
This is implementation of the
GetOrderReleaseTotalAmountCmd task command. |
| VATGetOrderTotalAmountCmdImpl |
This is implementation of the
GetOrderTotalAmountCmd task command. |
| VATOrderCalculateCmdImpl |
This is the implementation of the
OrderCalculateCmd controller Command. |
| VATPromotionEngineOrderCalculateCmdImpl |
This is the implementation of the
OrderCalculateCmd controller Command. |