Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodePK
Packages that use GeoCodePK
Package
Description
-
Uses of GeoCodePK in com.echothree.model.data.contact.server.entity
Methods in com.echothree.model.data.contact.server.entity that return GeoCodePKModifier and TypeMethodDescriptionContactPostalAddress.getCityGeoCodePK()ContactPostalAddressCorrection.getCityGeoCodePK()ContactPostalAddress.getCountryGeoCodePK()ContactPostalAddressCorrection.getCountryGeoCodePK()ContactTelephone.getCountryGeoCodePK()ContactPostalAddress.getCountyGeoCodePK()ContactPostalAddressCorrection.getCountyGeoCodePK()ContactPostalAddress.getPostalCodeGeoCodePK()ContactPostalAddressCorrection.getPostalCodeGeoCodePK()ContactPostalAddress.getStateGeoCodePK()ContactPostalAddressCorrection.getStateGeoCodePK()Methods in com.echothree.model.data.contact.server.entity with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidContactPostalAddress.setCityGeoCodePK(GeoCodePK cityGeoCodePK) voidContactPostalAddressCorrection.setCityGeoCodePK(GeoCodePK cityGeoCodePK) voidContactPostalAddress.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidContactPostalAddressCorrection.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidContactTelephone.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidContactPostalAddress.setCountyGeoCodePK(GeoCodePK countyGeoCodePK) voidContactPostalAddressCorrection.setCountyGeoCodePK(GeoCodePK countyGeoCodePK) voidContactPostalAddress.setPostalCodeGeoCodePK(GeoCodePK postalCodeGeoCodePK) voidContactPostalAddressCorrection.setPostalCodeGeoCodePK(GeoCodePK postalCodeGeoCodePK) voidContactPostalAddress.setStateGeoCodePK(GeoCodePK stateGeoCodePK) voidContactPostalAddressCorrection.setStateGeoCodePK(GeoCodePK stateGeoCodePK) -
Uses of GeoCodePK in com.echothree.model.data.contact.server.factory
Methods in com.echothree.model.data.contact.server.factory with parameters of type GeoCodePKModifier and TypeMethodDescriptionContactPostalAddressCorrectionFactory.create(ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) ContactPostalAddressFactory.create(ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) ContactTelephoneFactory.create(ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) -
Uses of GeoCodePK in com.echothree.model.data.contact.server.value
Methods in com.echothree.model.data.contact.server.value that return GeoCodePKModifier and TypeMethodDescriptionContactPostalAddressCorrectionValue.getCityGeoCodePK()ContactPostalAddressValue.getCityGeoCodePK()ContactPostalAddressCorrectionValue.getCountryGeoCodePK()ContactPostalAddressValue.getCountryGeoCodePK()ContactTelephoneValue.getCountryGeoCodePK()ContactPostalAddressCorrectionValue.getCountyGeoCodePK()ContactPostalAddressValue.getCountyGeoCodePK()ContactPostalAddressCorrectionValue.getPostalCodeGeoCodePK()ContactPostalAddressValue.getPostalCodeGeoCodePK()ContactPostalAddressCorrectionValue.getStateGeoCodePK()ContactPostalAddressValue.getStateGeoCodePK()Methods in com.echothree.model.data.contact.server.value with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidContactPostalAddressCorrectionValue.setCityGeoCodePK(GeoCodePK cityGeoCodePK) voidContactPostalAddressValue.setCityGeoCodePK(GeoCodePK cityGeoCodePK) voidContactPostalAddressCorrectionValue.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidContactPostalAddressValue.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidContactTelephoneValue.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidContactPostalAddressCorrectionValue.setCountyGeoCodePK(GeoCodePK countyGeoCodePK) voidContactPostalAddressValue.setCountyGeoCodePK(GeoCodePK countyGeoCodePK) voidContactPostalAddressCorrectionValue.setPostalCodeGeoCodePK(GeoCodePK postalCodeGeoCodePK) voidContactPostalAddressValue.setPostalCodeGeoCodePK(GeoCodePK postalCodeGeoCodePK) voidContactPostalAddressCorrectionValue.setStateGeoCodePK(GeoCodePK stateGeoCodePK) voidContactPostalAddressValue.setStateGeoCodePK(GeoCodePK stateGeoCodePK) Constructors in com.echothree.model.data.contact.server.value with parameters of type GeoCodePKModifierConstructorDescriptionContactPostalAddressCorrectionValue(ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressCorrectionValueContactPostalAddressCorrectionValue(ContactPostalAddressCorrectionPK contactPostalAddressCorrectionPK, ContactMechanismPK contactMechanismPK, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressCorrectionValueContactPostalAddressValue(ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressValueContactPostalAddressValue(ContactPostalAddressPK contactPostalAddressPK, ContactMechanismPK contactMechanismPK, PersonalTitlePK personalTitlePK, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffixPK nameSuffixPK, String companyName, String attention, String address1, String address2, String address3, String city, GeoCodePK cityGeoCodePK, GeoCodePK countyGeoCodePK, String state, GeoCodePK stateGeoCodePK, String postalCode, GeoCodePK postalCodeGeoCodePK, GeoCodePK countryGeoCodePK, Boolean isCommercial, Long fromTime, Long thruTime) Creates a new instance of ContactPostalAddressValueContactTelephoneValue(ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) Creates a new instance of ContactTelephoneValueContactTelephoneValue(ContactTelephonePK contactTelephonePK, ContactMechanismPK contactMechanismPK, GeoCodePK countryGeoCodePK, String areaCode, String telephoneNumber, String telephoneExtension, Long fromTime, Long thruTime) Creates a new instance of ContactTelephoneValue -
Uses of GeoCodePK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodePKModifier and TypeMethodDescriptionGeoCodeRelationship.getFromGeoCodePK()GeoCodeAlias.getGeoCodePK()GeoCodeCountry.getGeoCodePK()GeoCodeCurrency.getGeoCodePK()GeoCodeDateTimeFormat.getGeoCodePK()GeoCodeDescription.getGeoCodePK()GeoCodeDetail.getGeoCodePK()GeoCodeLanguage.getGeoCodePK()GeoCodeTimeZone.getGeoCodePK()GeoCode.getPrimaryKey()GeoCodeRelationship.getToGeoCodePK()Methods in com.echothree.model.data.geo.server.entity with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidGeoCodeRelationship.setFromGeoCodePK(GeoCodePK fromGeoCodePK) voidGeoCodeAlias.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeCountry.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeCurrency.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeDateTimeFormat.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeDescription.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeDetail.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeLanguage.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeTimeZone.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeRelationship.setToGeoCodePK(GeoCodePK toGeoCodePK) -
Uses of GeoCodePK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodePKModifier and TypeMethodDescriptionGeoCodeFactory.getNextPK()GeoCodeFactory.getPKFromQuery(PreparedStatement ps, Object... params) GeoCodeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodePKModifier and TypeMethodDescriptionGeoCodeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) GeoCodeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) GeoCodeFactory.getPKsFromResultSetAsList(ResultSet rs) GeoCodeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodePKModifier and TypeMethodDescriptionGeoCodeAliasFactory.create(GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) GeoCodeCountryFactory.create(GeoCodePK geoCodePK, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatPK postalAddressFormatPK, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, Long fromTime, Long thruTime) GeoCodeCurrencyFactory.create(GeoCodePK geoCodePK, CurrencyPK currencyPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeDateTimeFormatFactory.create(GeoCodePK geoCodePK, DateTimeFormatPK dateTimeFormatPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeDescriptionFactory.create(GeoCodePK geoCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) GeoCodeDetailFactory.create(GeoCodePK geoCodePK, String geoCodeName, GeoCodeTypePK geoCodeTypePK, GeoCodeScopePK geoCodeScopePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeLanguageFactory.create(GeoCodePK geoCodePK, LanguagePK languagePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeRelationshipFactory.create(GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) GeoCodeTimeZoneFactory.create(GeoCodePK geoCodePK, TimeZonePK timeZonePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeFactory.getEntityFromCache(GeoCodePK pk) GeoCodeFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodePK pk) GeoCodeFactory.getValueFromPK(GeoCodePK pk) voidbooleanMethod parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodePKModifier and TypeMethodDescriptionGeoCodeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodePK> pks) GeoCodeFactory.getValuesFromPKs(Collection<GeoCodePK> pks) voidGeoCodeFactory.remove(Collection<GeoCodePK> pks) -
Uses of GeoCodePK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodePKModifier and TypeMethodDescriptionGeoCodeRelationshipValue.getFromGeoCodePK()GeoCodeAliasValue.getGeoCodePK()GeoCodeCountryValue.getGeoCodePK()GeoCodeCurrencyValue.getGeoCodePK()GeoCodeDateTimeFormatValue.getGeoCodePK()GeoCodeDescriptionValue.getGeoCodePK()GeoCodeDetailValue.getGeoCodePK()GeoCodeLanguageValue.getGeoCodePK()GeoCodeTimeZoneValue.getGeoCodePK()GeoCodeValue.getPrimaryKey()GeoCodeRelationshipValue.getToGeoCodePK()Methods in com.echothree.model.data.geo.server.value with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidGeoCodeRelationshipValue.setFromGeoCodePK(GeoCodePK fromGeoCodePK) voidGeoCodeAliasValue.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeCountryValue.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeCurrencyValue.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeDateTimeFormatValue.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeDescriptionValue.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeDetailValue.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeLanguageValue.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeTimeZoneValue.setGeoCodePK(GeoCodePK geoCodePK) voidGeoCodeRelationshipValue.setToGeoCodePK(GeoCodePK toGeoCodePK) Constructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodePKModifierConstructorDescriptionGeoCodeAliasValue(GeoCodeAliasPK geoCodeAliasPK, GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of GeoCodeAliasValueGeoCodeAliasValue(GeoCodePK geoCodePK, GeoCodeScopePK geoCodeScopePK, GeoCodeAliasTypePK geoCodeAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of GeoCodeAliasValueGeoCodeCountryValue(GeoCodeCountryPK geoCodeCountryPK, GeoCodePK geoCodePK, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatPK postalAddressFormatPK, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, Long fromTime, Long thruTime) Creates a new instance of GeoCodeCountryValueGeoCodeCountryValue(GeoCodePK geoCodePK, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatPK postalAddressFormatPK, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, Long fromTime, Long thruTime) Creates a new instance of GeoCodeCountryValueGeoCodeCurrencyValue(GeoCodeCurrencyPK geoCodeCurrencyPK, GeoCodePK geoCodePK, CurrencyPK currencyPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeCurrencyValueGeoCodeCurrencyValue(GeoCodePK geoCodePK, CurrencyPK currencyPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeCurrencyValueGeoCodeDateTimeFormatValue(GeoCodeDateTimeFormatPK geoCodeDateTimeFormatPK, GeoCodePK geoCodePK, DateTimeFormatPK dateTimeFormatPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDateTimeFormatValueGeoCodeDateTimeFormatValue(GeoCodePK geoCodePK, DateTimeFormatPK dateTimeFormatPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDateTimeFormatValueGeoCodeDescriptionValue(GeoCodeDescriptionPK geoCodeDescriptionPK, GeoCodePK geoCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDescriptionValueGeoCodeDescriptionValue(GeoCodePK geoCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDescriptionValueGeoCodeDetailValue(GeoCodeDetailPK geoCodeDetailPK, GeoCodePK geoCodePK, String geoCodeName, GeoCodeTypePK geoCodeTypePK, GeoCodeScopePK geoCodeScopePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDetailValueGeoCodeDetailValue(GeoCodePK geoCodePK, String geoCodeName, GeoCodeTypePK geoCodeTypePK, GeoCodeScopePK geoCodeScopePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeDetailValueGeoCodeLanguageValue(GeoCodeLanguagePK geoCodeLanguagePK, GeoCodePK geoCodePK, LanguagePK languagePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeLanguageValueGeoCodeLanguageValue(GeoCodePK geoCodePK, LanguagePK languagePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeLanguageValueGeoCodeRelationshipValue(GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeRelationshipValueGeoCodeRelationshipValue(GeoCodeRelationshipPK geoCodeRelationshipPK, GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeRelationshipValueGeoCodeTimeZoneValue(GeoCodePK geoCodePK, TimeZonePK timeZonePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTimeZoneValueGeoCodeTimeZoneValue(GeoCodeTimeZonePK geoCodeTimeZonePK, GeoCodePK geoCodePK, TimeZonePK timeZonePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTimeZoneValueGeoCodeValue(GeoCodePK geoCodePK, GeoCodeDetailPK activeDetailPK, GeoCodeDetailPK lastDetailPK) Creates a new instance of GeoCodeValue -
Uses of GeoCodePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return GeoCodePKModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeDetail.getCountryGeoCodePK()ItemCountryOfOrigin.getCountryGeoCodePK()ItemHarmonizedTariffScheduleCodeDetail.getCountryGeoCodePK()Methods in com.echothree.model.data.item.server.entity with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidHarmonizedTariffScheduleCodeDetail.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidItemCountryOfOrigin.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidItemHarmonizedTariffScheduleCodeDetail.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) -
Uses of GeoCodePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory with parameters of type GeoCodePKModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeDetailFactory.create(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, GeoCodePK countryGeoCodePK, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeUnitPK firstHarmonizedTariffScheduleCodeUnitPK, HarmonizedTariffScheduleCodeUnitPK secondHarmonizedTariffScheduleCodeUnitPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ItemCountryOfOriginFactory.create(ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) ItemHarmonizedTariffScheduleCodeDetailFactory.create(ItemHarmonizedTariffScheduleCodePK itemHarmonizedTariffScheduleCodePK, ItemPK itemPK, GeoCodePK countryGeoCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, Long fromTime, Long thruTime) -
Uses of GeoCodePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return GeoCodePKModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeDetailValue.getCountryGeoCodePK()ItemCountryOfOriginValue.getCountryGeoCodePK()ItemHarmonizedTariffScheduleCodeDetailValue.getCountryGeoCodePK()Methods in com.echothree.model.data.item.server.value with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidHarmonizedTariffScheduleCodeDetailValue.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidItemCountryOfOriginValue.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidItemHarmonizedTariffScheduleCodeDetailValue.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) Constructors in com.echothree.model.data.item.server.value with parameters of type GeoCodePKModifierConstructorDescriptionHarmonizedTariffScheduleCodeDetailValue(HarmonizedTariffScheduleCodeDetailPK harmonizedTariffScheduleCodeDetailPK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, GeoCodePK countryGeoCodePK, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeUnitPK firstHarmonizedTariffScheduleCodeUnitPK, HarmonizedTariffScheduleCodeUnitPK secondHarmonizedTariffScheduleCodeUnitPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeDetailValueHarmonizedTariffScheduleCodeDetailValue(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, GeoCodePK countryGeoCodePK, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeUnitPK firstHarmonizedTariffScheduleCodeUnitPK, HarmonizedTariffScheduleCodeUnitPK secondHarmonizedTariffScheduleCodeUnitPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of HarmonizedTariffScheduleCodeDetailValueItemCountryOfOriginValue(ItemCountryOfOriginPK itemCountryOfOriginPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) Creates a new instance of ItemCountryOfOriginValueItemCountryOfOriginValue(ItemPK itemPK, GeoCodePK countryGeoCodePK, Integer percent, Long fromTime, Long thruTime) Creates a new instance of ItemCountryOfOriginValueItemHarmonizedTariffScheduleCodeDetailValue(ItemHarmonizedTariffScheduleCodeDetailPK itemHarmonizedTariffScheduleCodeDetailPK, ItemHarmonizedTariffScheduleCodePK itemHarmonizedTariffScheduleCodePK, ItemPK itemPK, GeoCodePK countryGeoCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, Long fromTime, Long thruTime) Creates a new instance of ItemHarmonizedTariffScheduleCodeDetailValueItemHarmonizedTariffScheduleCodeDetailValue(ItemHarmonizedTariffScheduleCodePK itemHarmonizedTariffScheduleCodePK, ItemPK itemPK, GeoCodePK countryGeoCodePK, HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK, HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK, Long fromTime, Long thruTime) Creates a new instance of ItemHarmonizedTariffScheduleCodeDetailValue -
Uses of GeoCodePK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return GeoCodePKMethods in com.echothree.model.data.selector.server.entity with parameters of type GeoCodePK -
Uses of GeoCodePK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory with parameters of type GeoCodePKModifier and TypeMethodDescriptionSelectorNodeGeoCodeFactory.create(SelectorNodePK selectorNodePK, GeoCodePK geoCodePK, Long fromTime, Long thruTime) -
Uses of GeoCodePK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return GeoCodePKMethods in com.echothree.model.data.selector.server.value with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidSelectorNodeGeoCodeValue.setGeoCodePK(GeoCodePK geoCodePK) Constructors in com.echothree.model.data.selector.server.value with parameters of type GeoCodePKModifierConstructorDescriptionSelectorNodeGeoCodeValue(SelectorNodeGeoCodePK selectorNodeGeoCodePK, SelectorNodePK selectorNodePK, GeoCodePK geoCodePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeGeoCodeValueSelectorNodeGeoCodeValue(SelectorNodePK selectorNodePK, GeoCodePK geoCodePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeGeoCodeValue -
Uses of GeoCodePK in com.echothree.model.data.tax.server.entity
Methods in com.echothree.model.data.tax.server.entity that return GeoCodePKModifier and TypeMethodDescriptionItemTaxClassificationDetail.getCountryGeoCodePK()TaxClassificationDetail.getCountryGeoCodePK()GeoCodeTax.getGeoCodePK()Methods in com.echothree.model.data.tax.server.entity with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidItemTaxClassificationDetail.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidTaxClassificationDetail.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidGeoCodeTax.setGeoCodePK(GeoCodePK geoCodePK) -
Uses of GeoCodePK in com.echothree.model.data.tax.server.factory
Methods in com.echothree.model.data.tax.server.factory with parameters of type GeoCodePKModifier and TypeMethodDescriptionItemTaxClassificationDetailFactory.create(ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) TaxClassificationDetailFactory.create(TaxClassificationPK taxClassificationPK, GeoCodePK countryGeoCodePK, String taxClassificationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of GeoCodePK in com.echothree.model.data.tax.server.value
Methods in com.echothree.model.data.tax.server.value that return GeoCodePKModifier and TypeMethodDescriptionItemTaxClassificationDetailValue.getCountryGeoCodePK()TaxClassificationDetailValue.getCountryGeoCodePK()GeoCodeTaxValue.getGeoCodePK()Methods in com.echothree.model.data.tax.server.value with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidItemTaxClassificationDetailValue.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidTaxClassificationDetailValue.setCountryGeoCodePK(GeoCodePK countryGeoCodePK) voidGeoCodeTaxValue.setGeoCodePK(GeoCodePK geoCodePK) Constructors in com.echothree.model.data.tax.server.value with parameters of type GeoCodePKModifierConstructorDescriptionGeoCodeTaxValue(GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTaxValueGeoCodeTaxValue(GeoCodeTaxPK geoCodeTaxPK, GeoCodePK geoCodePK, TaxPK taxPK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeTaxValueItemTaxClassificationDetailValue(ItemTaxClassificationDetailPK itemTaxClassificationDetailPK, ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValueItemTaxClassificationDetailValue(ItemTaxClassificationPK itemTaxClassificationPK, ItemPK itemPK, GeoCodePK countryGeoCodePK, TaxClassificationPK taxClassificationPK, Long fromTime, Long thruTime) Creates a new instance of ItemTaxClassificationDetailValueTaxClassificationDetailValue(TaxClassificationDetailPK taxClassificationDetailPK, TaxClassificationPK taxClassificationPK, GeoCodePK countryGeoCodePK, String taxClassificationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxClassificationDetailValueTaxClassificationDetailValue(TaxClassificationPK taxClassificationPK, GeoCodePK countryGeoCodePK, String taxClassificationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TaxClassificationDetailValue -
Uses of GeoCodePK in com.echothree.model.jooq.server.records.contact
Methods in com.echothree.model.jooq.server.records.contact that return GeoCodePKModifier and TypeMethodDescriptionContactPostalAddressCorrections.CityGeoCode()Getter forcontactpostaladdresscorrections.ctpac_citygeocodeid.ContactPostalAddresses.CityGeoCode()Getter forcontactpostaladdresses.ctpa_citygeocodeid.ContactPostalAddressCorrections.CountryGeoCode()Getter forcontactpostaladdresscorrections.ctpac_countrygeocodeid.ContactPostalAddresses.CountryGeoCode()Getter forcontactpostaladdresses.ctpa_countrygeocodeid.ContactTelephones.CountryGeoCode()Getter forcontacttelephones.cttp_countrygeocodeid.ContactPostalAddressCorrections.CountyGeoCode()Getter forcontactpostaladdresscorrections.ctpac_countygeocodeid.ContactPostalAddresses.CountyGeoCode()Getter forcontactpostaladdresses.ctpa_countygeocodeid.ContactPostalAddressCorrections.PostalCodeGeoCode()Getter forcontactpostaladdresscorrections.ctpac_postalcodegeocodeid.ContactPostalAddresses.PostalCodeGeoCode()Getter forcontactpostaladdresses.ctpa_postalcodegeocodeid.ContactPostalAddressCorrections.StateGeoCode()Getter forcontactpostaladdresscorrections.ctpac_stategeocodeid.ContactPostalAddresses.StateGeoCode()Getter forcontactpostaladdresses.ctpa_stategeocodeid.Methods in com.echothree.model.jooq.server.records.contact with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidContactPostalAddressCorrections.CityGeoCode(GeoCodePK value) Setter forcontactpostaladdresscorrections.ctpac_citygeocodeid.voidContactPostalAddresses.CityGeoCode(GeoCodePK value) Setter forcontactpostaladdresses.ctpa_citygeocodeid.voidContactPostalAddressCorrections.CountryGeoCode(GeoCodePK value) Setter forcontactpostaladdresscorrections.ctpac_countrygeocodeid.voidContactPostalAddresses.CountryGeoCode(GeoCodePK value) Setter forcontactpostaladdresses.ctpa_countrygeocodeid.voidContactTelephones.CountryGeoCode(GeoCodePK value) Setter forcontacttelephones.cttp_countrygeocodeid.voidContactPostalAddressCorrections.CountyGeoCode(GeoCodePK value) Setter forcontactpostaladdresscorrections.ctpac_countygeocodeid.voidContactPostalAddresses.CountyGeoCode(GeoCodePK value) Setter forcontactpostaladdresses.ctpa_countygeocodeid.voidContactPostalAddressCorrections.PostalCodeGeoCode(GeoCodePK value) Setter forcontactpostaladdresscorrections.ctpac_postalcodegeocodeid.voidContactPostalAddresses.PostalCodeGeoCode(GeoCodePK value) Setter forcontactpostaladdresses.ctpa_postalcodegeocodeid.voidContactPostalAddressCorrections.StateGeoCode(GeoCodePK value) Setter forcontactpostaladdresscorrections.ctpac_stategeocodeid.voidContactPostalAddresses.StateGeoCode(GeoCodePK value) Setter forcontactpostaladdresses.ctpa_stategeocodeid.Constructors in com.echothree.model.jooq.server.records.contact with parameters of type GeoCodePKModifierConstructorDescriptionContactPostalAddressCorrections(ContactPostalAddressCorrectionPK ContactPostalAddressCorrection, ContactMechanismPK ContactMechanism, String Address1, String Address2, String Address3, String City, GeoCodePK CityGeoCode, GeoCodePK CountyGeoCode, String State, GeoCodePK StateGeoCode, String PostalCode, GeoCodePK PostalCodeGeoCode, GeoCodePK CountryGeoCode, Long FromTime, Long ThruTime) Create a detached, initialised ContactPostalAddressCorrectionsContactPostalAddresses(ContactPostalAddressPK ContactPostalAddress, ContactMechanismPK ContactMechanism, PersonalTitlePK PersonalTitle, String FirstName, String FirstNameSdx, String MiddleName, String MiddleNameSdx, String LastName, String LastNameSdx, NameSuffixPK NameSuffix, String CompanyName, String Attention, String Address1, String Address2, String Address3, String City, GeoCodePK CityGeoCode, GeoCodePK CountyGeoCode, String State, GeoCodePK StateGeoCode, String PostalCode, GeoCodePK PostalCodeGeoCode, GeoCodePK CountryGeoCode, Boolean IsCommercial, Long FromTime, Long ThruTime) Create a detached, initialised ContactPostalAddressesContactTelephones(ContactTelephonePK ContactTelephone, ContactMechanismPK ContactMechanism, GeoCodePK CountryGeoCode, String AreaCode, String TelephoneNumber, String TelephoneExtension, Long FromTime, Long ThruTime) Create a detached, initialised ContactTelephones -
Uses of GeoCodePK in com.echothree.model.jooq.server.records.geo
Methods in com.echothree.model.jooq.server.records.geo that return GeoCodePKModifier and TypeMethodDescriptionGeoCodeRelationships.FromGeoCode()Getter forgeocoderelationships.geor_fromgeocodeid.GeoCodeAliases.GeoCode()Getter forgeocodealiases.geoa_geo_geocodeid.GeoCodeCountries.GeoCode()Getter forgeocodecountries.geoc_geo_geocodeid.GeoCodeCurrencies.GeoCode()Getter forgeocodecurrencies.geocur_geo_geocodeid.GeoCodeDateTimeFormats.GeoCode()Getter forgeocodedatetimeformats.geodtf_geo_geocodeid.GeoCodeDescriptions.GeoCode()Getter forgeocodedescriptions.geod_geo_geocodeid.GeoCodeDetails.GeoCode()Getter forgeocodedetails.geodt_geo_geocodeid.GeoCodeLanguages.GeoCode()Getter forgeocodelanguages.geol_geo_geocodeid.GeoCodes.GeoCode()Getter forgeocodes.geo_geocodeid.GeoCodeTimeZones.GeoCode()Getter forgeocodetimezones.geotz_geo_geocodeid.GeoCodeRelationships.ToGeoCode()Getter forgeocoderelationships.geor_togeocodeid.Methods in com.echothree.model.jooq.server.records.geo that return types with arguments of type GeoCodePKMethods in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidGeoCodeRelationships.FromGeoCode(GeoCodePK value) Setter forgeocoderelationships.geor_fromgeocodeid.voidSetter forgeocodealiases.geoa_geo_geocodeid.voidSetter forgeocodecountries.geoc_geo_geocodeid.voidSetter forgeocodecurrencies.geocur_geo_geocodeid.voidSetter forgeocodedatetimeformats.geodtf_geo_geocodeid.voidSetter forgeocodedescriptions.geod_geo_geocodeid.voidSetter forgeocodedetails.geodt_geo_geocodeid.voidSetter forgeocodelanguages.geol_geo_geocodeid.voidSetter forgeocodes.geo_geocodeid.voidSetter forgeocodetimezones.geotz_geo_geocodeid.voidSetter forgeocoderelationships.geor_togeocodeid.Constructors in com.echothree.model.jooq.server.records.geo with parameters of type GeoCodePKModifierConstructorDescriptionGeoCodeAliases(GeoCodeAliasPK GeoCodeAlias, GeoCodePK GeoCode, GeoCodeScopePK GeoCodeScope, GeoCodeAliasTypePK GeoCodeAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeAliasesGeoCodeCountries(GeoCodeCountryPK GeoCodeCountry, GeoCodePK GeoCode, String TelephoneCode, String AreaCodePattern, Boolean AreaCodeRequired, String AreaCodeExample, String TelephoneNumberPattern, String TelephoneNumberExample, PostalAddressFormatPK PostalAddressFormat, Boolean CityRequired, Boolean CityGeoCodeRequired, Boolean StateRequired, Boolean StateGeoCodeRequired, String PostalCodePattern, Boolean PostalCodeRequired, Boolean PostalCodeGeoCodeRequired, Integer PostalCodeLength, Integer PostalCodeGeoCodeLength, String PostalCodeExample, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeCountriesGeoCodeCurrencies(GeoCodeCurrencyPK GeoCodeCurrency, GeoCodePK GeoCode, CurrencyPK Currency, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeCurrenciesGeoCodeDateTimeFormats(GeoCodeDateTimeFormatPK GeoCodeDateTimeFormat, GeoCodePK GeoCode, DateTimeFormatPK DateTimeFormat, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeDateTimeFormatsGeoCodeDescriptions(GeoCodeDescriptionPK GeoCodeDescription, GeoCodePK GeoCode, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeDescriptionsGeoCodeDetails(GeoCodeDetailPK GeoCodeDetail, GeoCodePK GeoCode, String GeoCodeName, GeoCodeTypePK GeoCodeType, GeoCodeScopePK GeoCodeScope, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeDetailsGeoCodeLanguages(GeoCodeLanguagePK GeoCodeLanguage, GeoCodePK GeoCode, LanguagePK Language, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeLanguagesGeoCodeRelationships(GeoCodeRelationshipPK GeoCodeRelationship, GeoCodePK FromGeoCode, GeoCodePK ToGeoCode, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeRelationshipsGeoCodes(GeoCodePK GeoCode, GeoCodeDetailPK ActiveDetail, GeoCodeDetailPK LastDetail) Create a detached, initialised GeoCodesGeoCodeTimeZones(GeoCodeTimeZonePK GeoCodeTimeZone, GeoCodePK GeoCode, TimeZonePK TimeZone, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeTimeZones -
Uses of GeoCodePK in com.echothree.model.jooq.server.records.item
Methods in com.echothree.model.jooq.server.records.item that return GeoCodePKModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeDetails.CountryGeoCode()Getter forharmonizedtariffschedulecodedetails.hztscdt_countrygeocodeid.ItemCountryOfOrigins.CountryGeoCode()Getter foritemcountryoforigins.icoorgn_countrygeocodeid.ItemHarmonizedTariffScheduleCodeDetails.CountryGeoCode()Getter foritemharmonizedtariffschedulecodedetails.itmhztscdt_countrygeocodeid.Methods in com.echothree.model.jooq.server.records.item with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidHarmonizedTariffScheduleCodeDetails.CountryGeoCode(GeoCodePK value) Setter forharmonizedtariffschedulecodedetails.hztscdt_countrygeocodeid.voidItemCountryOfOrigins.CountryGeoCode(GeoCodePK value) Setter foritemcountryoforigins.icoorgn_countrygeocodeid.voidItemHarmonizedTariffScheduleCodeDetails.CountryGeoCode(GeoCodePK value) Setter foritemharmonizedtariffschedulecodedetails.itmhztscdt_countrygeocodeid.Constructors in com.echothree.model.jooq.server.records.item with parameters of type GeoCodePKModifierConstructorDescriptionHarmonizedTariffScheduleCodeDetails(HarmonizedTariffScheduleCodeDetailPK HarmonizedTariffScheduleCodeDetail, HarmonizedTariffScheduleCodePK HarmonizedTariffScheduleCode, GeoCodePK CountryGeoCode, String HarmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeUnitPK FirstHarmonizedTariffScheduleCodeUnit, HarmonizedTariffScheduleCodeUnitPK SecondHarmonizedTariffScheduleCodeUnit, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised HarmonizedTariffScheduleCodeDetailsItemCountryOfOrigins(ItemCountryOfOriginPK ItemCountryOfOrigin, ItemPK Item, GeoCodePK CountryGeoCode, Integer Percent, Long FromTime, Long ThruTime) Create a detached, initialised ItemCountryOfOriginsItemHarmonizedTariffScheduleCodeDetails(ItemHarmonizedTariffScheduleCodeDetailPK ItemHarmonizedTariffScheduleCodeDetail, ItemHarmonizedTariffScheduleCodePK ItemHarmonizedTariffScheduleCode, ItemPK Item, GeoCodePK CountryGeoCode, HarmonizedTariffScheduleCodeUseTypePK HarmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCodePK HarmonizedTariffScheduleCode, Long FromTime, Long ThruTime) Create a detached, initialised ItemHarmonizedTariffScheduleCodeDetails -
Uses of GeoCodePK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return GeoCodePKModifier and TypeMethodDescriptionSelectorNodeGeoCodes.GeoCode()Getter forselectornodegeocodes.slndgeo_geo_geocodeid.Methods in com.echothree.model.jooq.server.records.selector with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidSetter forselectornodegeocodes.slndgeo_geo_geocodeid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type GeoCodePKModifierConstructorDescriptionSelectorNodeGeoCodes(SelectorNodeGeoCodePK SelectorNodeGeoCode, SelectorNodePK SelectorNode, GeoCodePK GeoCode, Long FromTime, Long ThruTime) Create a detached, initialised SelectorNodeGeoCodes -
Uses of GeoCodePK in com.echothree.model.jooq.server.records.tax
Methods in com.echothree.model.jooq.server.records.tax that return GeoCodePKModifier and TypeMethodDescriptionItemTaxClassificationDetails.CountryGeoCode()Getter foritemtaxclassificationdetails.itmtxclsfndt_countrygeocodeid.TaxClassificationDetails.CountryGeoCode()Getter fortaxclassificationdetails.txclsfndt_countrygeocodeid.GeoCodeTaxes.GeoCode()Getter forgeocodetaxes.geotx_geo_geocodeid.Methods in com.echothree.model.jooq.server.records.tax with parameters of type GeoCodePKModifier and TypeMethodDescriptionvoidItemTaxClassificationDetails.CountryGeoCode(GeoCodePK value) Setter foritemtaxclassificationdetails.itmtxclsfndt_countrygeocodeid.voidTaxClassificationDetails.CountryGeoCode(GeoCodePK value) Setter fortaxclassificationdetails.txclsfndt_countrygeocodeid.voidSetter forgeocodetaxes.geotx_geo_geocodeid.Constructors in com.echothree.model.jooq.server.records.tax with parameters of type GeoCodePKModifierConstructorDescriptionGeoCodeTaxes(GeoCodeTaxPK GeoCodeTax, GeoCodePK GeoCode, TaxPK Tax, Long FromTime, Long ThruTime) Create a detached, initialised GeoCodeTaxesItemTaxClassificationDetails(ItemTaxClassificationDetailPK ItemTaxClassificationDetail, ItemTaxClassificationPK ItemTaxClassification, ItemPK Item, GeoCodePK CountryGeoCode, TaxClassificationPK TaxClassification, Long FromTime, Long ThruTime) Create a detached, initialised ItemTaxClassificationDetailsTaxClassificationDetails(TaxClassificationDetailPK TaxClassificationDetail, TaxClassificationPK TaxClassification, GeoCodePK CountryGeoCode, String TaxClassificationName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised TaxClassificationDetails -
Uses of GeoCodePK in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type GeoCodePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContactPostalAddressCorrections, GeoCodePK> ContactPostalAddressCorrections.CITY_GEO_CODEThe columncontactpostaladdresscorrections.ctpac_citygeocodeid.final org.jooq.TableField<ContactPostalAddresses, GeoCodePK> ContactPostalAddresses.CITY_GEO_CODEThe columncontactpostaladdresses.ctpa_citygeocodeid.final org.jooq.TableField<ContactPostalAddressCorrections, GeoCodePK> ContactPostalAddressCorrections.COUNTRY_GEO_CODEThe columncontactpostaladdresscorrections.ctpac_countrygeocodeid.final org.jooq.TableField<ContactPostalAddresses, GeoCodePK> ContactPostalAddresses.COUNTRY_GEO_CODEThe columncontactpostaladdresses.ctpa_countrygeocodeid.final org.jooq.TableField<ContactTelephones, GeoCodePK> ContactTelephones.COUNTRY_GEO_CODEThe columncontacttelephones.cttp_countrygeocodeid.final org.jooq.TableField<ContactPostalAddressCorrections, GeoCodePK> ContactPostalAddressCorrections.COUNTY_GEO_CODEThe columncontactpostaladdresscorrections.ctpac_countygeocodeid.final org.jooq.TableField<ContactPostalAddresses, GeoCodePK> ContactPostalAddresses.COUNTY_GEO_CODEThe columncontactpostaladdresses.ctpa_countygeocodeid.final org.jooq.TableField<ContactPostalAddressCorrections, GeoCodePK> ContactPostalAddressCorrections.POSTAL_CODE_GEO_CODEThe columncontactpostaladdresscorrections.ctpac_postalcodegeocodeid.final org.jooq.TableField<ContactPostalAddresses, GeoCodePK> ContactPostalAddresses.POSTAL_CODE_GEO_CODEThe columncontactpostaladdresses.ctpa_postalcodegeocodeid.final org.jooq.TableField<ContactPostalAddressCorrections, GeoCodePK> ContactPostalAddressCorrections.STATE_GEO_CODEThe columncontactpostaladdresscorrections.ctpac_stategeocodeid.final org.jooq.TableField<ContactPostalAddresses, GeoCodePK> ContactPostalAddresses.STATE_GEO_CODEThe columncontactpostaladdresses.ctpa_stategeocodeid. -
Uses of GeoCodePK in com.echothree.model.jooq.server.tables.geo
Fields in com.echothree.model.jooq.server.tables.geo with type parameters of type GeoCodePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<GeoCodeRelationships, GeoCodePK> GeoCodeRelationships.FROM_GEO_CODEThe columngeocoderelationships.geor_fromgeocodeid.final org.jooq.TableField<GeoCodeAliases, GeoCodePK> GeoCodeAliases.GEO_CODEThe columngeocodealiases.geoa_geo_geocodeid.final org.jooq.TableField<GeoCodeCountries, GeoCodePK> GeoCodeCountries.GEO_CODEThe columngeocodecountries.geoc_geo_geocodeid.final org.jooq.TableField<GeoCodeCurrencies, GeoCodePK> GeoCodeCurrencies.GEO_CODEThe columngeocodecurrencies.geocur_geo_geocodeid.final org.jooq.TableField<GeoCodeDateTimeFormats, GeoCodePK> GeoCodeDateTimeFormats.GEO_CODEThe columngeocodedatetimeformats.geodtf_geo_geocodeid.final org.jooq.TableField<GeoCodeDescriptions, GeoCodePK> GeoCodeDescriptions.GEO_CODEThe columngeocodedescriptions.geod_geo_geocodeid.final org.jooq.TableField<GeoCodeDetails, GeoCodePK> GeoCodeDetails.GEO_CODEThe columngeocodedetails.geodt_geo_geocodeid.final org.jooq.TableField<GeoCodeLanguages, GeoCodePK> GeoCodeLanguages.GEO_CODEThe columngeocodelanguages.geol_geo_geocodeid.GeoCodes.GEO_CODEThe columngeocodes.geo_geocodeid.final org.jooq.TableField<GeoCodeTimeZones, GeoCodePK> GeoCodeTimeZones.GEO_CODEThe columngeocodetimezones.geotz_geo_geocodeid.final org.jooq.TableField<GeoCodeRelationships, GeoCodePK> GeoCodeRelationships.TO_GEO_CODEThe columngeocoderelationships.geor_togeocodeid. -
Uses of GeoCodePK in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type GeoCodePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<HarmonizedTariffScheduleCodeDetails, GeoCodePK> HarmonizedTariffScheduleCodeDetails.COUNTRY_GEO_CODEThe columnharmonizedtariffschedulecodedetails.hztscdt_countrygeocodeid.final org.jooq.TableField<ItemCountryOfOrigins, GeoCodePK> ItemCountryOfOrigins.COUNTRY_GEO_CODEThe columnitemcountryoforigins.icoorgn_countrygeocodeid.final org.jooq.TableField<ItemHarmonizedTariffScheduleCodeDetails, GeoCodePK> ItemHarmonizedTariffScheduleCodeDetails.COUNTRY_GEO_CODEThe columnitemharmonizedtariffschedulecodedetails.itmhztscdt_countrygeocodeid. -
Uses of GeoCodePK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type GeoCodePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorNodeGeoCodes, GeoCodePK> SelectorNodeGeoCodes.GEO_CODEThe columnselectornodegeocodes.slndgeo_geo_geocodeid. -
Uses of GeoCodePK in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type GeoCodePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemTaxClassificationDetails, GeoCodePK> ItemTaxClassificationDetails.COUNTRY_GEO_CODEThe columnitemtaxclassificationdetails.itmtxclsfndt_countrygeocodeid.final org.jooq.TableField<TaxClassificationDetails, GeoCodePK> TaxClassificationDetails.COUNTRY_GEO_CODEThe columntaxclassificationdetails.txclsfndt_countrygeocodeid.final org.jooq.TableField<GeoCodeTaxes, GeoCodePK> GeoCodeTaxes.GEO_CODEThe columngeocodetaxes.geotx_geo_geocodeid.