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, ClientState clientState, Directives directives)
           
 

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, ClientState clientState)
           
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, ClientState clientState, Directives directives)
           
 Directives EmbeddedService.updateTopicType(TopicTypeModel model, ClientState clientState)
           
 

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, ClientState clientState)
           
 Directives DeepaMehtaService.updateTopicType(TopicTypeModel model, ClientState clientState)
           
 

Uses of TopicTypeModel in de.deepamehta.plugins.webservice
 

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



Copyright © 2014. All Rights Reserved.