public interface AccountAccess extends com.google.gwtorm.server.Access<Account,Account.Id>
Account
.Modifier and Type | Method and Description |
---|---|
com.google.gwtorm.server.ResultSet<Account> |
all() |
com.google.gwtorm.server.ResultSet<Account> |
anyAccounts() |
com.google.gwtorm.server.ResultSet<Account> |
byFullName(java.lang.String name) |
com.google.gwtorm.server.ResultSet<Account> |
byPreferredEmail(java.lang.String email) |
com.google.gwtorm.server.ResultSet<Account> |
firstNById(int n) |
Account |
get(Account.Id key)
Locate an account by our locally generated identity.
|
com.google.gwtorm.server.ResultSet<Account> |
suggestByFullName(java.lang.String nameA,
java.lang.String nameB,
int limit) |
com.google.gwtorm.server.ResultSet<Account> |
suggestByPreferredEmail(java.lang.String nameA,
java.lang.String nameB,
int limit) |
Account get(Account.Id key) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<Account,Account.Id>
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<Account> byPreferredEmail(java.lang.String email) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<Account> byFullName(java.lang.String name) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<Account> suggestByFullName(java.lang.String nameA, java.lang.String nameB, int limit) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<Account> suggestByPreferredEmail(java.lang.String nameA, java.lang.String nameB, int limit) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<Account> anyAccounts() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<Account> firstNById(int n) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<Account> all() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException