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.createUserUid(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.getAllUserIdsForUser(String userId) MongoUserUidDao.getUserUids(int offset, int count, String search) Methods in dev.getelements.elements.dao.mongo with parameters of type UserUidModifier and TypeMethodDescriptionMongoUserUidDao.createUserUid(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 MongoUserUidSchemeMongoUserUidMapperImpl.userUidToMongoUserUidScheme(UserUid userUid) -
Uses of UserUid in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return UserUidModifier and TypeMethodDescriptionUserUidDao.createUserUid(UserUid userUid) Attempts to create a new UserUid with the given userUid object.UserUidDao.createUserUidStrict(UserUid userUid) Deprecated.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.getAllUserIdsForUser(User user) Gets all user uids for a given userUserUidDao.getAllUserIdsForUser(String userId) Gets all user uids for a given userUserUidDao.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.createUserUid(UserUid userUid) Attempts to create a new UserUid with the given userUid object.UserUidDao.createUserUidStrict(UserUid userUid) Deprecated.default voidUserUidDao.deleteUserUid(UserUid userUid) Deletes a user uid by its UserUid object.default booleanUserUidDao.tryDeleteUserUid(UserUid userUid) Deletes a user uid by its UserUid object.