Uses of Class
dev.getelements.elements.sdk.model.ucode.UniqueCode
Packages that use UniqueCode
Package
Description
-
Uses of UniqueCode in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return UniqueCodeModifier and TypeMethodDescriptionMongoUniqueCodeMapper.forward(MongoUniqueCode source) MongoUniqueCodeMapperImpl.forward(MongoUniqueCode source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type UniqueCodeModifier and TypeMethodDescriptionMongoUniqueCodeMapper.reverse(UniqueCode source) MongoUniqueCodeMapperImpl.reverse(UniqueCode source) -
Uses of UniqueCode in dev.getelements.elements.dao.mongo.ucode
Methods in dev.getelements.elements.dao.mongo.ucode that return UniqueCodeModifier and TypeMethodDescriptionMongoUniqueCodeDao.generateCode(UniqueCodeDao.GenerationParameters parameters) Methods in dev.getelements.elements.dao.mongo.ucode that return types with arguments of type UniqueCode -
Uses of UniqueCode in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return UniqueCodeModifier and TypeMethodDescriptiondefault UniqueCodeUniqueCodeDao.generateCode()TGenerates a unique code with the default length and timeout.UniqueCodeDao.generateCode(UniqueCodeDao.GenerationParameters parameters) Generates a unique code with the default length.default UniqueCodeGets the UniqueCode object for the specified code.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type UniqueCodeModifier and TypeMethodDescriptionFinds the UniqueCode object for the specified code. -
Uses of UniqueCode in dev.getelements.elements.sdk.model.match
Methods in dev.getelements.elements.sdk.model.match that return UniqueCodeMethods in dev.getelements.elements.sdk.model.match with parameters of type UniqueCode