- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getFileConfigByName (0.08 seconds)
-
src/main/java/org/codelibs/fess/app/service/FileConfigService.java
* * @param name the name of the file configuration to retrieve * @return an OptionalEntity containing the file configuration if found, empty otherwise */ public OptionalEntity<FileConfig> getFileConfigByName(final String name) { final ListResultBean<FileConfig> list = fileConfigBhv.selectList(cb -> { cb.query().setName_Equal(name); cb.query().addOrderBy_SortOrder_Asc(); });Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.4K bytes - Click Count (0)