public interface AccountGroupNameAccess extends com.google.gwtorm.server.Access<AccountGroupName,AccountGroup.NameKey>
Modifier and Type | Method and Description |
---|---|
com.google.gwtorm.server.ResultSet<AccountGroupName> |
all() |
AccountGroupName |
get(AccountGroup.NameKey name) |
com.google.gwtorm.server.ResultSet<AccountGroupName> |
suggestByName(java.lang.String nameA,
java.lang.String nameB,
int limit) |
AccountGroupName get(AccountGroup.NameKey name) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<AccountGroupName,AccountGroup.NameKey>
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<AccountGroupName> all() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<AccountGroupName> suggestByName(java.lang.String nameA, java.lang.String nameB, int limit) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException