Class PointOfServiceDistanceDataPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.storefinder.converters.populator.PointOfServiceDistanceDataPopulator
-
- All Implemented Interfaces:
Populator<PointOfServiceDistanceData,PointOfServiceData>
public class PointOfServiceDistanceDataPopulator extends java.lang.Object implements Populator<PointOfServiceDistanceData,PointOfServiceData>
-
-
Constructor Summary
Constructors Constructor Description PointOfServiceDistanceDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DistanceHelpergetDistanceHelper()voidpopulate(PointOfServiceDistanceData source, PointOfServiceData target)Populate the target instance with values from the source instance.voidsetDistanceHelper(DistanceHelper distanceHelper)
-
-
-
Method Detail
-
getDistanceHelper
protected DistanceHelper getDistanceHelper()
-
setDistanceHelper
public void setDistanceHelper(DistanceHelper distanceHelper)
-
populate
public void populate(PointOfServiceDistanceData source, PointOfServiceData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PointOfServiceDistanceData,PointOfServiceData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-