- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for postalAddress (0.16 sec)
-
tests/preload_test.go
}{ { name: "address country", preloads: map[string][]interface{}{"Address.Country": {}}, expect: Org{ ID: org.ID, PostalAddress: EmbeddedAddress{ ID: org.PostalAddress.ID, Name: org.PostalAddress.Name, CountryID: org.PostalAddress.CountryID, Country: nil, }, VisitingAddress: EmbeddedAddress{ ID: org.VisitingAddress.ID,
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Wed Jun 12 10:00:47 UTC 2024 - 15.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java
this.postOfficeBox = value; } public String getPostalAddress() { checkSpecifiedProperty("postalAddress"); return convertEmptyToNull(postalAddress); } public void setPostalAddress(String value) { registerModifiedProperty("postalAddress"); this.postalAddress = value; } public String getPostalCode() { checkSpecifiedProperty("postalCode");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 22.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java
} public void setPostalAddress_Equal(String postalAddress) { setPostalAddress_Term(postalAddress, null); } public void setPostalAddress_Equal(String postalAddress, ConditionOptionCall<TermQueryBuilder> opLambda) { setPostalAddress_Term(postalAddress, opLambda); } public void setPostalAddress_Term(String postalAddress) { setPostalAddress_Term(postalAddress, null);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 326.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java
setPostalAddress_Terms("postalAddress", opLambda, null); } public void setPostalAddress_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsUserCA> aggsLambda) { setPostalAddress_Terms("postalAddress", opLambda, aggsLambda); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 212.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java
false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false); protected final ColumnInfo _columnPostalAddress = cci("postalAddress", "postalAddress", null, null, String.class, "postalAddress", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 27K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java
} public void columnPostOfficeBox() { doColumn("postOfficeBox"); } public void columnPostalAddress() { doColumn("postalAddress"); } public void columnPostalCode() { doColumn("postalCode"); } public void columnPreferredLanguage() { doColumn("preferredLanguage");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.7K bytes - Viewed (0) -
schema/relationship_test.go
Country Country } type NestedAddress struct { Address } type CountryMixin struct { CountryID int Country Country } type Org struct { ID int PostalAddress Address `gorm:"embedded;embeddedPrefix:postal_address_"` VisitingAddress Address `gorm:"embedded;embeddedPrefix:visiting_address_"` AddressID int Address struct { ID int Address }
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Apr 15 03:20:20 UTC 2024 - 25.5K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.user_initials=initials labels.initials=initials labels.user_carLicense=carLicense labels.carLicense=carLicense labels.user_mobile=mobile labels.mobile=mobile labels.user_postalAddress=postalAddress labels.postalAddress=postalAddress labels.user_city=city labels.city=city labels.user_teletexTerminalIdentifier=teletexTerminalIdentifier labels.teletexTerminalIdentifier=teletexTerminalIdentifier labels.user_x121Address=x121Address
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java
result.setPostOfficeBox(DfTypeUtil.toString(source.get("postOfficeBox"))); result.setPostalAddress(DfTypeUtil.toString(source.get("postalAddress"))); result.setPostalCode(DfTypeUtil.toString(source.get("postalCode"))); result.setPreferredLanguage(DfTypeUtil.toString(source.get("preferredLanguage")));
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 12K bytes - Viewed (0) -
src/main/resources/fess_config.properties
ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber ldap.attr.postOfficeBox=postOfficeBox ldap.attr.initials=initials ldap.attr.carLicense=carLicense ldap.attr.mobile=mobile ldap.attr.postalAddress=postalAddress ldap.attr.city=l ldap.attr.teletexTerminalIdentifier=teletexTerminalIdentifier ldap.attr.x121Address=x121Address ldap.attr.businessCategory=businessCategory ldap.attr.registeredAddress=registeredAddress
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0)