- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 75 for getAllPageCount (0.08 seconds)
-
src/main/java/org/codelibs/fess/app/pager/PathMapPager.java
this.allRecordCount = allRecordCount; } /** * Gets the total page count. * * @return the total page count */ public int getAllPageCount() { return allPageCount; } /** * Sets the total page count. * * @param allPageCount the total page count */Created: 2026-03-31 13:07 - Last Modified: 2025-07-17 08:28 - 5.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/RolePager.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 - 5.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/StopwordsPager.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) -
src/main/java/org/codelibs/fess/app/pager/RelatedQueryPager.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 - 7.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/FileConfigPager.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 - 7.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
this.allRecordCount = allRecordCount; } /** * Gets the total number of pages in the result set. * * @return the total page count */ public int getAllPageCount() { return allPageCount; } /** * Sets the total number of pages in the result set. * * @param allPageCount the total page count */Created: 2026-03-31 13:07 - Last Modified: 2025-07-17 08:28 - 7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/DataConfigPager.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 - 7.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
return allRecordCountRelation; } /** * Gets the total number of pages based on record count and page size. * * @return The total page count */ public int getAllPageCount() { return allPageCount; } /** * Checks whether a next page exists. * * @return true if a next page exists */ public boolean isExistNextPage() {Created: 2026-03-31 13:07 - Last Modified: 2025-07-17 08:28 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/JobLogPager.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.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java
this.allRecordCount = allRecordCount; } /** * Gets the total number of pages available. * * @return the total page count */ public int getAllPageCount() { return allPageCount; } /** * Sets the total number of pages available. * * @param allPageCount the total page count to set */Created: 2026-03-31 13:07 - Last Modified: 2025-07-17 08:28 - 6.9K bytes - Click Count (0)