Package com.google.gerrit.server.account
Class AccountLoader
- java.lang.Object
-
- com.google.gerrit.server.account.AccountLoader
-
public class AccountLoader extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AccountLoader.Factory
-
Field Summary
Fields Modifier and Type Field Description static Set<AccountDirectory.FillOptions>
DETAILED_OPTIONS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill()
void
fill(Collection<? extends AccountInfo> infos)
AccountInfo
fillOne(Account.Id id)
AccountInfo
get(Account.Id id)
void
put(AccountInfo info)
-
-
-
Field Detail
-
DETAILED_OPTIONS
public static final Set<AccountDirectory.FillOptions> DETAILED_OPTIONS
-
-
Method Detail
-
get
public AccountInfo get(Account.Id id)
-
put
public void put(AccountInfo info)
-
fill
public void fill() throws PermissionBackendException
- Throws:
PermissionBackendException
-
fill
public void fill(Collection<? extends AccountInfo> infos) throws PermissionBackendException
- Throws:
PermissionBackendException
-
fillOne
public AccountInfo fillOne(Account.Id id) throws PermissionBackendException
- Throws:
PermissionBackendException
-
-