Interface ItemModelPopulator
-
- All Known Implementing Classes:
DefaultItemModelPopulator
public interface ItemModelPopulatorPopulatesItemModelwith values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpopulate(ItemModel item, PersistenceContext context)Populates the specified item with the values available in the persistence context.
-
-
-
Method Detail
-
populate
void populate(ItemModel item, PersistenceContext context)
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.
-
-