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 voidAssocType. 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 classAssocTypeModelImplData that underlies aAssocType.Methods in systems.dmx.core.impl that return AssocTypeModel Modifier and Type Method Description AssocTypeModelAssocTypeModelImpl. addCompDef(CompDefModel compDef)Methods in systems.dmx.core.impl with parameters of type AssocTypeModel Modifier and Type Method Description systems.dmx.core.impl.AssocTypeImplCoreServiceImpl. createAssocType(AssocTypeModel model)voidCoreServiceImpl. 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 AssocTypeModelAssocTypeModel. 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 AssocTypeModelModelFactory. newAssocTypeModel(String uri, String value, String dataTypeUri)AssocTypeModelModelFactory. newAssocTypeModel(org.codehaus.jettison.json.JSONObject assocType)AssocTypeModelModelFactory. 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 AssocTypeCoreService. createAssocType(AssocTypeModel model)voidCoreService. 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 voidPreCreateAssocType. 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 voidWebclientPlugin. 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 AssocTypeWebservicePlugin. createAssocType(AssocTypeModel model)DirectivesResponseWebservicePlugin. updateAssocType(AssocTypeModel model)
-