Uses of Class
dev.getelements.elements.sdk.model.match.MultiMatch
Packages that use MultiMatch
Package
Description
-
Uses of MultiMatch in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MultiMatchModifier and TypeMethodDescriptionMongoMultiMatchMapper.forward(MongoMultiMatch source) MongoMultiMatchMapperImpl.forward(MongoMultiMatch source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MultiMatchModifier and TypeMethodDescriptionMongoMultiMatchMapper.reverse(MultiMatch source) MongoMultiMatchMapperImpl.reverse(MultiMatch source) -
Uses of MultiMatch in dev.getelements.elements.dao.mongo.match
Methods in dev.getelements.elements.dao.mongo.match that return MultiMatchModifier and TypeMethodDescriptionMongoMultiMatchDao.addProfile(String multiMatchId, Profile profile) MongoMultiMatchDao.closeMatch(String multiMatchId) MongoMultiMatchDao.createMultiMatch(MultiMatch multiMatch) MongoMultiMatchDao.createMultiMatch(MultiMatch multiMatch, UniqueCodeDao.GenerationParameters joinCodeGenerationParameters) MongoMultiMatchDao.refreshMatch(String multiMatchId) MongoMultiMatchDao.removeProfile(String multiMatchId, Profile profile) MongoMultiMatchDao.updateMultiMatch(String matchId, MultiMatch multiMatch) Methods in dev.getelements.elements.dao.mongo.match that return types with arguments of type MultiMatchModifier and TypeMethodDescriptionMongoMultiMatchDao.findMultiMatch(String multiMatchId) MongoMultiMatchDao.findMultiMatchByJoinCode(String joinCode) MongoMultiMatchDao.findOldestAvailableMultiMatchCandidate(MatchmakingApplicationConfiguration configuration, String profileId, String search) MongoMultiMatchDao.getAllMultiMatches(String search) MongoMultiMatchDao.getMultiMatches(int offset, int count, String search) Methods in dev.getelements.elements.dao.mongo.match with parameters of type MultiMatchModifier and TypeMethodDescriptionMongoMultiMatchDao.createMultiMatch(MultiMatch multiMatch) MongoMultiMatchDao.createMultiMatch(MultiMatch multiMatch, UniqueCodeDao.GenerationParameters joinCodeGenerationParameters) MongoMultiMatchDao.updateMultiMatch(String matchId, MultiMatch multiMatch) -
Uses of MultiMatch in dev.getelements.elements.rest.matchmaking
Methods in dev.getelements.elements.rest.matchmaking that return MultiMatchModifier and TypeMethodDescriptionMultiMatchResource.createMatch(MultiMatch match) MultiMatchResource.updateMatch(String matchId, MultiMatch match) Methods in dev.getelements.elements.rest.matchmaking that return types with arguments of type MultiMatchModifier and TypeMethodDescriptionMultiMatchResource.getMatches(int offset, int count, String search) Methods in dev.getelements.elements.rest.matchmaking with parameters of type MultiMatchModifier and TypeMethodDescriptionMultiMatchResource.createMatch(MultiMatch match) MultiMatchResource.updateMatch(String matchId, MultiMatch match) -
Uses of MultiMatch in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return MultiMatchModifier and TypeMethodDescriptionMultiMatchDao.addProfile(String multiMatchId, Profile profile) Adds a newProfileto theMultiMatch.MultiMatchDao.closeMatch(String multiMatchId) Flags theMultiMatchas closed, disallowing players to join.MultiMatchDao.createMultiMatch(MultiMatch multiMatch) Creates a newMultiMatchwith no players.MultiMatchDao.createMultiMatch(MultiMatch multiMatch, UniqueCodeDao.GenerationParameters joinCodeGenerationParameters) Creates a newMultiMatchwith no players.Flags theMultiMatchas ended, disallowing players to join.default MultiMatchMultiMatchDao.getMultiMatch(String multiMatchId) Gets aMultiMatchby its ID.default MultiMatchMultiMatchDao.getMultiMatchByJoinCode(String joinCode) Gets aMultiMatchby its ID.Flags theMultiMatchas open, allowing players to join.MultiMatchDao.refreshMatch(String multiMatchId) Refreshes theMultiMatch, resetting its expiry timer.MultiMatchDao.removeProfile(String multiMatchId, Profile profile) Removes theProfileto theMultiMatch.MultiMatchDao.updateMultiMatch(String matchId, MultiMatch configuration) Creates a newMultiMatchwith no players.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type MultiMatchModifier and TypeMethodDescriptionMultiMatchDao.findMultiMatch(String multiMatchId) Finds aMultiMatchby its ID.MultiMatchDao.findMultiMatchByJoinCode(String joinCode) Finds aMultiMatchby its ID.MultiMatchDao.findOldestAvailableMultiMatchCandidate(MatchmakingApplicationConfiguration configuration, String profileId, String query) Finds the latestMultiMatchfor the given configuration and profile ID.default List<MultiMatch> MultiMatchDao.getAllMultiMatches()Gets allMultiMatchinstances.MultiMatchDao.getAllMultiMatches(String query) Gets allMultiMatchinstances.default Pagination<MultiMatch> MultiMatchDao.getMultiMatches(int offset, int count) Fetches a paginated subset ofMultiMatchinstances.MultiMatchDao.getMultiMatches(int offset, int count, String search) Fetches a paginated subset ofMultiMatchinstances matching the search.Methods in dev.getelements.elements.sdk.dao with parameters of type MultiMatchModifier and TypeMethodDescriptionMultiMatchDao.createMultiMatch(MultiMatch multiMatch) Creates a newMultiMatchwith no players.MultiMatchDao.createMultiMatch(MultiMatch multiMatch, UniqueCodeDao.GenerationParameters joinCodeGenerationParameters) Creates a newMultiMatchwith no players.MultiMatchDao.updateMultiMatch(String matchId, MultiMatch configuration) Creates a newMultiMatchwith no players. -
Uses of MultiMatch in dev.getelements.elements.sdk.service.match
Methods in dev.getelements.elements.sdk.service.match that return MultiMatchModifier and TypeMethodDescriptionMultiMatchService.createMatch(MultiMatch match) Creates aMultiMatch.Gets theMultiMatchwith the specified id.MultiMatchService.updateMatch(String matchId, MultiMatch match) Updates aMultiMatch.Methods in dev.getelements.elements.sdk.service.match that return types with arguments of type MultiMatchModifier and TypeMethodDescriptionMultiMatchService.getMatches(int offset, int count) Gets all matches.MultiMatchService.getMatches(int offset, int count, String search) Gets all matches, specifying search criteria.Methods in dev.getelements.elements.sdk.service.match with parameters of type MultiMatchModifier and TypeMethodDescriptionMultiMatchService.createMatch(MultiMatch match) Creates aMultiMatch.MultiMatchService.updateMatch(String matchId, MultiMatch match) Updates aMultiMatch. -
Uses of MultiMatch in dev.getelements.elements.service.match
Methods in dev.getelements.elements.service.match that return MultiMatchModifier and TypeMethodDescriptionSuperuserMultiMatchService.createMatch(MultiMatch match) UserMultiMatchService.createMatch(MultiMatch match) SuperuserMultiMatchService.updateMatch(String matchId, MultiMatch match) UserMultiMatchService.updateMatch(String matchId, MultiMatch match) Methods in dev.getelements.elements.service.match that return types with arguments of type MultiMatchModifier and TypeMethodDescriptionSuperuserMultiMatchService.getMatches(int offset, int count) SuperuserMultiMatchService.getMatches(int offset, int count, String search) UserMultiMatchService.getMatches(int offset, int count) UserMultiMatchService.getMatches(int offset, int count, String search) Methods in dev.getelements.elements.service.match with parameters of type MultiMatchModifier and TypeMethodDescriptionSuperuserMultiMatchService.createMatch(MultiMatch match) UserMultiMatchService.createMatch(MultiMatch match) SuperuserMultiMatchService.updateMatch(String matchId, MultiMatch match) UserMultiMatchService.updateMatch(String matchId, MultiMatch match)