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

Interface GetOrderCmd

  • All Known Implementing Classes:
    GetOrderCmdImpl


    public interface GetOrderCmd
    This class is used to get orders. It retrieves the xpath and accessprofile from the request. Then it invokes the proper Fetch order command according to the xpath to find orders. After that it invokes the proper Compose order command according to the accessprofile to populate enough information to the orders.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setGetOrder

        void setGetOrder(GetOrderType getOrder)
        This method sets the GetOrder.
        Parameters:
        getOrder - the GetOrder BOD that GetOrderCmd would execute
      • getShowOrder

        ShowOrderType getShowOrder()
        This method gets the result (ShowOrderType BOD).
        Returns:
        ShowOrderType the ShowOrderType BOD would return to the client