Interface ItemModelFactory

    • Method Detail

      • createItem

        ItemModel createItem​(PersistenceContext context)
        Creates new ItemModel instance.
        Parameters:
        context - context containing information about exact type of the instance to be created.
        Returns:
        a new item model of the type specified by context.