Interface CheckOrderService

  • All Known Implementing Classes:
    DefaultCheckOrderService

    public interface CheckOrderService
    Used by CheckOrderAction, this service is designed to validate the order prior to running the fulfilment process.
    • Method Detail

      • check

        boolean check​(OrderModel order)
        Performs various order checks
        Parameters:
        order - the order OrderModel to be checked
        Returns:
        boolean value true if the order is ready for fulfillment or false if not