com.ibm.commerce.order.facade.server.commands
Class FetchConfigurationByOrderItemIdCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.order.facade.server.commands.AbstractFetchOrdersSOICmdImpl
-
- com.ibm.commerce.order.facade.server.commands.FetchConfigurationByOrderItemIdCmdImpl
-
- All Implemented Interfaces:
- FetchOrdersCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable
public class FetchConfigurationByOrderItemIdCmdImpl extends AbstractFetchOrdersSOICmdImpl
This task command retrieves order item configuration according to the search criteria specified by the client. The search criteria are specified by the input XPath queries:/Order[OrderItem[OrderItemIdentifier[(UniqueID=$orderItemId$)]]]
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.order.facade.server.commands.AbstractFetchOrdersSOICmdImpl
LOGGER
-
Fields inherited from interface com.ibm.commerce.order.facade.server.commands.FetchOrdersCmd
_IBMORD_ISCURRENTSHOPPINGCART, _STR_ORDER_ID_PARAMETER, _STR_STATUS_PARAMETER, _STR_STATUS_SEPARATOR, _STR_TYPE_PARAMETER, defaultCommandClassName, NAME
-
-
Constructor Summary
Constructors Constructor and Description FetchConfigurationByOrderItemIdCmdImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
performExecute()
This method executes the business logic of this command implementation.-
Methods inherited from class com.ibm.commerce.order.facade.server.commands.AbstractFetchOrdersSOICmdImpl
getGetOrderType, getOrders, getOrders, getPagingParameters, getPagingPrameter, getResolveOrdersCmd, getSelectionCriteria, isReadyToCallExecute, reset, setGetOrder, setPagingParameters, setPagingPrameter, setSelectionCriteria
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
-
Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
-
-
-
-
Constructor Detail
-
FetchConfigurationByOrderItemIdCmdImpl
public FetchConfigurationByOrderItemIdCmdImpl()
-
-
Method Detail
-
performExecute
public void performExecute() throws java.lang.Exception
This method executes the business logic of this command implementation.- Specified by:
performExecute
in interfacecom.ibm.websphere.command.TargetableCommand
- Overrides:
performExecute
in classAbstractFetchOrdersSOICmdImpl
- Throws:
java.lang.Exception
- See Also:
TargetableCommandImpl.performExecute()
-
-