Adempiere 3.5.2a

com.akunagroup.uk.postcode
Interface AddressLookupInterface

All Known Implementing Classes:
AddressLookup

public interface AddressLookupInterface

Interface for Address Lookup Web Service. http://sourceforge.net/tracker/index.php?func=detail&aid=1741222&group_id=176962&atid=879335 The Address lookup class interface


Method Summary
 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)

getAddressData

HashMap<String,Object> getAddressData()

newInstance

AddressLookupInterface newInstance()

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.