Uses of Class
de.deepamehta.core.model.TopicTypeModel

Packages that use TopicTypeModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.service   
de.deepamehta.plugins.webservice   
 

Uses of TopicTypeModel in de.deepamehta.core
 

Methods in de.deepamehta.core with parameters of type TopicTypeModel
 void TopicType.update(TopicTypeModel model)
           
 

Uses of TopicTypeModel in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return TopicTypeModel
private  TopicTypeModel TypeStorageImpl.fetchTopicType(String topicTypeUri)
           
 TopicTypeModel AttachedTopicType.getModel()
           
(package private)  TopicTypeModel TypeStorageImpl.getTopicType(String topicTypeUri)
           
 

Methods in de.deepamehta.core.impl with parameters of type TopicTypeModel
 TopicType EmbeddedService.createTopicType(TopicTypeModel model)
           
private  TopicType EmbeddedService.topicTypeFactory(TopicTypeModel model)
          Factory method: creates a new topic type in the DB according to the given topic type model and returns a topic type instance.
 void AttachedTopicType.update(TopicTypeModel model)
           
 void EmbeddedService.updateTopicType(TopicTypeModel model)
           
 

Constructors in de.deepamehta.core.impl with parameters of type TopicTypeModel
AttachedTopicType(TopicTypeModel model, EmbeddedService dms)
           
 

Uses of TopicTypeModel in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service with parameters of type TopicTypeModel
 TopicType DeepaMehtaService.createTopicType(TopicTypeModel model)
           
 void DeepaMehtaService.updateTopicType(TopicTypeModel model)
           
 

Uses of TopicTypeModel in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice with parameters of type TopicTypeModel
 TopicType WebservicePlugin.createTopicType(TopicTypeModel model)
           
 Directives WebservicePlugin.updateTopicType(TopicTypeModel model)
           
 



Copyright © 2014. All Rights Reserved.