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.createMultiMatch(MultiMatch multiMatch) MongoMultiMatchDao.removeProfile(String multiMatchId, Profile profile) MongoMultiMatchDao.updateMultiMatch(MultiMatch multiMatch) Methods in dev.getelements.elements.dao.mongo.match that return types with arguments of type MultiMatchModifier and TypeMethodDescriptionMongoMultiMatchDao.findMultiMatch(String multiMatchId) MongoMultiMatchDao.getAllMultiMatches(String search) Methods in dev.getelements.elements.dao.mongo.match with parameters of type MultiMatchModifier and TypeMethodDescriptionMongoMultiMatchDao.createMultiMatch(MultiMatch multiMatch) MongoMultiMatchDao.updateMultiMatch(MultiMatch multiMatch) -
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.createMultiMatch(MultiMatch multiMatch) Creates a newMultiMatchwith no players.default MultiMatchMultiMatchDao.getMultiMatch(String multiMatchId) Gets aMultiMatchby its ID.MultiMatchDao.removeProfile(String multiMatchId, Profile profile) Removes theProfileto theMultiMatch.MultiMatchDao.updateMultiMatch(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.default List<MultiMatch> MultiMatchDao.getAllMultiMatches()Gets allMultiMatchinstances.MultiMatchDao.getAllMultiMatches(String query) Gets allMultiMatchinstances.Methods in dev.getelements.elements.sdk.dao with parameters of type MultiMatchModifier and TypeMethodDescriptionMultiMatchDao.createMultiMatch(MultiMatch multiMatch) Creates a newMultiMatchwith no players.MultiMatchDao.updateMultiMatch(MultiMatch configuration) Creates a newMultiMatchwith no players.