Interface ItemModelPopulator

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