Interface ItemModelPopulator

All Known Implementing Classes:
DefaultItemModelPopulator

public interface ItemModelPopulator
Populates ItemModel with values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Populates the specified item with the values available in the persistence context.
  • Method Details

    • 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 populated
      context - persistence context containing data for the item and other information needed to populate the item in a specific way.