Class CartFareValidationStrategy
java.lang.Object
de.hybris.platform.prosfacades.order.strategies.impl.AbstractFareValidationStrategy
de.hybris.platform.prosfacades.order.strategies.impl.CartFareValidationStrategy
- All Implemented Interfaces:
FareValidationStrategy
The implementation of
FareValidationStrategy to validate fares on a new cart.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(AbstractOrderModel abstractOrder) Validate fares against the intellipricer response stored in the cart.Methods inherited from class de.hybris.platform.prosfacades.order.strategies.impl.AbstractFareValidationStrategy
calculateBasePriceForSegment, getAbstractOrderToRepricingRequestDataConverter, getBookingSolution, getCartToFarePriceMessageConverter, getFarePriceService, getPassengerTypeCode, getProsSearchResponseService, getProsTransportOfferingFacade, getRepricerChangeRequestPipelineManager, getRepricerResponseMessage, getSearchResponseWrapperFromIntelliPricer, getSearchResponseWrapperFromOriginalOrder, getShoppingRepricingService, getTotalFarePrice, getTravelCartFacade, isSameFlight, isSameOriginDestination, setAbstractOrderToRepricingRequestDataConverter, setCartToFarePriceMessageConverter, setFarePriceService, setProsSearchResponseService, setProsTransportOfferingFacade, setRepricerChangeRequestPipelineManager, setShoppingRepricingService, setTravelCartFacade, validateAmendedPROSFareEntries, validateBasePrice, validateBasePrice, validateFares, validateNewPROSFareEntries, validateRepricedFares, validateTotalSolutionPrice
-
Constructor Details
-
CartFareValidationStrategy
public CartFareValidationStrategy()
-
-
Method Details
-
validate
Description copied from interface:FareValidationStrategyValidate fares against the intellipricer response stored in the cart.- Parameters:
abstractOrder- the order model
-