- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 42 for setAllPageCount (0.07 sec)
-
src/main/java/org/codelibs/fess/app/pager/CharMappingPager.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 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/PathMapPager.java
public int getAllPageCount() { return allPageCount; } /** * Sets the total page count. * * @param allPageCount the total page count */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if previous page exists. * * @return true if previous page exists */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/RolePager.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 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StopwordsPager.java
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 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
return allPageCount; } /** * Sets the total number of pages in the result set. * * @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 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/JobLogPager.java
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.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.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 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/CrawlingInfoPager.java
return allPageCount; } /** * Sets the total number of pages available. * * @param allPageCount the total page count to set */ public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if a previous page exists before the current page. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FailureUrlPager.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 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.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.5K bytes - Viewed (0)