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 SystemLayoutRespSysLayoutOntologyAcquiringService. 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 SystemLayoutRespMatchmakingSystemLayoutSubmissionService. 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 SystemLayoutCTDataMapper. 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 SystemLayoutRespMatchMakingSysLayoutResource. 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 SystemLayoutCTMatchmakingInputMerged. systemLayoutFields in fi.tut.mei.matchmaking.model.xml.msg with type parameters of type SystemLayoutCT Modifier and Type Field Description protected List<SystemLayoutCT>SystemLayoutData. systemLayoutsMethods in fi.tut.mei.matchmaking.model.xml.msg that return SystemLayoutCT Modifier and Type Method Description SystemLayoutCTObjectFactory. createSystemLayoutCT()Create an instance ofSystemLayoutCTSystemLayoutCTMatchmakingInputMerged. 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)voidMatchmakingInputMerged. setSystemLayout(SystemLayoutCT value)Sets the value of the systemLayout property.
-