public interface PatchSetApprovalAccess extends com.google.gwtorm.server.Access<PatchSetApproval,PatchSetApproval.Key>
Modifier and Type | Method and Description |
---|---|
com.google.gwtorm.server.ResultSet<PatchSetApproval> |
all() |
com.google.gwtorm.server.ResultSet<PatchSetApproval> |
byChange(Change.Id id) |
com.google.gwtorm.server.ResultSet<PatchSetApproval> |
byPatchSet(PatchSet.Id id) |
com.google.gwtorm.server.ResultSet<PatchSetApproval> |
byPatchSetUser(PatchSet.Id patchSet,
Account.Id account) |
PatchSetApproval |
get(PatchSetApproval.Key key) |
PatchSetApproval get(PatchSetApproval.Key key) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<PatchSetApproval,PatchSetApproval.Key>
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchSetApproval> byChange(Change.Id id) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchSetApproval> byPatchSet(PatchSet.Id id) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchSetApproval> byPatchSetUser(PatchSet.Id patchSet, Account.Id account) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchSetApproval> all() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException