Uses of Class
com.echothree.model.control.geo.common.transfer.GeoCodeCurrencyTransfer
Packages that use GeoCodeCurrencyTransfer
Package
Description
-
Uses of GeoCodeCurrencyTransfer in com.echothree.control.user.geo.common.result
Methods in com.echothree.control.user.geo.common.result that return GeoCodeCurrencyTransferModifier and TypeMethodDescriptionEditGeoCodeCurrencyResult.getGeoCodeCurrency()GetGeoCodeCurrencyResult.getGeoCodeCurrency()Methods in com.echothree.control.user.geo.common.result that return types with arguments of type GeoCodeCurrencyTransferMethods in com.echothree.control.user.geo.common.result with parameters of type GeoCodeCurrencyTransferModifier and TypeMethodDescriptionvoidEditGeoCodeCurrencyResult.setGeoCodeCurrency(GeoCodeCurrencyTransfer geoCodeCurrency) voidGetGeoCodeCurrencyResult.setGeoCodeCurrency(GeoCodeCurrencyTransfer geoCodeCurrency) Method parameters in com.echothree.control.user.geo.common.result with type arguments of type GeoCodeCurrencyTransferModifier and TypeMethodDescriptionvoidGetGeoCodeCurrenciesResult.setGeoCodeCurrencies(List<GeoCodeCurrencyTransfer> geoCodeCurrencies) -
Uses of GeoCodeCurrencyTransfer in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeCurrencyTransferModifier and TypeMethodDescriptionGeoControl.getGeoCodeCurrencyTransfer(UserVisit userVisit, GeoCodeCurrency geoCodeCurrency) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type GeoCodeCurrencyTransferModifier and TypeMethodDescriptionGeoControl.getGeoCodeCurrencyTransfers(UserVisit userVisit, Collection<GeoCodeCurrency> geoCodeCurrencies) GeoControl.getGeoCodeCurrencyTransfersByCurrency(UserVisit userVisit, Currency currency) GeoControl.getGeoCodeCurrencyTransfersByGeoCode(UserVisit userVisit, GeoCode geoCode) -
Uses of GeoCodeCurrencyTransfer in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer that return GeoCodeCurrencyTransferModifier and TypeMethodDescriptionGeoCodeCurrencyTransferCache.getGeoCodeCurrencyTransfer(UserVisit userVisit, GeoCodeCurrency geoCodeCurrency)