- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for FileConfigPager (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/app/pager/FileConfigPagerTest.java
fileConfigPager.name = "testName"; fileConfigPager.versionNo = "1"; fileConfigPager.setAllRecordCount(100); fileConfigPager.setAllPageCount(10); fileConfigPager.setExistPrePage(true); fileConfigPager.setExistNextPage(true); fileConfigPager.clear(); assertNull(fileConfigPager.id); assertNull(fileConfigPager.name); assertNull(fileConfigPager.versionNo);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java
/** Service for file configuration operations. */ @Resource private FileConfigService fileConfigService; /** Pager for file configuration list pagination. */ @Resource private FileConfigPager fileConfigPager; /** Service for role type operations. */ @Resource private RoleTypeService roleTypeService; /** Service for label type operations. */ @ResourceCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 21.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/fileconfig/ApiAdminFileconfigAction.java
*/ @Execute public JsonResponse<ApiResult> settings(final SearchBody body) { validateApi(body, messages -> {}); final FileConfigPager pager = copyBeanToNewBean(body, FileConfigPager.class); final List<FileConfig> list = fileConfigService.getFileConfigList(pager); return asJson(Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 9.2K bytes - Click Count (0)