- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 42 for setAllPageCount (0.07 sec)
-
src/main/java/org/codelibs/fess/app/pager/RelatedQueryPager.java
return allPageCount; } /** * Sets the total number of pages available for pagination. * * @param allPageCount the total page count to set */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if a previous page exists for pagination. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/ElevateWordPager.java
return allPageCount; } /** * Sets the total number of pages available. * * @param allPageCount the total page count */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if a previous page exists. * * @return true if previous page exists, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java
public int getAllPageCount() { return allPageCount; } /** * Sets the total number of pages. * @param allPageCount The total number of pages. */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if a previous page exists. * @return true if a previous page exists, false otherwise. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/UserPager.java
public int getAllPageCount() { return allPageCount; } /** * Sets the total number of pages. * * @param allPageCount the total page count */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if there is a previous page available. * * @return true if previous page exists, false otherwise
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
public int getAllPageCount() { return allPageCount; } /** * Sets the total number of pages. * @param allPageCount The total page count. */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if there is a previous page. * @return True if a previous page exists, false otherwise. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
return allPageCount; } /** * Sets the total number of pages. * * @param allPageCount The total page count to set */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if a previous page exists. * * @return true if a previous page exists, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java
public int getAllPageCount() { return allPageCount; } /** * Sets the total number of pages. * * @param allPageCount The total page count */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if a previous page exists. * * @return True if a previous page exists, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java
public int getAllPageCount() { return allPageCount; } /** * Sets the total number of pages. * * @param allPageCount the total page count */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if there is a previous page available. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/GroupPager.java
return allPageCount; } /** * Sets the total number of pages available for pagination. * * @param allPageCount the total page count to set */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks whether a previous page exists in the pagination. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/AccessTokenPager.java
*/ public int getAllPageCount() { return allPageCount; } /** * Set the all page count. * @param allPageCount The all page count. */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Check if the previous page exists. * @return true if the previous page exists. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.7K bytes - Viewed (0)