Uses of Class
com.echothree.model.control.geo.common.transfer.GeoCodeAliasTransfer
Packages that use GeoCodeAliasTransfer
Package
Description
-
Uses of GeoCodeAliasTransfer in com.echothree.control.user.geo.common.result
Methods in com.echothree.control.user.geo.common.result that return GeoCodeAliasTransferModifier and TypeMethodDescriptionEditGeoCodeAliasResult.getGeoCodeAlias()GetGeoCodeAliasResult.getGeoCodeAlias()Methods in com.echothree.control.user.geo.common.result that return types with arguments of type GeoCodeAliasTransferMethods in com.echothree.control.user.geo.common.result with parameters of type GeoCodeAliasTransferModifier and TypeMethodDescriptionvoidEditGeoCodeAliasResult.setGeoCodeAlias(GeoCodeAliasTransfer geoCodeAlias) voidGetGeoCodeAliasResult.setGeoCodeAlias(GeoCodeAliasTransfer geoCodeAlias) Method parameters in com.echothree.control.user.geo.common.result with type arguments of type GeoCodeAliasTransferModifier and TypeMethodDescriptionvoidGetGeoCodeAliasesResult.setGeoCodeAliases(List<GeoCodeAliasTransfer> geoAliass) -
Uses of GeoCodeAliasTransfer in com.echothree.model.control.geo.common.transfer
Methods in com.echothree.model.control.geo.common.transfer that return types with arguments of type GeoCodeAliasTransferMethod parameters in com.echothree.model.control.geo.common.transfer with type arguments of type GeoCodeAliasTransferModifier and TypeMethodDescriptionvoidBaseGeoCodeTransfer.setGeoCodeAliases(MapWrapper<GeoCodeAliasTransfer> geoCodeAliases) -
Uses of GeoCodeAliasTransfer in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeAliasTransferModifier and TypeMethodDescriptionGeoControl.getGeoCodeAliasTransfer(UserVisit userVisit, GeoCodeAlias geoCodeAlias) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type GeoCodeAliasTransferModifier and TypeMethodDescriptionGeoControl.getGeoCodeAliasTransfers(UserVisit userVisit, Collection<GeoCodeAlias> geoCodeAliases) GeoControl.getGeoCodeAliasTransfersByGeoCode(UserVisit userVisit, GeoCode geoCode) -
Uses of GeoCodeAliasTransfer in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer that return GeoCodeAliasTransferModifier and TypeMethodDescriptionGeoCodeAliasTransferCache.getGeoCodeAliasTransfer(UserVisit userVisit, GeoCodeAlias geoCodeAlias)