Interface ItemModelPopulator
- All Known Implementing Classes:
DefaultItemModelPopulator
public interface ItemModelPopulator
Populates
ItemModel with values.-
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ItemModel item, PersistenceContext context) Populates the specified item with the values available in the persistence context.
-
Method Details
-
populate
Populates the specified item with the values available in the persistence context.- 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.
-