com.ibm.commerce.order.commands

Class FetchChildOrdersByParentOrderItemIdCmdImpl

  • 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 FetchChildOrdersByParentOrderItemIdCmdImpl
    extends AbstractFetchOrdersSOICmdImpl
    This task command retrieves a list of orders according to the search criteria specified by the client. The list contains 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=]]]
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FetchChildOrdersByParentOrderItemIdCmdImpl

        public FetchChildOrdersByParentOrderItemIdCmdImpl()
    • Method Detail

      • findChildOrdersByParentOrderItemId

        public java.util.Vector findChildOrdersByParentOrderItemId(java.lang.String parentOrderItemId)
                                                            throws java.lang.Exception
        This method fetches ORDERS_ID of the orders according to the input parameters passed to this method.
        Parameters:
        parentOrderItemId - Parent order id for which the child orders needs to be retrieved.
        Returns:
        Vector of ORDER_ID satisfying the condition.
        Throws:
        java.lang.Exception