Package com.akunagroup.uk.postcode
Interface AddressLookupInterface
-
- All Known Implementing Classes:
AddressLookup
public interface AddressLookupInterface
Interface for Address Lookup Web Service. https://sourceforge.net/p/adempiere/feature-requests/137/ The Address lookup class interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HashMap<String,Object>
getAddressData()
int
lookupPostcode(String postcode)
AddressLookupInterface
newInstance()
void
setClientID(String clientID)
void
setPassword(String password)
void
setServerUrl(String serverUrl)
-
-
-
Method Detail
-
lookupPostcode
int lookupPostcode(String postcode)
-
setPassword
void setPassword(String password)
-
setClientID
void setClientID(String clientID)
-
setServerUrl
void setServerUrl(String serverUrl)
-
newInstance
AddressLookupInterface newInstance()
-
-