public class FetchChildOrdersByParentOrderItemIdCmdImpl extends AbstractFetchOrdersSOICmdImpl
OrderAccessBean 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[OrderItem[OrderItemIdentifier[UniqueID=]]]
LOGGER_IBMORD_ISCURRENTSHOPPINGCART, _STR_ORDER_ID_PARAMETER, _STR_STATUS_PARAMETER, _STR_STATUS_SEPARATOR, _STR_TYPE_PARAMETER, defaultCommandClassName, NAME| Constructor and Description |
|---|
FetchChildOrdersByParentOrderItemIdCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
findChildOrdersByParentOrderItemId(java.lang.String parentOrderItemId)
This method fetches ORDERS_ID of the orders according to the input parameters passed to this method.
|
getGetOrderType, getOrders, getOrders, getPagingParameters, getPagingPrameter, getResolveOrdersCmd, getSelectionCriteria, isReadyToCallExecute, performExecute, reset, setGetOrder, setPagingParameters, setPagingPrameter, setSelectionCriteriaexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicypublic FetchChildOrdersByParentOrderItemIdCmdImpl()
public java.util.Vector findChildOrdersByParentOrderItemId(java.lang.String parentOrderItemId)
throws java.lang.Exception
parentOrderItemId - Parent order id for which the child orders needs to be retrieved.java.lang.Exception