Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 75 for getAllPageCount (0.13 seconds)

  1. src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Gets the total number of pages.
         * @return The total number of pages.
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages.
         * @param allPageCount The total number of pages.
         */
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 6.8K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/pager/SynonymPager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Gets the total number of pages.
         *
         * @return The total page count.
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages.
         *
         * @param allPageCount The total page count.
         */
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 5.6K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/app/pager/GroupPager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Gets the total number of pages available for pagination.
         *
         * @return the total page count
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages available for pagination.
         *
         * @param allPageCount the total page count to set
         */
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 7K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/app/pager/RoleTypePager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Gets the total number of pages.
         * @return The total number of pages.
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages.
         * @param allPageCount The total number of pages.
         */
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 6.2K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Gets the total number of pages.
         *
         * @return The total page count
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages.
         *
         * @param allPageCount The total page count to set
         */
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 6K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Gets the total number of pages.
         *
         * @return The total page count
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages.
         *
         * @param allPageCount The total page count
         */
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 6.4K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Gets the total number of pages.
         * @return The total page count.
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages.
         * @param allPageCount The total page count.
         */
        public void setAllPageCount(final int allPageCount) {
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 6.2K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/app/pager/RelatedContentPager.java

        }
    
        /**
         * Gets the total number of pages calculated from record count and page size.
         *
         * @return total page count
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages.
         *
         * @param allPageCount total page count
         */
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 6.8K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/app/pager/CharMappingPager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Gets the total number of pages.
         * @return The total page count.
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Sets the total number of pages.
         * @param allPageCount The total page count.
         */
        public void setAllPageCount(final int allPageCount) {
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 5.5K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java

            this.allRecordCount = allRecordCount;
        }
    
        /**
         * Get the all page count.
         * @return The all page count.
         */
        public int getAllPageCount() {
            return allPageCount;
        }
    
        /**
         * Set the all page count.
         * @param allPageCount The all page count.
         */
        public void setAllPageCount(final int allPageCount) {
    Created: 2026-03-31 13:07
    - Last Modified: 2025-07-17 08:28
    - 5.7K bytes
    - Click Count (0)
Back to Top