Class RelatedQueryPager

    • Constructor Detail

      • RelatedQueryPager

        public RelatedQueryPager()
    • Method Detail

      • clear

        public void clear()
      • getAllRecordCount

        public int getAllRecordCount()
      • setAllRecordCount

        public void setAllRecordCount​(int allRecordCount)
      • getAllPageCount

        public int getAllPageCount()
      • setAllPageCount

        public void setAllPageCount​(int allPageCount)
      • isExistPrePage

        public boolean isExistPrePage()
      • setExistPrePage

        public void setExistPrePage​(boolean existPrePage)
      • isExistNextPage

        public boolean isExistNextPage()
      • setExistNextPage

        public void setExistNextPage​(boolean existNextPage)
      • getPageSize

        public int getPageSize()
      • setPageSize

        public void setPageSize​(int pageSize)
      • getCurrentPageNumber

        public int getCurrentPageNumber()
      • setCurrentPageNumber

        public void setCurrentPageNumber​(int currentPageNumber)
      • getPageNumberList

        public List<Integer> getPageNumberList()
      • setPageNumberList

        public void setPageNumberList​(List<Integer> pageNumberList)
      • getDefaultCurrentPageNumber

        protected int getDefaultCurrentPageNumber()
      • getDefaultPageSize

        protected int getDefaultPageSize()