Package | Description |
---|---|
org.apache.openmeetings.db.dao.user | |
org.apache.openmeetings.db.dto.user | |
org.apache.openmeetings.db.entity.user |
Modifier and Type | Method and Description |
---|---|
boolean |
UserDao.checkEmail(String email,
User.Type type,
Long domainId,
Long id)
Checks if a mail is already taken by someone else
|
boolean |
UserDao.checkLogin(String login,
User.Type type,
Long domainId,
Long id)
check for duplicates
|
User |
UserDao.getByEmail(String email,
User.Type type,
Long domainId) |
User |
UserDao.getByLogin(String login,
User.Type type,
Long domainId) |
Modifier and Type | Method and Description |
---|---|
User.Type |
UserDTO.getType() |
Modifier and Type | Method and Description |
---|---|
void |
UserDTO.setType(User.Type type) |
Modifier and Type | Method and Description |
---|---|
User.Type |
User.getType() |
static User.Type |
User.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.Type[] |
User.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setType(User.Type type) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.