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

Interface ProcessOrderCmd



  • public interface ProcessOrderCmd
    This is the interface for command used to process order.
    • Field Detail

      • COPYRIGHT

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

      • setProcessOrder

        void setProcessOrder(ProcessOrderType processOrder)
        This method sets the process order.
        Parameters:
        processOrder - the ProcessOrder BOD that ProcessOrderCmd would execute
      • getAcknowledgeOrder

        AcknowledgeOrderType getAcknowledgeOrder()
        This method provides a Process method to Process the result (AcknowledgeOrderType BOD).
        Returns:
        AcknowledgeOrderType the AcknowledgeOrderType BOD would return to the client