Uses of Interface
systems.dmx.core.model.TopicTypeModel
-
Packages that use TopicTypeModel Package Description systems.dmx.core systems.dmx.core.impl systems.dmx.core.model systems.dmx.core.service systems.dmx.core.service.event systems.dmx.webclient systems.dmx.webservice -
-
Uses of TopicTypeModel in systems.dmx.core
Methods in systems.dmx.core with parameters of type TopicTypeModel Modifier and Type Method Description void
TopicType. update(TopicTypeModel model)
-
Uses of TopicTypeModel in systems.dmx.core.impl
Methods in systems.dmx.core.impl with parameters of type TopicTypeModel Modifier and Type Method Description systems.dmx.core.impl.TopicTypeImpl
CoreServiceImpl. createTopicType(TopicTypeModel model)
void
CoreServiceImpl. updateTopicType(TopicTypeModel updateModel)
-
Uses of TopicTypeModel in systems.dmx.core.model
Methods in systems.dmx.core.model that return TopicTypeModel Modifier and Type Method Description TopicTypeModel
TopicTypeModel. addCompDef(CompDefModel compDef)
-
Uses of TopicTypeModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return TopicTypeModel Modifier and Type Method Description TopicTypeModel
ModelFactory. newTopicTypeModel(String uri, String value, String dataTypeUri)
TopicTypeModel
ModelFactory. newTopicTypeModel(org.codehaus.jettison.json.JSONObject topicType)
TopicTypeModel
ModelFactory. newTopicTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)
Methods in systems.dmx.core.service with parameters of type TopicTypeModel Modifier and Type Method Description TopicType
CoreService. createTopicType(TopicTypeModel model)
void
CoreService. updateTopicType(TopicTypeModel updateModel)
-
Uses of TopicTypeModel in systems.dmx.core.service.event
Methods in systems.dmx.core.service.event with parameters of type TopicTypeModel Modifier and Type Method Description void
PreCreateTopicType. preCreateTopicType(TopicTypeModel model)
-
Uses of TopicTypeModel in systems.dmx.webclient
Methods in systems.dmx.webclient with parameters of type TopicTypeModel Modifier and Type Method Description void
WebclientPlugin. preCreateTopicType(TopicTypeModel model)
Add a default view config to the type in case no one is set. -
Uses of TopicTypeModel in systems.dmx.webservice
Methods in systems.dmx.webservice with parameters of type TopicTypeModel Modifier and Type Method Description TopicType
WebservicePlugin. createTopicType(TopicTypeModel model)
DirectivesResponse
WebservicePlugin. updateTopicType(TopicTypeModel model)
-