Class WarehousingStockLevelPopulator
java.lang.Object
de.hybris.platform.warehousingfacades.stocklevel.converters.populator.WarehousingStockLevelPopulator
- All Implemented Interfaces:
Populator<StockLevelModel,StockLevelData>
public class WarehousingStockLevelPopulator
extends Object
implements Populator<StockLevelModel,StockLevelData>
Warehousing Converter for converting
StockLevelModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<WarehouseModel,WarehouseData> protected WarehouseStockServicevoidpopulate(StockLevelModel source, StockLevelData target) Populate the target instance with values from the source instance.voidsetWarehouseConverter(Converter<WarehouseModel, WarehouseData> warehouseConverter) voidsetWarehouseStockService(WarehouseStockService warehouseStockService)
-
Constructor Details
-
WarehousingStockLevelPopulator
public WarehousingStockLevelPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<StockLevelModel,StockLevelData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getWarehouseConverter
-
setWarehouseConverter
-
getWarehouseStockService
-
setWarehouseStockService
-