Interface TicketRepositoryCustom

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> findByTerm​(java.lang.Long launchId, java.lang.String term)
      Find tickets that contains a term as a part inside for specified launch
      java.lang.Integer findUniqueCountByProjectBefore​(java.lang.Long projectId, java.time.LocalDateTime from)
      Returns number of unique tickets on specified project posted before from parameter
    • Method Detail

      • findByTerm

        java.util.List<java.lang.String> findByTerm​(java.lang.Long launchId,
                                                    java.lang.String term)
        Find tickets that contains a term as a part inside for specified launch
        Parameters:
        launchId - Launch id
        term - A part of ticket id
        Returns:
        List of ticket ids
      • findUniqueCountByProjectBefore

        java.lang.Integer findUniqueCountByProjectBefore​(java.lang.Long projectId,
                                                         java.time.LocalDateTime from)
        Returns number of unique tickets on specified project posted before from parameter
        Parameters:
        projectId - Project.id Id of project
        from - Date threshold
        Returns:
        Number of unique tickets