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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(PointOfServiceModel source, PointOfServiceData target) Populate the target instance with values from the source instance.voidsetWarehouseCodes(List<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
-
Constructor Details
-
WarehousingPointOfServicePopulator
public WarehousingPointOfServicePopulator()
-
-
Method Details
-
setWarehouseCodes
-
getWarehouseCodes
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PointOfServiceModel,PointOfServiceData> - Overrides:
populatein classPointOfServicePopulator- Parameters:
source- the source objecttarget- the target to fill
-