Uses of Record Class
dev.getelements.elements.sdk.dao.UniqueCodeDao.GenerationParameters
Packages that use UniqueCodeDao.GenerationParameters
Package
Description
-
Uses of UniqueCodeDao.GenerationParameters in dev.getelements.elements.dao.mongo.match
Methods in dev.getelements.elements.dao.mongo.match with parameters of type UniqueCodeDao.GenerationParametersModifier and TypeMethodDescriptionMongoMultiMatchDao.createMultiMatch(MultiMatch multiMatch, UniqueCodeDao.GenerationParameters joinCodeGenerationParameters) -
Uses of UniqueCodeDao.GenerationParameters in dev.getelements.elements.dao.mongo.ucode
Methods in dev.getelements.elements.dao.mongo.ucode with parameters of type UniqueCodeDao.GenerationParametersModifier and TypeMethodDescriptionMongoUniqueCodeDao.generateCode(UniqueCodeDao.GenerationParameters parameters) MongoUniqueCodeDao.generateMongoCode(UniqueCodeDao.GenerationParameters parameters) -
Uses of UniqueCodeDao.GenerationParameters in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return UniqueCodeDao.GenerationParametersModifier and TypeMethodDescriptionUniqueCodeDao.GenerationParameters.defaults()Returns the default generation parameters.UniqueCodeDao.GenerationParameters.withLength(int length) Creates generation parameters with the specified length and default values for other parameters.UniqueCodeDao.GenerationParameters.withLength(int length, Profile profile) Creates generation parameters with the specified length and default values for other parameters.UniqueCodeDao.GenerationParameters.withLength(int length, User user) Creates generation parameters with the specified length and default values for other parameters.Methods in dev.getelements.elements.sdk.dao with parameters of type UniqueCodeDao.GenerationParametersModifier and TypeMethodDescriptionMultiMatchDao.createMultiMatch(MultiMatch multiMatch, UniqueCodeDao.GenerationParameters joinCodeGenerationParameters) Creates a newMultiMatchwith no players.UniqueCodeDao.generateCode(UniqueCodeDao.GenerationParameters parameters) Generates a unique code with the default length.