Interface AddressLookupInterface

All Known Implementing Classes:
AddressLookup

@Deprecated(forRemoval=true, since="11") public interface AddressLookupInterface
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 Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    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

      int lookupPostcode(String postcode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPassword

      void setPassword(String password)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setClientID

      void setClientID(String clientID)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setServerUrl

      void setServerUrl(String serverUrl)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAddressData

      HashMap<String,Object> 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.