Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for BoostDocumentRuleCB (0.07 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsBoostDocumentRuleBhv.java

        }
    
        @Override
        protected Class<BoostDocumentRuleCB> typeOfHandlingConditionBean() {
            return BoostDocumentRuleCB.class;
        }
    
        public ListResultBean<BoostDocumentRule> selectList(CBCall<BoostDocumentRuleCB> cbLambda) {
            return facadeSelectList(createCB(cbLambda));
        }
    
        public PagingResultBean<BoostDocumentRule> selectPage(CBCall<BoostDocumentRuleCB> cbLambda) {
            // #pending same?
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 10.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BoostDocumentRuleDbm.java

            return "org.codelibs.fess.opensearch.config.exentity.BoostDocumentRule";
        }
    
        @Override
        public String getConditionBeanTypeName() {
            return "org.codelibs.fess.opensearch.config.cbean.BoostDocumentRuleCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.opensearch.config.exbhv.BoostDocumentRuleBhv";
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 10.5K bytes
    - Click Count (0)
Back to Top