Uses of Class
dev.getelements.elements.sdk.model.user.UserUid
Packages that use UserUid
Package
Description
-
Uses of UserUid in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return UserUidModifier and TypeMethodDescriptionMongoUserUidDao.createOrUpdateUserUid
(UserUid userUid) MongoUserUidDao.createUserUidStrict
(UserUid userUid) MongoUserUidDao.getUserUid
(String id, String scheme) Methods in dev.getelements.elements.dao.mongo that return types with arguments of type UserUidModifier and TypeMethodDescriptionMongoUserUidDao.findUserUid
(String id, String scheme) MongoUserUidDao.getUserUids
(int offset, int count, String search) Methods in dev.getelements.elements.dao.mongo with parameters of type UserUidModifier and TypeMethodDescriptionMongoUserUidDao.createOrUpdateUserUid
(UserUid userUid) MongoUserUidDao.createUserUidStrict
(UserUid userUid) -
Uses of UserUid in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return UserUidModifier and TypeMethodDescriptionMongoUserUidMapper.forward
(MongoUserUid source) MongoUserUidMapperImpl.forward
(MongoUserUid source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type UserUidModifier and TypeMethodDescriptionprotected MongoUserUidScheme
MongoUserUidMapperImpl.userUidToMongoUserUidScheme
(UserUid userUid) -
Uses of UserUid in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return UserUidModifier and TypeMethodDescriptionUserUidDao.createOrUpdateUserUid
(UserUid userUid) Attempts to create or update a new UserUid with the given userUid object.UserUidDao.createUserUidStrict
(UserUid userUid) Attempts to create a new UserUid with the given userUid object.UserUidDao.getUserUid
(String id, String scheme) Gets the user uid with the given name or idMethods in dev.getelements.elements.sdk.dao that return types with arguments of type UserUidModifier and TypeMethodDescriptionUserUidDao.findUserUid
(String id, String scheme) Gets the user uid with the given name or idUserUidDao.getUserUids
(int offset, int count, String search) Attempts to get a certain number of user uidsMethods in dev.getelements.elements.sdk.dao with parameters of type UserUidModifier and TypeMethodDescriptionUserUidDao.createOrUpdateUserUid
(UserUid userUid) Attempts to create or update a new UserUid with the given userUid object.UserUidDao.createUserUidStrict
(UserUid userUid) Attempts to create a new UserUid with the given userUid object. -
Uses of UserUid in dev.getelements.elements.sdk.service.auth
Methods in dev.getelements.elements.sdk.service.auth that return UserUidModifier and TypeMethodDescriptionUserUidService.createOrUpdateUserUid
(UserUid userUid) Attempts to create or update a new UserUid with the given userUid object.UserUidService.createUserUidStrict
(UserUid userUid) Attempts to create a new UserUid with the given userUid object.UserUidService.getUserUid
(String id, String scheme) Gets the user uid with the given name or idMethods in dev.getelements.elements.sdk.service.auth that return types with arguments of type UserUidModifier and TypeMethodDescriptionUserUidService.findUserUid
(String id, String scheme) Gets the user uid with the given name or idUserUidService.getUserUids
(int offset, int count, String search) Attempts to get a certain number of user uidsMethods in dev.getelements.elements.sdk.service.auth with parameters of type UserUidModifier and TypeMethodDescriptionUserUidService.createOrUpdateUserUid
(UserUid userUid) Attempts to create or update a new UserUid with the given userUid object.UserUidService.createUserUidStrict
(UserUid userUid) Attempts to create a new UserUid with the given userUid object. -
Uses of UserUid in dev.getelements.elements.service.auth
Methods in dev.getelements.elements.service.auth that return UserUidModifier and TypeMethodDescriptionAnonUserUidService.createOrUpdateUserUid
(UserUid userUid) UserUserUidService.createOrUpdateUserUid
(UserUid userUid) AnonUserUidService.createUserUidStrict
(UserUid userUid) UserUserUidService.createUserUidStrict
(UserUid userUid) AnonUserUidService.getUserUid
(String id, String scheme) UserUserUidService.getUserUid
(String id, String scheme) Methods in dev.getelements.elements.service.auth that return types with arguments of type UserUidModifier and TypeMethodDescriptionAnonUserUidService.findUserUid
(String id, String scheme) UserUserUidService.findUserUid
(String id, String scheme) AnonUserUidService.getUserUids
(int offset, int count, String search) UserUserUidService.getUserUids
(int offset, int count, String search) Methods in dev.getelements.elements.service.auth with parameters of type UserUidModifier and TypeMethodDescriptionAnonUserUidService.createOrUpdateUserUid
(UserUid userUid) UserUserUidService.createOrUpdateUserUid
(UserUid userUid) AnonUserUidService.createUserUidStrict
(UserUid userUid) UserUserUidService.createUserUidStrict
(UserUid userUid)