Uses of Class
com.echothree.model.control.geo.common.transfer.CityTransfer
Packages that use CityTransfer
Package
Description
-
Uses of CityTransfer in com.echothree.control.user.geo.common.result
Methods in com.echothree.control.user.geo.common.result that return CityTransferMethods in com.echothree.control.user.geo.common.result that return types with arguments of type CityTransferMethods in com.echothree.control.user.geo.common.result with parameters of type CityTransferMethod parameters in com.echothree.control.user.geo.common.result with type arguments of type CityTransfer -
Uses of CityTransfer in com.echothree.model.control.contact.common.transfer
Methods in com.echothree.model.control.contact.common.transfer that return CityTransferMethods in com.echothree.model.control.contact.common.transfer with parameters of type CityTransferModifier and TypeMethodDescriptionvoid
ContactPostalAddressTransfer.setCityGeoCode
(CityTransfer cityGeoCode) Constructors in com.echothree.model.control.contact.common.transfer with parameters of type CityTransferModifierConstructorDescriptionContactPostalAddressTransfer
(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 CityTransfer in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return CityTransferModifier and TypeMethodDescriptionGeoControl.getCityTransfer
(UserVisit userVisit, GeoCode geoCode) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type CityTransferModifier and TypeMethodDescriptionGeoControl.getCityTransfers
(UserVisit userVisit, Collection<GeoCode> geoCodes) -
Uses of CityTransfer in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer that return CityTransfer