public class FetchOrderByStoreIdPlaceDateMemberIdAndStatusCmdImpl extends AbstractFetchOrdersSOICmdImpl
OrderSOIDataBean
objects populated with all the available data. The search criteria are
specified by the input XPath queries.
The following XPath queries can be processed by this command:
/Order[BuyerIdentifier[(UniqueID=$uniqueID$)] and OrderStatus[(Status=$status$)] and PlacedDate<$placedDate$ and PlacedDate>=$placedDate$ and StoreIdentifier[UniqueID=$uniqueID$]]
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
LOGGER
_IBMORD_ISCURRENTSHOPPINGCART, _STR_ORDER_ID_PARAMETER, _STR_STATUS_PARAMETER, _STR_STATUS_SEPARATOR, _STR_TYPE_PARAMETER, defaultCommandClassName, NAME
Constructor and Description |
---|
FetchOrderByStoreIdPlaceDateMemberIdAndStatusCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void |
performExecute()
This method performs the main logic.
|
getGetOrderType, getOrders, getOrders, getPagingParameters, getPagingPrameter, getResolveOrdersCmd, getSelectionCriteria, isReadyToCallExecute, reset, setGetOrder, setPagingParameters, setPagingPrameter, setSelectionCriteria
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
public static final java.lang.String COPYRIGHT
public FetchOrderByStoreIdPlaceDateMemberIdAndStatusCmdImpl()
public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractFetchOrdersSOICmdImpl
java.lang.Exception
TargetableCommandImpl.performExecute()