com.ibm.commerce.order.facade.server.commands
Class ComposeExternalOrderCmdImpl
- java.lang.Object
-
- com.ibm.commerce.order.facade.server.commands.AbstractComposeOrderCmdImpl
-
- com.ibm.commerce.order.facade.server.commands.ComposeExternalOrderCmdImpl
-
- All Implemented Interfaces:
- ComposeOrderCmd, com.ibm.websphere.command.Command, java.io.Serializable
public class ComposeExternalOrderCmdImpl extends AbstractComposeOrderCmdImpl implements ComposeOrderCmd
This compose task command is called fromGetOrderCmdImpl
. It's used when access profile is set asIBM_External_Details
orIBM_External_Summary
. It composes the list of orders which is retrieved from an external system.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.-
Fields inherited from interface com.ibm.commerce.order.facade.server.commands.ComposeOrderCmd
defaultCommandClassName, NAME
-
-
Constructor Summary
Constructors Constructor and Description ComposeExternalOrderCmdImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
execute()
This method executes the main logic of the command.-
Methods inherited from class com.ibm.commerce.order.facade.server.commands.AbstractComposeOrderCmdImpl
composeOrder, composeOrderItem, getOrders, getPagingParameters, getPagingPrameter, getShowOrder, isReadyToCallExecute, reset, setGetOrder, setOrders, setPagingParameters, setPagingPrameter, setShowOrder
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.order.facade.server.commands.ComposeOrderCmd
getPagingParameters, getPagingPrameter, getShowOrder, setGetOrder, setOrders, setPagingParameters, setPagingPrameter
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-