Interface OrderTotalPaidForEntryGroupCalculationStrategy
- All Known Implementing Classes:
DefaultOrderTotalPaidForAccommodationGroupCalculationStrategy
public interface OrderTotalPaidForEntryGroupCalculationStrategy
Interface for strategies calculating the total amount paid for products belonging to the given order entry group.
-
Method Summary
Modifier and TypeMethodDescriptioncalculate(AbstractOrderModel abstractOrder, AbstractOrderEntryGroupModel entryGroup) Calculates the total paid according with the transactions against the given order
-
Method Details
-
calculate
Calculates the total paid according with the transactions against the given order- Parameters:
abstractOrder-- Returns:
-