Class PerPaxEnrichAncillaryEntryDataStrategy
java.lang.Object
de.hybris.platform.travelfacades.order.strategies.impl.PerPaxEnrichAncillaryEntryDataStrategy
- All Implemented Interfaces:
EnrichAncillaryEntryDataStrategy
public class PerPaxEnrichAncillaryEntryDataStrategy
extends Object
implements EnrichAncillaryEntryDataStrategy
Class responsible to Enrich Ancillary Entry Data with addToCartCriteria PER_PAX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenrichData(AncillaryEntryRequestData ancillaryEntryRQData) Enrich the ancillary entry datade.hybris.platform.order.CartServiceGets the cart servicevoidsetCartService(de.hybris.platform.order.CartService cartService) Sets the cart servicevoidsetTravellerService(TravellerService travellerService) to set the travellerService
-
Constructor Details
-
PerPaxEnrichAncillaryEntryDataStrategy
public PerPaxEnrichAncillaryEntryDataStrategy()
-
-
Method Details
-
enrichData
Description copied from interface:EnrichAncillaryEntryDataStrategyEnrich the ancillary entry data- Specified by:
enrichDatain interfaceEnrichAncillaryEntryDataStrategy
-
getCartService
public de.hybris.platform.order.CartService getCartService()Gets the cart service- Returns:
- the cart service
-
setCartService
public void setCartService(de.hybris.platform.order.CartService cartService) Sets the cart service- Parameters:
cartService- the cart service
-
setTravellerService
to set the travellerService- Parameters:
travellerService-
-