Uses of Class
com.echothree.model.control.geo.common.transfer.CountyTransfer
Packages that use CountyTransfer
Package
Description
-
Uses of CountyTransfer in com.echothree.control.user.geo.common.result
Methods in com.echothree.control.user.geo.common.result that return CountyTransferMethods in com.echothree.control.user.geo.common.result that return types with arguments of type CountyTransferMethods in com.echothree.control.user.geo.common.result with parameters of type CountyTransferMethod parameters in com.echothree.control.user.geo.common.result with type arguments of type CountyTransferModifier and TypeMethodDescriptionvoid
GetCountiesResult.setCounties
(List<CountyTransfer> counties) -
Uses of CountyTransfer in com.echothree.model.control.contact.common.transfer
Methods in com.echothree.model.control.contact.common.transfer that return CountyTransferMethods in com.echothree.model.control.contact.common.transfer with parameters of type CountyTransferModifier and TypeMethodDescriptionvoid
ContactPostalAddressTransfer.setCountyGeoCode
(CountyTransfer countyGeoCode) Constructors in com.echothree.model.control.contact.common.transfer with parameters of type CountyTransferModifierConstructorDescriptionContactPostalAddressTransfer
(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 ContactPostalAddressTransfer -
Uses of CountyTransfer in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return CountyTransferModifier and TypeMethodDescriptionGeoControl.getCountyTransfer
(UserVisit userVisit, GeoCode geoCode) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type CountyTransferModifier and TypeMethodDescriptionGeoControl.getCountyTransfers
(UserVisit userVisit, Collection<GeoCode> geoCodes) -
Uses of CountyTransfer in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer that return CountyTransfer