#include <cntviewstore.h>
class TContactViewStore |
Public Member Functions | |
---|---|
IMPORT_C void | GetDefaultViewsL(RPointerArray< CContactDefaultViewDefinition > &) |
IMPORT_C void | SetDefaultViewsL(const RPointerArray< CContactDefaultViewDefinition > &) |
Class to access the default settings store within Contacts model.
IMPORT_C void | GetDefaultViewsL | ( | RPointerArray< CContactDefaultViewDefinition > & | aDefaultViews | ) | [static] |
Retrieves the list of default view definitions stored in the contacts servers' persistent data storage.
IMPORT_C void | SetDefaultViewsL | ( | const RPointerArray< CContactDefaultViewDefinition > & | aDefaultViews | ) | [static] |
Stores a list of default remote view definitions in the contacts servers' persistent data store. The view definitions are assumed to relate to the default contacts database although this is not enforced.
Parameters | |
---|---|
aDefaultViews | Array of view definitions to store |