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