Interface PagingInfo

  • All Known Implementing Classes:
    PagingInfoImpl

    public interface PagingInfo
    • Method Detail

      • getTotalItems

        long getTotalItems()
      • getNumber

        int getNumber()
      • getSize

        int getSize()
      • getTotalPages

        int getTotalPages()
      • isFirstPage

        boolean isFirstPage()
      • isLastPage

        boolean isLastPage()
      • hasPreviousPage

        boolean hasPreviousPage()
      • hasNextPage

        boolean hasNextPage()