public class AccountLoader extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
AccountLoader.Factory |
Modifier and Type | Field and Description |
---|---|
static Set<AccountDirectory.FillOptions> |
DETAILED_OPTIONS |
Modifier and Type | Method and Description |
---|---|
void |
fill() |
void |
fill(Collection<? extends com.google.gerrit.extensions.common.AccountInfo> infos) |
com.google.gerrit.extensions.common.AccountInfo |
get(com.google.gerrit.reviewdb.client.Account.Id id) |
void |
put(com.google.gerrit.extensions.common.AccountInfo info) |
public static final Set<AccountDirectory.FillOptions> DETAILED_OPTIONS
public com.google.gerrit.extensions.common.AccountInfo get(com.google.gerrit.reviewdb.client.Account.Id id)
public void put(com.google.gerrit.extensions.common.AccountInfo info)
public void fill() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public void fill(Collection<? extends com.google.gerrit.extensions.common.AccountInfo> infos) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException