Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setBusinessCategory_Terms (0.26 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java

            }
        }
    
        public void setBusinessCategory_Terms() {
            setBusinessCategory_Terms(null);
        }
    
        public void setBusinessCategory_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setBusinessCategory_Terms("businessCategory", opLambda, null);
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 212.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

            not(not -> not.setBusinessCategory_Term(businessCategory), opLambda);
        }
    
        public void setBusinessCategory_Terms(Collection<String> businessCategoryList) {
            setBusinessCategory_Terms(businessCategoryList, null);
        }
    
        public void setBusinessCategory_Terms(Collection<String> businessCategoryList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 326.1K bytes
    - Viewed (0)
Back to top