- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for FileAuthenticationCB (0.2 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsFileAuthenticationBhv.java
} @Override protected Class<FileAuthenticationCB> typeOfHandlingConditionBean() { return FileAuthenticationCB.class; } public ListResultBean<FileAuthentication> selectList(CBCall<FileAuthenticationCB> cbLambda) { return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<FileAuthentication> selectPage(CBCall<FileAuthenticationCB> cbLambda) { // #pending same?
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FileAuthenticationDbm.java
return "org.codelibs.fess.opensearch.config.exentity.FileAuthentication"; } @Override public String getConditionBeanTypeName() { return "org.codelibs.fess.opensearch.config.cbean.FileAuthenticationCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.opensearch.config.exbhv.FileAuthenticationBhv"; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.6K bytes - Viewed (0)