Package com.akunagroup.uk.postcode
Interface AddressLookupInterface
- All Known Implementing Classes:
AddressLookup
,AddressLookupBR
Deprecated, for removal: This API element is subject to removal in a future version.
Interface for Address Lookup Web Service.
https://sourceforge.net/p/adempiere/feature-requests/137/
The Address lookup class interface
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.int
lookupPostcode
(String postcode) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.void
setClientID
(String clientID) Deprecated, for removal: This API element is subject to removal in a future version.void
setPassword
(String password) Deprecated, for removal: This API element is subject to removal in a future version.void
setServerUrl
(String serverUrl) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
lookupPostcode
Deprecated, for removal: This API element is subject to removal in a future version. -
setPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
setClientID
Deprecated, for removal: This API element is subject to removal in a future version. -
setServerUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
getAddressData
Deprecated, for removal: This API element is subject to removal in a future version. -
newInstance
AddressLookupInterface newInstance()Deprecated, for removal: This API element is subject to removal in a future version.
-