Class DefaultItemModelPopulator

    • Constructor Detail

      • DefaultItemModelPopulator

        public DefaultItemModelPopulator()
    • Method Detail

      • populate

        public void populate​(ItemModel item,
                             PersistenceContext context)
        Description copied from interface: ItemModelPopulator
        Populates the specified item with the values available in the persistence context.
        Specified by:
        populate in interface ItemModelPopulator
        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.
      • getAttributePopulators

        protected java.util.List<AttributePopulator> getAttributePopulators()
      • setAttributePopulators

        public void setAttributePopulators​(java.util.List<AttributePopulator> populators)