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 MatchmakingResultMMReqtask. 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 MatchmakingResultMatchMakingResultService. getMatchMakingResult(String id)MatchmakingResultPostProcessingMatchMakingResultService. postProcessMMResult(MatchmakingResult mmResult)Methods in fi.tut.mei.matchmaking.integration.services with parameters of type MatchmakingResult Modifier and Type Method Description MatchmakingResultPostProcessingMatchMakingResultService. postProcessMMResult(MatchmakingResult mmResult)voidMatchMakingResultService. 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 MatchmakingResultMatchMakingResultResource. getJsonMatchMakingResult(MatchmakingResultReq resultReq)TODOMatchmakingResultMatchMakingResultResource. getJsonMatchMakingResultById(String id)TODOMatchmakingResultMatchMakingResultResource. getXmlMatchMakingResult(MatchmakingResultReq resultReq)TODOMatchmakingResultMatchMakingResultResource. 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 voidUtils. 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 MatchmakingResultObjectFactory. 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 MatchmakingResultIMatchMaker. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)performs the match making process based on given parameters.MatchmakingResultMatchMaker. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)performs the match making process based on given parameters.MatchmakingResultMatchMakerMockup. makeMatch(String config, MatchmakingReq mmReq, Map<String,InputStream> prds, Map<String,InputStream> resources)
-