Class StockLevelStatusPopulator<SOURCE extends StockLevelStatus,TARGET extends StockData>
- java.lang.Object
-
- de.hybris.platform.commercefacades.product.converters.populator.StockLevelStatusPopulator<SOURCE,TARGET>
-
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class StockLevelStatusPopulator<SOURCE extends StockLevelStatus,TARGET extends StockData> extends java.lang.Object implements Populator<SOURCE,TARGET>
Populate the stock data with simplistic stock information.
-
-
Constructor Summary
Constructors Constructor Description StockLevelStatusPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SOURCE stockLevelStatusEnum, TARGET stockData)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SOURCE stockLevelStatusEnum, TARGET stockData) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends StockLevelStatus,TARGET extends StockData>- Parameters:
stockLevelStatusEnum- the source objectstockData- the target to fill- Throws:
ConversionException- if an error occurs
-
-