Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for regCommonTermsQ (0.07 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

        }
    
        @Deprecated
        public void setBusinessCategory_CommonTerms(String businessCategory, ConditionOptionCall<CommonTermsQueryBuilder> opLambda) {
            CommonTermsQueryBuilder builder = regCommonTermsQ("businessCategory", businessCategory);
            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public BsUserCQ addOrderBy_BusinessCategory_Asc() {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
Back to top