Uses of Interface
systems.dmx.core.model.TopicReferenceModel
-
Packages that use TopicReferenceModel Package Description systems.dmx.core.impl systems.dmx.core.service -
-
Uses of TopicReferenceModel in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return TopicReferenceModel Modifier and Type Method Description TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(long topicId)
TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(long topicId, AssocModel relatingAssoc)
TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(long topicId, ChildTopicsModel relatingAssocChildTopics)
TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(Object topicIdOrUri)
TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(String topicUri)
TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(String topicUri, AssocModel relatingAssoc)
TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(String topicUri, ChildTopicsModel relatingAssocChildTopics)
-
Uses of TopicReferenceModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return TopicReferenceModel Modifier and Type Method Description TopicReferenceModel
ModelFactory. newTopicReferenceModel(long topicId)
TopicReferenceModel
ModelFactory. newTopicReferenceModel(long topicId, AssocModel relatingAssoc)
TopicReferenceModel
ModelFactory. newTopicReferenceModel(long topicId, ChildTopicsModel relatingAssocChildTopics)
TopicReferenceModel
ModelFactory. newTopicReferenceModel(Object topicIdOrUri)
TopicReferenceModel
ModelFactory. newTopicReferenceModel(String topicUri)
TopicReferenceModel
ModelFactory. newTopicReferenceModel(String topicUri, AssocModel relatingAssoc)
TopicReferenceModel
ModelFactory. newTopicReferenceModel(String topicUri, ChildTopicsModel relatingAssocChildTopics)
-