Interface CheckOrderService
-
- All Known Implementing Classes:
DefaultCheckOrderService
public interface CheckOrderServiceUsed by CheckOrderAction, this service is designed to validate the order prior to running the fulfilment process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(OrderModel order)Performs various order checks
-
-
-
Method Detail
-
check
boolean check(OrderModel order)
Performs various order checks- Parameters:
order- the order- Returns:
- whether the order is ready for fulfillment or not
-
-