Interface OrderTotalPaidForOrderEntryTypeCalculationStrategy
- All Known Implementing Classes:
DefaultOrderTotalPaidForOrderEntryTypeCalculationStrategy
public interface OrderTotalPaidForOrderEntryTypeCalculationStrategy
Interface for strategies calculating the total amount paid given an order and an OrderEntryType.
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(AbstractOrderModel abstractOrder, OrderEntryType orderEntryType) Calculates the total paid according with the transactions against the given order and an orderEntryType
-
Method Details
-
calculate
Calculates the total paid according with the transactions against the given order and an orderEntryType- Parameters:
abstractOrder-orderEntryType-- Returns:
-