Class LocationsCartRaoPopulator
java.lang.Object
de.hybris.platform.travelrulesengine.converters.populator.LocationsCartRaoPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<AbstractOrderModel,CartRAO>
- Direct Known Subclasses:
ShoppingLocationsCartRaoPopulator
public class LocationsCartRaoPopulator
extends Object
implements de.hybris.platform.converters.Populator<AbstractOrderModel,CartRAO>
This populator populates origin and destination location to the CartRao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractOrderModel source, CartRAO target) protected voidpopulateLocationsFromLocation(LocationModel location, Set<String> locationSet) Populates locations from location.
-
Constructor Details
-
LocationsCartRaoPopulator
public LocationsCartRaoPopulator()
-
-
Method Details
-
populate
public void populate(AbstractOrderModel source, CartRAO target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<AbstractOrderModel,CartRAO> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-
populateLocationsFromLocation
Populates locations from location.- Parameters:
location- the locationlocationSet- the location set
-