MVPbkContactFindFromStoresObserver Class Reference
#include
<app/MVPbkContactFindFromStoresObserver.h>
Link against: VPbkEng.lib
class MVPbkContactFindFromStoresObserver |
Detailed Description
An observer interface for finding contacts from the stores. This interface is used to signal find clients of the operations progress.
Constructor & Destructor Documentation
~MVPbkContactFindFromStoresObserver ( )
~MVPbkContactFindFromStoresObserver | ( | ) | [protected, inline, virtual] |
Member Function Documentation
ContactFindFromStoresObserverExtension ( TUid )
TAny * | ContactFindFromStoresObserverExtension | ( | TUid | | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
Returns: Extension point or NULL.
FindFromStoreFailed ( MVPbkContactStore &, TInt )
Called when a find operation of one store fails. Doesn't stop the find from other stores in the case there are multiple stores.
Parameter | Description | aStore | The failed store. |
aError | A system wide error code from the store implementation. |
FindFromStoreSucceededL ( MVPbkContactStore &, MVPbkContactLinkArray * )
This is called when one store completes its find. If this leaves then FindFromStoreFailed is called. Client takes the ownership of all results immediately!
FindFromStoresOperationComplete is called after all stores have called either this or FindFromStoreFailed.
Parameter | Description | aStore | The store whose find results are available |
aResultsFromStore | The find results from the store. Client takes the ownership immediately! |
FindFromStoresOperationComplete ( )
void | FindFromStoresOperationComplete | ( | ) | [pure virtual] |
This is called after all stores have called either FindFromStoreSucceed or FindFromStoreFailed. It's called also when there are no stores that offer find operation.