Uses of Interface
systems.dmx.core.model.RoleTypeModel
-
Packages that use RoleTypeModel Package Description systems.dmx.core systems.dmx.core.impl systems.dmx.core.service systems.dmx.core.service.event systems.dmx.webclient systems.dmx.webservice -
-
Uses of RoleTypeModel in systems.dmx.core
Methods in systems.dmx.core that return RoleTypeModel Modifier and Type Method Description RoleTypeModel
RoleType. getModel()
-
Uses of RoleTypeModel in systems.dmx.core.impl
Methods in systems.dmx.core.impl with parameters of type RoleTypeModel Modifier and Type Method Description RoleType
CoreServiceImpl. createRoleType(RoleTypeModel model)
-
Uses of RoleTypeModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return RoleTypeModel Modifier and Type Method Description RoleTypeModel
ModelFactory. newRoleTypeModel(org.codehaus.jettison.json.JSONObject roleType)
RoleTypeModel
ModelFactory. newRoleTypeModel(TopicModel roleTypeTopic, ViewConfigModel viewConfig)
Methods in systems.dmx.core.service with parameters of type RoleTypeModel Modifier and Type Method Description RoleType
CoreService. createRoleType(RoleTypeModel model)
-
Uses of RoleTypeModel in systems.dmx.core.service.event
Methods in systems.dmx.core.service.event with parameters of type RoleTypeModel Modifier and Type Method Description void
PreCreateRoleType. preCreateRoleType(RoleTypeModel model)
-
Uses of RoleTypeModel in systems.dmx.webclient
Methods in systems.dmx.webclient with parameters of type RoleTypeModel Modifier and Type Method Description void
WebclientPlugin. preCreateRoleType(RoleTypeModel model)
Add a default view config to the role type in case no one is set. -
Uses of RoleTypeModel in systems.dmx.webservice
Methods in systems.dmx.webservice with parameters of type RoleTypeModel Modifier and Type Method Description RoleType
WebservicePlugin. createRoleType(RoleTypeModel model)
-