- Sort Score
- Result 10 results
- Languages All
Results 31 - 39 of 39 for setExistPrePage (0.06 sec)
-
src/main/java/org/codelibs/fess/app/pager/RolePager.java
return existPrePage; } /** * Sets whether a previous page exists. * @param existPrePage true if a previous page exists, false otherwise. */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * @return true if a next 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 existPrePage; } /** * Sets the flag for the existence of a previous page. * * @param existPrePage true if a previous page exists. */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * * @return true if a next 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 existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage true if a previous page exists, false otherwise */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * * @return true if a next 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 existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage true if a previous page exists, false otherwise */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * * @return true if a next 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/CrawlingInfoPager.java
} /** * Sets whether a previous page exists before the current page. * * @param existPrePage true if a previous page exists, false otherwise */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists after 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
return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage true if a previous page exists, false otherwise */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * * @return true if a next 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/SearchLogPager.java
return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage true if a previous page exists */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if a next page exists. * * @return true if a next 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/DuplicateHostPager.java
} /** * Sets whether there is a previous page available. * * @param existPrePage true if there is a previous page, false otherwise */ public void setExistPrePage(final boolean existPrePage) { this.existPrePage = existPrePage; } /** * Checks if there is a next page available. * * @return true if there is a next page, false otherwise
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
pager.setAllPageCount(1); pager.setAllRecordCount(size); pager.setCurrentPageNumber(1); pager.setExistNextPage(false); pager.setExistPrePage(false); pager.setPageSize(pager.getPageSize()); } /** * Creates search conditions for search log queries based on pager criteria. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 32.7K bytes - Viewed (0)