Class DefaultItemModelFactory

    • Constructor Detail

      • DefaultItemModelFactory

        public DefaultItemModelFactory()
    • Method Detail

      • createItem

        public ItemModel createItem​(PersistenceContext context)
        Creates new ItemModel instance.
        Specified by:
        createItem in interface ItemModelFactory
        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.
        Throws:
        SystemException - if new instance could not be created
      • getModelService

        protected ModelService getModelService()
      • setModelService

        public void setModelService​(ModelService service)