Class ShoppingLocationsCartRaoPopulator
java.lang.Object
de.hybris.platform.travelrulesengine.converters.populator.LocationsCartRaoPopulator
de.hybris.platform.shoppingrulesengine.converters.populator.ShoppingLocationsCartRaoPopulator
- All Implemented Interfaces:
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) This populator populates origin and destination location to the CartRao.Methods inherited from class de.hybris.platform.travelrulesengine.converters.populator.LocationsCartRaoPopulator
populateLocationsFromLocation
-
Constructor Details
-
ShoppingLocationsCartRaoPopulator
public ShoppingLocationsCartRaoPopulator()
-
-
Method Details
-
populate
This populator populates origin and destination location to the CartRao.- Specified by:
populatein interfacede.hybris.platform.converters.Populator<AbstractOrderModel,CartRAO> - Overrides:
populatein classLocationsCartRaoPopulator- Parameters:
source- the abstract order modeltarget- the cartRAO- Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-