Class GeoTransferCaches
java.lang.Object
com.echothree.util.server.transfer.BaseTransferCaches
com.echothree.model.control.geo.server.transfer.GeoTransferCaches
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CityTransferCache
protected CountryTransferCache
protected CountyTransferCache
protected GeoCodeAliasTransferCache
protected GeoCodeAliasTypeDescriptionTransferCache
protected GeoCodeAliasTypeTransferCache
protected GeoCodeCurrencyTransferCache
protected GeoCodeDateTimeFormatTransferCache
protected GeoCodeDescriptionTransferCache
protected GeoCodeLanguageTransferCache
protected GeoCodeRelationshipTransferCache
protected GeoCodeScopeDescriptionTransferCache
protected GeoCodeScopeTransferCache
protected GeoCodeTimeZoneTransferCache
protected GeoCodeTransferCache
protected GeoCodeTypeDescriptionTransferCache
protected GeoCodeTypeTransferCache
protected GeoControl
protected PostalCodeTransferCache
protected StateTransferCache
Fields inherited from class com.echothree.util.server.transfer.BaseTransferCaches
userVisit
-
Constructor Summary
ConstructorsConstructorDescriptionGeoTransferCaches
(UserVisit userVisit, GeoControl geoControl) Creates a new instance of GeoTransferCaches -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
geoControl
-
cityTransferCache
-
countryTransferCache
-
countyTransferCache
-
postalCodeTransferCache
-
stateTransferCache
-
geoCodeTransferCache
-
geoCodeAliasTransferCache
-
geoCodeAliasTypeTransferCache
-
geoCodeScopeTransferCache
-
geoCodeTypeTransferCache
-
geoCodeRelationshipTransferCache
-
geoCodeCurrencyTransferCache
-
geoCodeLanguageTransferCache
-
geoCodeTimeZoneTransferCache
-
geoCodeDateTimeFormatTransferCache
-
geoCodeDescriptionTransferCache
-
geoCodeScopeDescriptionTransferCache
-
geoCodeAliasTypeDescriptionTransferCache
-
geoCodeTypeDescriptionTransferCache
-
-
Constructor Details
-
GeoTransferCaches
Creates a new instance of GeoTransferCaches
-
-
Method Details
-
getCityTransferCache
-
getCountryTransferCache
-
getCountyTransferCache
-
getPostalCodeTransferCache
-
getStateTransferCache
-
getGeoCodeTransferCache
-
getGeoCodeAliasTransferCache
-
getGeoCodeAliasTypeTransferCache
-
getGeoCodeScopeTransferCache
-
getGeoCodeTypeTransferCache
-
getGeoCodeRelationshipTransferCache
-
getGeoCodeCurrencyTransferCache
-
getGeoCodeLanguageTransferCache
-
getGeoCodeTimeZoneTransferCache
-
getGeoCodeDateTimeFormatTransferCache
-
getGeoCodeDescriptionTransferCache
-
getGeoCodeScopeDescriptionTransferCache
-
getGeoCodeAliasTypeDescriptionTransferCache
-
getGeoCodeTypeDescriptionTransferCache
-