- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 72 for setPageNumberList (0.06 sec)
-
src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java
}); // update pager BeanUtil.copyBeanToBean(boostDocumentRuleList, boostDocumentRulePager, option -> option.include(Constants.PAGER_CONVERSION_RULE)); boostDocumentRulePager.setPageNumberList( boostDocumentRuleList.pageRange(op -> op.rangeSize(fessConfig.getPagingPageRangeSizeAsInteger())).createPageNumberList()); return boostDocumentRuleList; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/PathMappingService.java
}); // update pager BeanUtil.copyBeanToBean(pathMappingList, pathMappingPager, option -> option.include(Constants.PAGER_CONVERSION_RULE)); pathMappingPager.setPageNumberList(pathMappingList.pageRange(op -> { op.rangeSize(fessConfig.getPagingPageRangeSizeAsInteger()); }).createPageNumberList()); return pathMappingList; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/RelatedContentPager.java
return pageNumberList; } /** * Sets the list of page numbers for pagination navigation. * * @param pageNumberList list of page numbers */ public void setPageNumberList(final List<Integer> pageNumberList) { this.pageNumberList = pageNumberList; } /** * Gets the default current page number from system constants. *
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/ElevateWordPager.java
return pageNumberList; } /** * Sets the list of page numbers for pagination display. * * @param pageNumberList the list of page numbers */ public void setPageNumberList(final List<Integer> pageNumberList) { this.pageNumberList = pageNumberList; } /** * Gets the default page size from the system configuration. *
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
return pageNumberList; } /** * Sets the list of page numbers. * @param pageNumberList The list of page numbers. */ public void setPageNumberList(final List<Integer> pageNumberList) { this.pageNumberList = pageNumberList; } /** * Gets the default page size from the Fess configuration. * @return The default page size.
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
return pageNumberList; } /** * Sets the list of page numbers for navigation. * * @param pageNumberList the list of page numbers */ public void setPageNumberList(final List<Integer> pageNumberList) { this.pageNumberList = pageNumberList; } /** * Gets the default page size from configuration. * * @return the default page size
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/service/WebAuthenticationService.java
}); // update pager BeanUtil.copyBeanToBean(webAuthenticationList, webAuthenticationPager, option -> option.include(Constants.PAGER_CONVERSION_RULE)); webAuthenticationPager.setPageNumberList(webAuthenticationList.pageRange(op -> { op.rangeSize(fessConfig.getPagingPageRangeSizeAsInteger()); }).createPageNumberList()); return webAuthenticationList; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/ProtwordsService.java
protwordsList.setPageRangeSize(fessConfig.getPagingPageRangeSizeAsInteger()); protwordsPager.setPageNumberList(protwordsList.createPageNumberList()); return (List<ProtwordsItem>) protwordsList; }).orElse(Collections.emptyList()); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java
return pageNumberList; } /** * Sets the list of page numbers for pagination display. * * @param pageNumberList the list of page numbers */ public void setPageNumberList(final List<Integer> pageNumberList) { this.pageNumberList = pageNumberList; } /** * Gets the default page size from the Fess configuration. * * @return the default page size
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/RelatedQueryPager.java
} /** * Sets the list of page numbers for pagination navigation. * * @param pageNumberList the list of page numbers to set */ public void setPageNumberList(final List<Integer> pageNumberList) { this.pageNumberList = pageNumberList; } /** * Gets the default current page number from system constants. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.2K bytes - Viewed (0)