Class DefaultItemModelPopulator
java.lang.Object
de.hybris.platform.inboundservices.persistence.populator.DefaultItemModelPopulator
- All Implemented Interfaces:
ItemModelPopulator
An implementation that uses
AttributePopulators to populate the item attributes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ItemModel item, PersistenceContext context) Populates the specified item with the values available in the persistence context.voidsetAttributePopulators(List<AttributePopulator> populators)
-
Constructor Details
-
DefaultItemModelPopulator
public DefaultItemModelPopulator()
-
-
Method Details
-
populate
Description copied from interface:ItemModelPopulatorPopulates the specified item with the values available in the persistence context.- Specified by:
populatein interfaceItemModelPopulator- Parameters:
item- an item, whose attributes should be populatedcontext- persistence context containing data for the item and other information needed to populate the item in a specific way.
-
setAttributePopulators
-