Uses of Class
com.echothree.model.control.geo.common.transfer.CountryTransfer
Packages that use CountryTransfer
Package
Description
-
Uses of CountryTransfer in com.echothree.control.user.geo.common.result
Methods in com.echothree.control.user.geo.common.result that return CountryTransferModifier and TypeMethodDescriptionGetCountryResult.getCountry()
GetStatesResult.getCountry()
GetZipCodesResult.getCountry()
Methods in com.echothree.control.user.geo.common.result that return types with arguments of type CountryTransferMethods in com.echothree.control.user.geo.common.result with parameters of type CountryTransferModifier and TypeMethodDescriptionvoid
GetCountryResult.setCountry
(CountryTransfer country) void
GetStatesResult.setCountry
(CountryTransfer country) void
GetZipCodesResult.setCountry
(CountryTransfer country) Method parameters in com.echothree.control.user.geo.common.result with type arguments of type CountryTransferModifier and TypeMethodDescriptionvoid
GetCountriesResult.setCountries
(List<CountryTransfer> countries) -
Uses of CountryTransfer in com.echothree.control.user.item.common.result
Methods in com.echothree.control.user.item.common.result that return CountryTransferModifier and TypeMethodDescriptionGetHarmonizedTariffScheduleCodesResult.getCountry()
GetItemHarmonizedTariffScheduleCodesResult.getCountry()
Methods in com.echothree.control.user.item.common.result with parameters of type CountryTransferModifier and TypeMethodDescriptionvoid
GetHarmonizedTariffScheduleCodesResult.setCountry
(CountryTransfer country) void
GetItemHarmonizedTariffScheduleCodesResult.setCountry
(CountryTransfer country) -
Uses of CountryTransfer in com.echothree.control.user.tax.common.result
Methods in com.echothree.control.user.tax.common.result that return CountryTransferModifier and TypeMethodDescriptionGetItemTaxClassificationsResult.getCountry()
GetTaxClassificationsResult.getCountry()
Methods in com.echothree.control.user.tax.common.result with parameters of type CountryTransferModifier and TypeMethodDescriptionvoid
GetItemTaxClassificationsResult.setCountry
(CountryTransfer country) void
GetTaxClassificationsResult.setCountry
(CountryTransfer country) -
Uses of CountryTransfer in com.echothree.model.control.contact.common.transfer
Methods in com.echothree.model.control.contact.common.transfer that return CountryTransferModifier and TypeMethodDescriptionContactPostalAddressTransfer.getCountryGeoCode()
ContactTelephoneTransfer.getCountryGeoCode()
Methods in com.echothree.model.control.contact.common.transfer with parameters of type CountryTransferModifier and TypeMethodDescriptionvoid
ContactPostalAddressTransfer.setCountryGeoCode
(CountryTransfer countryGeoCode) void
ContactTelephoneTransfer.setCountryGeoCode
(CountryTransfer countryGeoCode) Constructors in com.echothree.model.control.contact.common.transfer with parameters of type CountryTransferModifierConstructorDescriptionContactPostalAddressTransfer
(PersonalTitleTransfer personalTitle, String firstName, String middleName, String lastName, NameSuffixTransfer nameSuffix, String companyName, String attention, String address1, String address2, String address3, String city, CityTransfer cityGeoCode, CountyTransfer countyGeoCode, String state, StateTransfer stateGeoCode, String postalCode, PostalCodeTransfer postalCodeGeoCode, CountryTransfer countryGeoCode, Boolean isCommercial, WorkflowEntityStatusTransfer postalAddressStatus) Creates a new instance of ContactPostalAddressTransferContactTelephoneTransfer
(CountryTransfer countryGeoCode, String areaCode, String telephoneNumber, String telephoneExtension, WorkflowEntityStatusTransfer telephoneStatus) Creates a new instance of ContactTelephoneTransfer -
Uses of CountryTransfer in com.echothree.model.control.geo.common.transfer
Methods in com.echothree.model.control.geo.common.transfer that return CountryTransferMethods in com.echothree.model.control.geo.common.transfer with parameters of type CountryTransferModifier and TypeMethodDescriptionvoid
PostalCodeTransfer.setCountry
(CountryTransfer country) void
StateTransfer.setCountry
(CountryTransfer country) Constructors in com.echothree.model.control.geo.common.transfer with parameters of type CountryTransferModifierConstructorDescriptionPostalCodeTransfer
(CountryTransfer country, String geoCodeName, GeoCodeTypeTransfer geoCodeType, GeoCodeScopeTransfer geoCodeScope, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of PostalCodeTransferStateTransfer
(CountryTransfer country, String geoCodeName, GeoCodeTypeTransfer geoCodeType, GeoCodeScopeTransfer geoCodeScope, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of StateTransfer -
Uses of CountryTransfer in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return CountryTransferModifier and TypeMethodDescriptionGeoControl.getCountryTransfer
(UserVisit userVisit, GeoCode geoCode) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type CountryTransferModifier and TypeMethodDescriptionGeoControl.getCountryTransfers
(UserVisit userVisit, Collection<GeoCode> geoCodes) -
Uses of CountryTransfer in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer that return CountryTransfer -
Uses of CountryTransfer in com.echothree.model.control.item.common.transfer
Methods in com.echothree.model.control.item.common.transfer that return CountryTransferModifier and TypeMethodDescriptionHarmonizedTariffScheduleCodeTransfer.getCountryGeoCode()
Returns the countryGeoCode.ItemCountryOfOriginTransfer.getCountryGeoCode()
Returns the countryGeoCode.ItemHarmonizedTariffScheduleCodeTransfer.getCountryGeoCode()
Returns the countryGeoCode.Methods in com.echothree.model.control.item.common.transfer with parameters of type CountryTransferModifier and TypeMethodDescriptionvoid
HarmonizedTariffScheduleCodeTransfer.setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.void
ItemCountryOfOriginTransfer.setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.void
ItemHarmonizedTariffScheduleCodeTransfer.setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.Constructors in com.echothree.model.control.item.common.transfer with parameters of type CountryTransferModifierConstructorDescriptionHarmonizedTariffScheduleCodeTransfer
(CountryTransfer countryGeoCode, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeUnitTransfer firstHarmonizedTariffScheduleCodeUnit, HarmonizedTariffScheduleCodeUnitTransfer secondHarmonizedTariffScheduleCodeUnit, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of HarmonizedTariffScheduleCodeTransferItemCountryOfOriginTransfer
(ItemTransfer item, CountryTransfer countryGeoCode, Integer unformattedPercent, String percent) Creates a new instance of ItemCountryOfOriginTransferItemHarmonizedTariffScheduleCodeTransfer
(ItemTransfer item, CountryTransfer countryGeoCode, HarmonizedTariffScheduleCodeUseTypeTransfer harmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCodeTransfer harmonizedTariffScheduleCode) Creates a new instance of ItemHarmonizedTariffScheduleCodeTransfer -
Uses of CountryTransfer in com.echothree.model.control.tax.common.transfer
Methods in com.echothree.model.control.tax.common.transfer that return CountryTransferModifier and TypeMethodDescriptionItemTaxClassificationTransfer.getCountryGeoCode()
Returns the countryGeoCode.TaxClassificationTransfer.getCountryGeoCode()
Returns the countryGeoCode.Methods in com.echothree.model.control.tax.common.transfer with parameters of type CountryTransferModifier and TypeMethodDescriptionvoid
ItemTaxClassificationTransfer.setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.void
TaxClassificationTransfer.setCountryGeoCode
(CountryTransfer countryGeoCode) Sets the countryGeoCode.Constructors in com.echothree.model.control.tax.common.transfer with parameters of type CountryTransferModifierConstructorDescriptionItemTaxClassificationTransfer
(ItemTransfer item, CountryTransfer countryGeoCode, TaxClassificationTransfer taxClassification) Creates a new instance of ItemTaxClassificationTransferTaxClassificationTransfer
(CountryTransfer countryGeoCode, String taxClassificationName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of TaxClassificationTransfer