Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutCT
-
-
Uses of SystemLayoutCT in fi.tut.mei.matchmaking.dataproviders
Methods in fi.tut.mei.matchmaking.dataproviders with parameters of type SystemLayoutCT Modifier and Type Method Description SystemLayoutResp
SysLayoutOntologyAcquiringService. createOntologyFromSysLayoutMsg(SystemLayoutCT sysLayoutCT, Properties properties)
-
Uses of SystemLayoutCT in fi.tut.mei.matchmaking.integration.rest.services
Methods in fi.tut.mei.matchmaking.integration.rest.services with parameters of type SystemLayoutCT Modifier and Type Method Description SystemLayoutResp
MatchmakingSystemLayoutSubmissionService. submitSysLayoutRequest(SystemLayoutCT sysPoolCT, Properties properties)
-
Uses of SystemLayoutCT in fi.tut.mei.matchmaking.mapper
Methods in fi.tut.mei.matchmaking.mapper that return SystemLayoutCT Modifier and Type Method Description static SystemLayoutCT
DataMapper. systemLayoutDaoToDtoMapper(SystemLayout sysLayout)
-
Uses of SystemLayoutCT in fi.tut.mei.matchmaking.matching_ws.rest.resources
Methods in fi.tut.mei.matchmaking.matching_ws.rest.resources with parameters of type SystemLayoutCT Modifier and Type Method Description SystemLayoutResp
MatchMakingSysLayoutResource. submitSysLayout(SystemLayoutCT sysLayout)
-
Uses of SystemLayoutCT in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg declared as SystemLayoutCT Modifier and Type Field Description protected SystemLayoutCT
MatchmakingInputMerged. systemLayout
Fields in fi.tut.mei.matchmaking.model.xml.msg with type parameters of type SystemLayoutCT Modifier and Type Field Description protected List<SystemLayoutCT>
SystemLayoutData. systemLayouts
Methods in fi.tut.mei.matchmaking.model.xml.msg that return SystemLayoutCT Modifier and Type Method Description SystemLayoutCT
ObjectFactory. createSystemLayoutCT()
Create an instance ofSystemLayoutCT
SystemLayoutCT
MatchmakingInputMerged. getSystemLayout()
Gets the value of the systemLayout property.Methods in fi.tut.mei.matchmaking.model.xml.msg that return types with arguments of type SystemLayoutCT Modifier and Type Method Description JAXBElement<SystemLayoutCT>
ObjectFactory. createSystemLayout(SystemLayoutCT value)
List<SystemLayoutCT>
SystemLayoutData. getSystemLayouts()
Gets the value of the systemLayouts property.Methods in fi.tut.mei.matchmaking.model.xml.msg with parameters of type SystemLayoutCT Modifier and Type Method Description JAXBElement<SystemLayoutCT>
ObjectFactory. createSystemLayout(SystemLayoutCT value)
void
MatchmakingInputMerged. setSystemLayout(SystemLayoutCT value)
Sets the value of the systemLayout property.
-