public interface PatchLineCommentAccess extends com.google.gwtorm.server.Access<PatchLineComment,PatchLineComment.Key>
Modifier and Type | Method and Description |
---|---|
com.google.gwtorm.server.ResultSet<PatchLineComment> |
all() |
com.google.gwtorm.server.ResultSet<PatchLineComment> |
byChange(Change.Id id) |
com.google.gwtorm.server.ResultSet<PatchLineComment> |
byPatchSet(PatchSet.Id id) |
com.google.gwtorm.server.ResultSet<PatchLineComment> |
draftByAuthor(Account.Id author) |
com.google.gwtorm.server.ResultSet<PatchLineComment> |
draftByChangeFileAuthor(Change.Id id,
String file,
Account.Id author) |
com.google.gwtorm.server.ResultSet<PatchLineComment> |
draftByPatchSetAuthor(PatchSet.Id patchset,
Account.Id author) |
PatchLineComment |
get(PatchLineComment.Key id) |
com.google.gwtorm.server.ResultSet<PatchLineComment> |
publishedByChangeFile(Change.Id id,
String file) |
com.google.gwtorm.server.ResultSet<PatchLineComment> |
publishedByPatchSet(PatchSet.Id patchset) |
PatchLineComment get(PatchLineComment.Key id) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<PatchLineComment,PatchLineComment.Key>
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchLineComment> byChange(Change.Id id) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchLineComment> byPatchSet(PatchSet.Id id) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchLineComment> publishedByChangeFile(Change.Id id, String file) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchLineComment> publishedByPatchSet(PatchSet.Id patchset) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchLineComment> draftByPatchSetAuthor(PatchSet.Id patchset, Account.Id author) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchLineComment> draftByChangeFileAuthor(Change.Id id, String file, Account.Id author) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchLineComment> draftByAuthor(Account.Id author) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchLineComment> all() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException