Class PerPaxPopulatePropertyMapStrategy
java.lang.Object
de.hybris.platform.travelfacades.order.strategies.impl.PerPaxPopulatePropertyMapStrategy
- All Implemented Interfaces:
PopulatePropertyMapStrategy
public class PerPaxPopulatePropertyMapStrategy
extends Object
implements PopulatePropertyMapStrategy
Class responsible to populate the propertyMap for product with addToCartCriteria PER_PAX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpopulatePropertiesMap(String travelRouteCode, int originDestinationRefNumber, List<String> transportOfferingCodes, List<TravellerModel> travellersList, Boolean active, AmendStatus amendStatus) Method that populates the propertyMap for a product
-
Constructor Details
-
PerPaxPopulatePropertyMapStrategy
public PerPaxPopulatePropertyMapStrategy()
-
-
Method Details
-
populatePropertiesMap
public Map<String,Object> populatePropertiesMap(String travelRouteCode, int originDestinationRefNumber, List<String> transportOfferingCodes, List<TravellerModel> travellersList, Boolean active, AmendStatus amendStatus) Description copied from interface:PopulatePropertyMapStrategyMethod that populates the propertyMap for a product- Specified by:
populatePropertiesMapin interfacePopulatePropertyMapStrategy- Parameters:
travelRouteCode- the travel route codeoriginDestinationRefNumber- the origin destination ref numbertransportOfferingCodes- the transport offering codestravellersList- the travellers listactive- the activeamendStatus- the amend status- Returns:
- the propertyMap
-