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 Type
    Method
    Description
    calculate(AbstractOrderModel abstractOrder, OrderEntryType orderEntryType)
    Calculates the total paid according with the transactions against the given order and an orderEntryType
  • Method Details

    • calculate

      BigDecimal calculate(AbstractOrderModel abstractOrder, OrderEntryType orderEntryType)
      Calculates the total paid according with the transactions against the given order and an orderEntryType
      Parameters:
      abstractOrder -
      orderEntryType -
      Returns: