|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddressInfo | |
|---|---|
| com.antelmann.crm | Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). |
| Uses of AddressInfo in com.antelmann.crm |
|---|
| Classes in com.antelmann.crm that implement AddressInfo | |
|---|---|
class |
AddressInfoImpl
a default implementation for an AddressInfo |
| Methods in com.antelmann.crm that return AddressInfo | |
|---|---|
AddressInfo |
ContactImpl.removeAddress(int index)
|
AddressInfo |
Contact.removeAddress(int index)
removes (and returns) an address at the given index (optional operation) |
| Methods in com.antelmann.crm that return types with arguments of type AddressInfo | |
|---|---|
List<? extends AddressInfo> |
ContactImpl.getMoreAddresses()
|
List<? extends AddressInfo> |
Contact.getMoreAddresses()
allows to retrieve additional (editable) addresses for a given contact. |
| Methods in com.antelmann.crm with parameters of type AddressInfo | |
|---|---|
void |
ContactImpl.add(AddressInfo ai)
|
void |
ContactImpl.add(AddressInfo ai,
int index)
|
void |
Contact.add(AddressInfo ai,
int index)
adds an address at the given index (optional operation) |
void |
AddressInfoImpl.setAllFrom(AddressInfo ai)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||