Class WarehousingPointOfServicePopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.storelocator.converters.populator.PointOfServicePopulator
-
- de.hybris.platform.warehousingfacades.pointofservice.converters.populator.WarehousingPointOfServicePopulator
-
- All Implemented Interfaces:
Populator<PointOfServiceModel,PointOfServiceData>
public class WarehousingPointOfServicePopulator extends PointOfServicePopulator
-
-
Constructor Summary
Constructors Constructor Description WarehousingPointOfServicePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>
getWarehouseCodes()
void
populate(PointOfServiceModel source, PointOfServiceData target)
Populate the target instance with values from the source instance.void
setWarehouseCodes(java.util.List<java.lang.String> warehouseCodes)
-
Methods inherited from class de.hybris.platform.commercefacades.storelocator.converters.populator.PointOfServicePopulator
getAddressConverter, getImageConverter, getImageFormatMapping, getImageFormats, getMediaContainerService, getMediaService, getOpeningScheduleConverter, setAddressConverter, setGeoPoint, setImageConverter, setImageFormatMapping, setImageFormats, setMediaContainerService, setMediaService, setOpeningScheduleConverter
-
-
-
-
Method Detail
-
setWarehouseCodes
public void setWarehouseCodes(java.util.List<java.lang.String> warehouseCodes)
-
getWarehouseCodes
protected java.util.List<java.lang.String> getWarehouseCodes()
-
populate
public void populate(PointOfServiceModel source, PointOfServiceData target)
Description copied from interface:Populator
Populate the target instance with values from the source instance.- Specified by:
populate
in interfacePopulator<PointOfServiceModel,PointOfServiceData>
- Overrides:
populate
in classPointOfServicePopulator
- Parameters:
source
- the source objecttarget
- the target to fill
-
-