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>

public class ShoppingLocationsCartRaoPopulator extends LocationsCartRaoPopulator
This populator populates origin and destination location to the CartRao
  • Constructor Details

    • ShoppingLocationsCartRaoPopulator

      public ShoppingLocationsCartRaoPopulator()
  • Method Details

    • populate

      public void populate(AbstractOrderModel source, CartRAO target)
      This populator populates origin and destination location to the CartRao.
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<AbstractOrderModel,CartRAO>
      Overrides:
      populate in class LocationsCartRaoPopulator
      Parameters:
      source - the abstract order model
      target - the cartRAO
      Throws:
      de.hybris.platform.servicelayer.dto.converter.ConversionException