Uses of Class
com.echothree.model.control.geo.common.transfer.StateTransfer
Packages that use StateTransfer
Package
Description
-
Uses of StateTransfer in com.echothree.control.user.geo.common.result
Methods in com.echothree.control.user.geo.common.result that return StateTransferModifier and TypeMethodDescriptionGetCitiesResult.getState()
GetCountiesResult.getState()
GetStateResult.getState()
Methods in com.echothree.control.user.geo.common.result that return types with arguments of type StateTransferMethods in com.echothree.control.user.geo.common.result with parameters of type StateTransferModifier and TypeMethodDescriptionvoid
GetCitiesResult.setState
(StateTransfer state) void
GetCountiesResult.setState
(StateTransfer state) void
GetStateResult.setState
(StateTransfer state) Method parameters in com.echothree.control.user.geo.common.result with type arguments of type StateTransfer -
Uses of StateTransfer in com.echothree.model.control.contact.common.transfer
Methods in com.echothree.model.control.contact.common.transfer that return StateTransferMethods in com.echothree.model.control.contact.common.transfer with parameters of type StateTransferModifier and TypeMethodDescriptionvoid
ContactPostalAddressTransfer.setStateGeoCode
(StateTransfer stateGeoCode) Constructors in com.echothree.model.control.contact.common.transfer with parameters of type StateTransferModifierConstructorDescriptionContactPostalAddressTransfer
(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 StateTransfer in com.echothree.model.control.geo.common.transfer
Methods in com.echothree.model.control.geo.common.transfer that return StateTransferMethods in com.echothree.model.control.geo.common.transfer with parameters of type StateTransferModifier and TypeMethodDescriptionvoid
CityTransfer.setState
(StateTransfer state) void
CountyTransfer.setState
(StateTransfer state) Constructors in com.echothree.model.control.geo.common.transfer with parameters of type StateTransferModifierConstructorDescriptionCityTransfer
(StateTransfer state, String geoCodeName, GeoCodeTypeTransfer geoCodeType, GeoCodeScopeTransfer geoCodeScope, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CityTransferCountyTransfer
(StateTransfer state, String geoCodeName, GeoCodeTypeTransfer geoCodeType, GeoCodeScopeTransfer geoCodeScope, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CountyTransfer -
Uses of StateTransfer in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return StateTransferModifier and TypeMethodDescriptionGeoControl.getStateTransfer
(UserVisit userVisit, GeoCode geoCode) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type StateTransferModifier and TypeMethodDescriptionGeoControl.getStateTransfers
(UserVisit userVisit, Collection<GeoCode> geoCodes) -
Uses of StateTransfer in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer that return StateTransfer