Holger's
Java API

Uses of Class
com.antelmann.crm.GlobalAddress

Packages that use GlobalAddress
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
com.antelmann.webdav provides higher level access for WebDAV, CalDAV and CardDAV clients. 
 

Uses of GlobalAddress in com.antelmann.crm
 

Subclasses of GlobalAddress in com.antelmann.crm
 class ImmutableGlobalAddress
          represents a special address that disables all setter methods
 

Methods in com.antelmann.crm that return GlobalAddress
 GlobalAddress PropertyEntryWithAddress.convert(Map<?,?> map)
           
 GlobalAddress PropertyEntryWithAddress.getAddress()
           
 GlobalAddress ContactImpl.getAddress()
           
 GlobalAddress AddressInfoImpl.getAddress()
           
 GlobalAddress Addressable.getAddress()
          always returns a non-null value referring directly to the embedded main Address instance, which provides a way to 'address' the implementing instance
 

Methods in com.antelmann.crm with parameters of type GlobalAddress
 void PropertyEntryWithAddress.addressToProperties(GlobalAddress address, Map<String,Object> props)
          this transformation is strictly based solely on Strings or Double (not PhoneNumber, URL, or the alike); the given map must support mapping to null values
 void PropertyEntryWithAddress.addressToProperties(GlobalAddress address, PropertyEntry entry)
          this transformation is strictly based solely on Strings or Double (not PhoneNumber, URL, or the alike)
 HashMap<String,Object> PropertyEntryWithAddress.convertBack(GlobalAddress address)
           
 void PropertyEntryWithAddress.propertiesToAddress(Map<String,Object> props, GlobalAddress address)
          this transformation is strictly based solely on Strings (not PhoneNumber, URL, or the alike)
 boolean GlobalAddress.sameAs(GlobalAddress adr)
           
 void ImmutableGlobalAddress.setAllFrom(GlobalAddress ga)
           
 void GlobalAddress.setAllFrom(GlobalAddress ga)
          initializes the internal map based on the content of the given address instance
 

Constructors in com.antelmann.crm with parameters of type GlobalAddress
ContactImpl(Object id, GlobalAddress adr)
           
ContactImpl(Object id, GlobalAddress adr, Map<String,Object> map)
           
GlobalAddress(GlobalAddress adr)
           
ImmutableGlobalAddress(GlobalAddress adr)
          initializes the address with the given one
 

Uses of GlobalAddress in com.antelmann.webdav
 

Methods in com.antelmann.webdav with parameters of type GlobalAddress
 void EzvcardHelper.initAddress(GlobalAddress adr)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads