Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for businessCategory (0.1 sec)

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

        public void setBusinessCategory_Equal(String businessCategory) {
            setBusinessCategory_Term(businessCategory, null);
        }
    
        public void setBusinessCategory_Equal(String businessCategory, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setBusinessCategory_Term(businessCategory, opLambda);
        }
    
        public void setBusinessCategory_Term(String businessCategory) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 326.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. x121Address */
        String LDAP_ATTR_X121_ADDRESS = "ldap.attr.x121Address";
    
        /** The key of the configuration. e.g. businessCategory */
        String LDAP_ATTR_BUSINESS_CATEGORY = "ldap.attr.businessCategory";
    
        /** The key of the configuration. e.g. registeredAddress */
        String LDAP_ATTR_REGISTERED_ADDRESS = "ldap.attr.registeredAddress";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top