Class AmendmentCartFareValidationStrategy
java.lang.Object
de.hybris.platform.prosfacades.order.strategies.impl.AbstractFareValidationStrategy
de.hybris.platform.prosfacades.order.strategies.impl.AmendmentCartFareValidationStrategy
- All Implemented Interfaces:
FareValidationStrategy
The implementation of
FareValidationStrategy to validate an amendment 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
-
AmendmentCartFareValidationStrategy
public AmendmentCartFareValidationStrategy()
-
-
Method Details
-
validate
Description copied from interface:FareValidationStrategyValidate fares against the intellipricer response stored in the cart.- Parameters:
abstractOrder- the order model
-