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 newProfile
to theMultiMatch
.MultiMatchDao.createMultiMatch
(MultiMatch multiMatch) Creates a newMultiMatch
with no players.default MultiMatch
MultiMatchDao.getMultiMatch
(String multiMatchId) Gets aMultiMatch
by its ID.MultiMatchDao.removeProfile
(String multiMatchId, Profile profile) Removes theProfile
to theMultiMatch
.MultiMatchDao.updateMultiMatch
(MultiMatch configuration) Creates a newMultiMatch
with no players.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type MultiMatchModifier and TypeMethodDescriptionMultiMatchDao.findMultiMatch
(String multiMatchId) Finds aMultiMatch
by its ID.default List
<MultiMatch> MultiMatchDao.getAllMultiMatches()
Gets allMultiMatch
instances.MultiMatchDao.getAllMultiMatches
(String query) Gets allMultiMatch
instances.Methods in dev.getelements.elements.sdk.dao with parameters of type MultiMatchModifier and TypeMethodDescriptionMultiMatchDao.createMultiMatch
(MultiMatch multiMatch) Creates a newMultiMatch
with no players.MultiMatchDao.updateMultiMatch
(MultiMatch configuration) Creates a newMultiMatch
with no players.