MLplPersistenceLayerFactory Class Reference

class MLplPersistenceLayerFactory

This interface provides a single point of access to the three other interfaces:

  • View Iterator Manager

  • Phone Book Synchroniser Plugin

  • Collection Iterator.

This interface is implemented in the Contacts Model twice: once on the client and the once on the server. This allows us to reuse the same code for Local View on both sides of the Contacts Model.

Member Functions Documentation

GetCollectorL()

MLplCollection & GetCollectorL ( ) [pure virtual]

GetContactSynchroniserL(TUint)

MContactSynchroniser & GetContactSynchroniserL ( TUint aSessionId ) [pure virtual]

Parameters

TUint aSessionId

GetViewIteratorManagerL()

MLplViewIteratorManager & GetViewIteratorManagerL ( ) [pure virtual]