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 Object
implements Populator<SOURCE,TARGET>
Populate the stock data with simplistic stock information.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StockLevelStatusPopulator
public StockLevelStatusPopulator()
-
-
Method Details
-
populate
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
-