com.ibm.commerce.order.facade.server.commands

Class FetchOrdersByExtParameterCmdImpl

  • 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 FetchOrdersByExtParameterCmdImpl
    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:
    {ibmord.isCurrentShoppingCart=$isCurrentShoppingCart$}/Order
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FetchOrdersByExtParameterCmdImpl

        public FetchOrdersByExtParameterCmdImpl()