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

Class FetchOrdersByStatusCmdImpl

  • 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 FetchOrdersByStatusCmdImpl
    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[OrderStatus[(Status=$status$)]]
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FetchOrdersByStatusCmdImpl

        public FetchOrdersByStatusCmdImpl()