public class AccountResolver
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.Account |
find(java.lang.String nameOrEmail)
Locate exactly one account matching the name or name/email string.
|
java.util.Set<com.google.gerrit.reviewdb.client.Account.Id> |
findAll(java.lang.String nameOrEmail)
Find all accounts matching the name or name/email string.
|
java.util.Set<com.google.gerrit.reviewdb.client.Account.Id> |
findAllByNameOrEmail(java.lang.String nameOrEmail)
Locate exactly one account matching the name or name/email string.
|
com.google.gerrit.reviewdb.client.Account |
findByNameOrEmail(java.lang.String nameOrEmail)
Locate exactly one account matching the name or name/email string.
|
public com.google.gerrit.reviewdb.client.Account find(java.lang.String nameOrEmail) throws com.google.gwtorm.server.OrmException
nameOrEmail
- a string of the format
"Full Name <email@example>", just the email address
("email@example"), a full name ("Full Name"), an account id
("18419") or an user name ("username").com.google.gwtorm.server.OrmException
public java.util.Set<com.google.gerrit.reviewdb.client.Account.Id> findAll(java.lang.String nameOrEmail) throws com.google.gwtorm.server.OrmException
nameOrEmail
- a string of the format
"Full Name <email@example>", just the email address
("email@example"), a full name ("Full Name"), an account id
("18419") or an user name ("username").com.google.gwtorm.server.OrmException
public com.google.gerrit.reviewdb.client.Account findByNameOrEmail(java.lang.String nameOrEmail) throws com.google.gwtorm.server.OrmException
nameOrEmail
- a string of the format
"Full Name <email@example>", just the email address
("email@example"), a full name ("Full Name").com.google.gwtorm.server.OrmException
public java.util.Set<com.google.gerrit.reviewdb.client.Account.Id> findAllByNameOrEmail(java.lang.String nameOrEmail) throws com.google.gwtorm.server.OrmException
nameOrEmail
- a string of the format
"Full Name <email@example>", just the email address
("email@example"), a full name ("Full Name").com.google.gwtorm.server.OrmException