Class DealFareTotalsHandler
java.lang.Object
de.hybris.platform.travelfacades.fare.search.handlers.impl.FareTotalsHandler
de.hybris.platform.travelfacades.fare.search.handlers.impl.DealFareTotalsHandler
- All Implemented Interfaces:
FareSearchHandler
Extension of the
FareTotalsHandler class. This handler calls the super to populate the totals on
FareSelectionData, then it populates the wasRate of the totalFare.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpopulateTotals(ItineraryPricingInfoData itineraryPricingInfo) Method takes the Itinerary Pricing Info and calculates and sets the BaseFare and TotalFare.Methods inherited from class de.hybris.platform.travelfacades.fare.search.handlers.impl.FareTotalsHandler
getCommonI18NService, getConfigurationService, getIncludedAncillariesTotalPrice, getPriceDataFactory, getTravelCommercePriceFacade, handle, populatePerPax, setCommonI18NService, setConfigurationService, setPriceDataFactory, setTravelCommercePriceFacade
-
Constructor Details
-
DealFareTotalsHandler
public DealFareTotalsHandler()
-
-
Method Details
-
populateTotals
Description copied from class:FareTotalsHandlerMethod takes the Itinerary Pricing Info and calculates and sets the BaseFare and TotalFare.- Overrides:
populateTotalsin classFareTotalsHandler
-