Uses of Class
com.echothree.model.control.geo.common.transfer.GeoCodeScopeTransfer
Packages that use GeoCodeScopeTransfer
Package
Description
-
Uses of GeoCodeScopeTransfer in com.echothree.control.user.geo.common.result
Methods in com.echothree.control.user.geo.common.result that return GeoCodeScopeTransferModifier and TypeMethodDescriptionGetGeoCodeScopeDescriptionsResult.getGeoCodeScope()
GetGeoCodeScopeResult.getGeoCodeScope()
Methods in com.echothree.control.user.geo.common.result that return types with arguments of type GeoCodeScopeTransferMethods in com.echothree.control.user.geo.common.result with parameters of type GeoCodeScopeTransferModifier and TypeMethodDescriptionvoid
GetGeoCodeScopeDescriptionsResult.setGeoCodeScope
(GeoCodeScopeTransfer geoCodeScope) void
GetGeoCodeScopeResult.setGeoCodeScope
(GeoCodeScopeTransfer geoCodeScope) Method parameters in com.echothree.control.user.geo.common.result with type arguments of type GeoCodeScopeTransferModifier and TypeMethodDescriptionvoid
GetGeoCodeScopesResult.setGeoCodeScopes
(List<GeoCodeScopeTransfer> geoCodeScopes) -
Uses of GeoCodeScopeTransfer in com.echothree.model.control.geo.common.transfer
Methods in com.echothree.model.control.geo.common.transfer that return GeoCodeScopeTransferModifier and TypeMethodDescriptionGeoCodeAliasTransfer.getGeoCodeScope()
GeoCodeScopeDescriptionTransfer.getGeoCodeScope()
GeoCodeTransfer.getGeoCodeScope()
Methods in com.echothree.model.control.geo.common.transfer with parameters of type GeoCodeScopeTransferModifier and TypeMethodDescriptionvoid
GeoCodeAliasTransfer.setGeoCodeScope
(GeoCodeScopeTransfer geoCodeScope) void
GeoCodeScopeDescriptionTransfer.setGeoCodeScope
(GeoCodeScopeTransfer geoCodeScope) void
GeoCodeTransfer.setGeoCodeScope
(GeoCodeScopeTransfer geoCodeScope) Constructors in com.echothree.model.control.geo.common.transfer with parameters of type GeoCodeScopeTransferModifierConstructorDescriptionCityTransfer
(StateTransfer state, String geoCodeName, GeoCodeTypeTransfer geoCodeType, GeoCodeScopeTransfer geoCodeScope, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CityTransferCountryTransfer
(String geoCodeName, GeoCodeTypeTransfer geoCodeType, GeoCodeScopeTransfer geoCodeScope, Boolean isDefault, Integer sortOrder, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormatTransfer postalAddressFormat, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, String description) Creates a new instance of CountryTransferCountyTransfer
(StateTransfer state, String geoCodeName, GeoCodeTypeTransfer geoCodeType, GeoCodeScopeTransfer geoCodeScope, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CountyTransferGeoCodeAliasTransfer
(GeoCodeTransfer geoCode, GeoCodeScopeTransfer geoCodeScope, GeoCodeAliasTypeTransfer geoCodeAliasType, String alias) Creates a new instance of GeoCodeAliasTransferGeoCodeScopeDescriptionTransfer
(LanguageTransfer language, GeoCodeScopeTransfer geoCodeScope, String description) Creates a new instance of GeoCodeScopeDescriptionTransferGeoCodeTransfer
(String geoCodeName, GeoCodeTypeTransfer geoCodeType, GeoCodeScopeTransfer geoCodeScope, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of GeoCodeTransferPostalCodeTransfer
(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 GeoCodeScopeTransfer in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeScopeTransferModifier and TypeMethodDescriptionGeoControl.getGeoCodeScopeTransfer
(UserVisit userVisit, GeoCodeScope geoCodeScope) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type GeoCodeScopeTransferModifier and TypeMethodDescriptionGeoControl.getGeoCodeScopeTransfers
(UserVisit userVisit) GeoControl.getGeoCodeScopeTransfers
(UserVisit userVisit, Collection<GeoCodeScope> geoCodeScopes) -
Uses of GeoCodeScopeTransfer in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer that return GeoCodeScopeTransferModifier and TypeMethodDescriptionGeoCodeScopeTransferCache.getGeoCodeScopeTransfer
(GeoCodeScope geoCodeScope)