Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/main/java/org/codelibs/fess/es/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?
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BoostDocumentRuleDbm.java

            return "org.codelibs.fess.es.config.exentity.BoostDocumentRule";
        }
    
        @Override
        public String getConditionBeanTypeName() {
            return "org.codelibs.fess.es.config.cbean.BoostDocumentRuleCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.es.config.exbhv.BoostDocumentRuleBhv";
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top