Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.MatchmakingResult
-
-
Uses of MatchmakingResult in fi.tut.mei.matchmaking.integration.rest.tasks
Methods in fi.tut.mei.matchmaking.integration.rest.tasks that return MatchmakingResult Modifier and Type Method Description MatchmakingResult
MMReqtask. call()
-
Uses of MatchmakingResult in fi.tut.mei.matchmaking.integration.services
Methods in fi.tut.mei.matchmaking.integration.services that return MatchmakingResult Modifier and Type Method Description MatchmakingResult
MatchMakingResultService. getMatchMakingResult(String id)
MatchmakingResult
PostProcessingMatchMakingResultService. postProcessMMResult(MatchmakingResult mmResult)
Methods in fi.tut.mei.matchmaking.integration.services with parameters of type MatchmakingResult Modifier and Type Method Description MatchmakingResult
PostProcessingMatchMakingResultService. postProcessMMResult(MatchmakingResult mmResult)
void
MatchMakingResultService. submitMatchMakingResult(MatchmakingResult mmResult)
-
Uses of MatchmakingResult in fi.tut.mei.matchmaking.matching_ws.rest.resources
Methods in fi.tut.mei.matchmaking.matching_ws.rest.resources that return MatchmakingResult Modifier and Type Method Description MatchmakingResult
MatchMakingResultResource. getJsonMatchMakingResult(MatchmakingResultReq resultReq)
TODOMatchmakingResult
MatchMakingResultResource. getJsonMatchMakingResultById(String id)
TODOMatchmakingResult
MatchMakingResultResource. getXmlMatchMakingResult(MatchmakingResultReq resultReq)
TODOMatchmakingResult
MatchMakingResultResource. getXmlMatchMakingResultById(String id)
TODO -
Uses of MatchmakingResult in fi.tut.mei.matchmaking.matching_ws.rest.util
Methods in fi.tut.mei.matchmaking.matching_ws.rest.util with parameters of type MatchmakingResult Modifier and Type Method Description static void
Utils. retainMatchIDs(MatchmakingResult mmResult, List<String> retainingIDs)
Utility function to remove the match IDs that has not been mentioned in the retainingIDs list -
Uses of MatchmakingResult in fi.tut.mei.matchmaking.model.xml.msg
Methods in fi.tut.mei.matchmaking.model.xml.msg that return MatchmakingResult Modifier and Type Method Description MatchmakingResult
ObjectFactory. createMatchmakingResult()
Create an instance ofMatchmakingResult
-
Uses of MatchmakingResult in fi.tut.mei.matchmaking.process
Methods in fi.tut.mei.matchmaking.process that return MatchmakingResult Modifier and Type Method Description MatchmakingResult
IMatchMaker. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
performs the match making process based on given parameters.MatchmakingResult
MatchMaker. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
performs the match making process based on given parameters.MatchmakingResult
MatchMakerMockup. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
-