Uses of Interface
systems.dmx.core.model.AssocTypeModel
-
Packages that use AssocTypeModel 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 AssocTypeModel in systems.dmx.core
Methods in systems.dmx.core with parameters of type AssocTypeModel Modifier and Type Method Description void
AssocType. update(AssocTypeModel model)
-
Uses of AssocTypeModel in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement AssocTypeModel Modifier and Type Class Description class
AssocTypeModelImpl
Data that underlies aAssocType
.Methods in systems.dmx.core.impl that return AssocTypeModel Modifier and Type Method Description AssocTypeModel
AssocTypeModelImpl. addCompDef(CompDefModel compDef)
Methods in systems.dmx.core.impl with parameters of type AssocTypeModel Modifier and Type Method Description systems.dmx.core.impl.AssocTypeImpl
CoreServiceImpl. createAssocType(AssocTypeModel model)
void
CoreServiceImpl. updateAssocType(AssocTypeModel updateModel)
-
Uses of AssocTypeModel in systems.dmx.core.model
Methods in systems.dmx.core.model that return AssocTypeModel Modifier and Type Method Description AssocTypeModel
AssocTypeModel. addCompDef(CompDefModel compDef)
-
Uses of AssocTypeModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return AssocTypeModel Modifier and Type Method Description AssocTypeModel
ModelFactory. newAssocTypeModel(String uri, String value, String dataTypeUri)
AssocTypeModel
ModelFactory. newAssocTypeModel(org.codehaus.jettison.json.JSONObject assocType)
AssocTypeModel
ModelFactory. newAssocTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)
Methods in systems.dmx.core.service with parameters of type AssocTypeModel Modifier and Type Method Description AssocType
CoreService. createAssocType(AssocTypeModel model)
void
CoreService. updateAssocType(AssocTypeModel updateModel)
-
Uses of AssocTypeModel in systems.dmx.core.service.event
Methods in systems.dmx.core.service.event with parameters of type AssocTypeModel Modifier and Type Method Description void
PreCreateAssocType. preCreateAssocType(AssocTypeModel model)
-
Uses of AssocTypeModel in systems.dmx.webclient
Methods in systems.dmx.webclient with parameters of type AssocTypeModel Modifier and Type Method Description void
WebclientPlugin. preCreateAssocType(AssocTypeModel model)
Add a default view config to the type in case no one is set. -
Uses of AssocTypeModel in systems.dmx.webservice
Methods in systems.dmx.webservice with parameters of type AssocTypeModel Modifier and Type Method Description AssocType
WebservicePlugin. createAssocType(AssocTypeModel model)
DirectivesResponse
WebservicePlugin. updateAssocType(AssocTypeModel model)
-