Uses of Enum Class
org.apache.openmeetings.db.entity.user.User.Type
Packages that use User.Type
Package
Description
-
Uses of User.Type in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return User.TypeMethods in org.apache.openmeetings.db.bind.adapter with parameters of type User.Type -
Uses of User.Type in org.apache.openmeetings.db.dao.user
Methods in org.apache.openmeetings.db.dao.user with parameters of type User.TypeModifier and TypeMethodDescriptionboolean
UserDao.checkEmail
(String email, User.Type type, Long domainId, Long id) Checks if a mail is already taken by someone elseboolean
UserDao.checkLogin
(String login, User.Type type, Long domainId, Long id) check for duplicatesUserDao.getByEmail
(String _email, User.Type type, Long domainId) UserDao.getByLogin
(String _login, User.Type type, Long domainId) -
Uses of User.Type in org.apache.openmeetings.db.dto.user
Methods in org.apache.openmeetings.db.dto.user that return User.TypeMethods in org.apache.openmeetings.db.dto.user with parameters of type User.Type -
Uses of User.Type in org.apache.openmeetings.db.entity.user
Methods in org.apache.openmeetings.db.entity.user that return User.TypeModifier and TypeMethodDescriptionUser.getType()
static User.Type
Returns the enum constant of this class with the specified name.static User.Type[]
User.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.openmeetings.db.entity.user with parameters of type User.Type