- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 26 for carLicense (0.05 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java
this.businessCategory = value; } public String getCarLicense() { checkSpecifiedProperty("carLicense"); return convertEmptyToNull(carLicense); } public void setCarLicense(String value) { registerModifiedProperty("carLicense"); this.carLicense = value; } public String getCity() { checkSpecifiedProperty("city");Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 22.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/bs/BsUserCQ.java
} public void setCarLicense_Equal(String carLicense) { setCarLicense_Term(carLicense, null); } public void setCarLicense_Equal(String carLicense, ConditionOptionCall<TermQueryBuilder> opLambda) { setCarLicense_Term(carLicense, opLambda); } public void setCarLicense_Term(String carLicense) { setCarLicense_Term(carLicense, null); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 326.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/UserDbm.java
"businessCategory", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnCarLicense = cci("carLicense", "carLicense", null, null, String.class, "carLicense", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 27K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/bs/BsUserCA.java
public void setCarLicense_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setCarLicense_Terms("carLicense", opLambda, null); } public void setCarLicense_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsUserCA> aggsLambda) { setCarLicense_Terms("carLicense", opLambda, aggsLambda); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 212.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java
doColumn("_id"); } public void columnBusinessCategory() { doColumn("businessCategory"); } public void columnCarLicense() { doColumn("carLicense"); } public void columnCity() { doColumn("city"); } public void columnDepartmentNumber() { doColumn("departmentNumber"); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsUserBhv.java
try { final RESULT result = entityType.newInstance(); result.setBusinessCategory(DfTypeUtil.toString(source.get("businessCategory"))); result.setCarLicense(DfTypeUtil.toString(source.get("carLicense"))); result.setCity(DfTypeUtil.toString(source.get("city"))); result.setDepartmentNumber(DfTypeUtil.toString(source.get("departmentNumber")));Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# LDAP attribute for post office box. ldap.attr.postOfficeBox=postOfficeBox # LDAP attribute for initials. ldap.attr.initials=initials # LDAP attribute for car license. ldap.attr.carLicense=carLicense # LDAP attribute for mobile. ldap.attr.mobile=mobile # LDAP attribute for postal address. ldap.attr.postalAddress=postalAddress # LDAP attribute for city. ldap.attr.city=l
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.facsimileTelephoneNumber=Faxnummer labels.user_postOfficeBox=Postbus labels.postOfficeBox=Postbus labels.user_initials=Initialen labels.initials=Initialen labels.user_carLicense=Rijbewijs labels.carLicense=Rijbewijs labels.user_mobile=Mobiel labels.mobile=Mobiel labels.user_postalAddress=Postadres labels.postalAddress=Postadres labels.user_city=Stad labels.city=Stad
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/resources/fess_label_en.properties
labels.user_postOfficeBox=Post Office Box labels.postOfficeBox=Post Office Box labels.user_initials=Initials labels.initials=Initials labels.user_carLicense=Car License labels.carLicense=Car License labels.user_mobile=Mobile labels.mobile=Mobile labels.user_postalAddress=Postal Address labels.postalAddress=Postal Address labels.user_city=City labels.city=City
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.user_postOfficeBox=Post Office Box labels.postOfficeBox=Post Office Box labels.user_initials=Initials labels.initials=Initials labels.user_carLicense=Car License labels.carLicense=Car License labels.user_mobile=Mobile labels.mobile=Mobile labels.user_postalAddress=Postal Address labels.postalAddress=Postal Address labels.user_city=City labels.city=City
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0)