Interface PatchLineCommentAccess

    • Method Detail

      • byChange

        com.google.gwtorm.server.ResultSet<PatchLineComment> byChange​(Change.Id id)
                                                               throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • byPatchSet

        com.google.gwtorm.server.ResultSet<PatchLineComment> byPatchSet​(PatchSet.Id id)
                                                                 throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • publishedByChangeFile

        com.google.gwtorm.server.ResultSet<PatchLineComment> publishedByChangeFile​(Change.Id id,
                                                                                   String file)
                                                                            throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • publishedByPatchSet

        com.google.gwtorm.server.ResultSet<PatchLineComment> publishedByPatchSet​(PatchSet.Id patchset)
                                                                          throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • draftByPatchSetAuthor

        com.google.gwtorm.server.ResultSet<PatchLineComment> draftByPatchSetAuthor​(PatchSet.Id patchset,
                                                                                   Account.Id author)
                                                                            throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • draftByChangeFileAuthor

        com.google.gwtorm.server.ResultSet<PatchLineComment> draftByChangeFileAuthor​(Change.Id id,
                                                                                     String file,
                                                                                     Account.Id author)
                                                                              throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • draftByAuthor

        com.google.gwtorm.server.ResultSet<PatchLineComment> draftByAuthor​(Account.Id author)
                                                                    throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • all

        com.google.gwtorm.server.ResultSet<PatchLineComment> all()
                                                          throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException