fetch(ABFilter abFilter) Run a search on the address book given the contraints and
filters specified in the ABFilter argument.
Parameters: abFilter - Definition of the contraints and the filters for thefetch.
Add a new Element to the address book.
Parameters: element - The new Element to be added including the unique identifier. exception: ABStoreException - if unable to connect to back end service. exception: OperationNotSupportedException - if the adapter doesnt support the functionality
Add an element to an existing group in the address book.
Parameters: Element - The Element to be added. Parameters: Group - The group to which the element is to be added. exception: ABStoreException - if unable to connect to back end service. exception: OperationNotSupportedException - if the adapter doesnt support the functionality
Delete an Element from the address book.
Parameters: element - The Element to be deleted. exception: ABStoreException - if unable to connect to back end service. exception: OperationNotSupportedException - if the adapter doesnt support the functionality
Delete an element from a group in the address book.
Parameters: element - The Element to be deleted. Parameters: group - The Group to which the entry is to be deleted. exception: ABStoreException - if unable to connect to back end service. exception: OperationNotSupportedException - if the adapter doesnt support the functionality
Run a search on the address book given the contraints and
filters specified in the ABFilter argument.
Parameters: abFilter - Definition of the contraints and the filters for thefetch. Array of Address Book Element objects. exception: ABStoreException - if unable to connect to back end service. exception: OperationNotSupportedException - if the adapter doesnt support the functionality
Fetch the address book entries in the specified group
String array of Elements in the address book. exception: ABStoreException - if unable to connect to back end service. exception: OperationNotSupportedException - if the adapter doesnt support the functionality
Modify an Element from the address book.
Parameters: oldElement - The Element in the address book to be replaced. Parameters: newElement - The new Element to replace the exisiting element. exception: ABStoreException - if unable to connect to back end service. exception: OperationNotSupportedException - if the adapter doesnt support the functionality