Class DefaultOrderTotalPaidCalculationStrategy
java.lang.Object
de.hybris.platform.travelservices.accommodation.strategies.impl.TransactionCalculationStrategy
de.hybris.platform.travelservices.strategies.payment.impl.DefaultOrderTotalPaidCalculationStrategy
- All Implemented Interfaces:
OrderTotalPaidCalculationStrategy
public class DefaultOrderTotalPaidCalculationStrategy
extends TransactionCalculationStrategy
implements OrderTotalPaidCalculationStrategy
Concrete implementation of
OrderTotalPaidCalculationStrategy calculating the total paid for a given order-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculate(AbstractOrderModel abstractOrder) Calculates the total paid according with the transactions against the given orderMethods inherited from class de.hybris.platform.travelservices.accommodation.strategies.impl.TransactionCalculationStrategy
getAvailableFunds, getConfigurationService, getEntriesAmount, getPaymentAuthourizationAmount, getTravelCartService, getValidPaymentTransactions, getValidPaymentTransactionsForType, setConfigurationService, setTravelCartService
-
Constructor Details
-
DefaultOrderTotalPaidCalculationStrategy
public DefaultOrderTotalPaidCalculationStrategy()
-
-
Method Details
-
calculate
Description copied from interface:OrderTotalPaidCalculationStrategyCalculates the total paid according with the transactions against the given order- Specified by:
calculatein interfaceOrderTotalPaidCalculationStrategy- Returns:
-