MSearchObjectFactory Class Reference

class MSearchObjectFactory : public MXIMPBase

Interface for Search Feature Plugin search object factory.

Search object factory is used to instantiate data objects declared in data model API.

Inherits from

Constructor & Destructor Documentation

~MSearchObjectFactory()

~MSearchObjectFactory()[protected, inline, virtual]

Protected destructor. Object instancies can't be deleted via this interface.

Member Functions Documentation

NewSearchElementLC()

MSearchElement *NewSearchElementLC()[pure virtual]

Instantiates new search element object.

leave
KErrNoMemory if failed to allocate memory.

NewSearchInfoLC()

MSearchInfo *NewSearchInfoLC()[pure virtual]

Instantiates new search info object.

leave
KErrNoMemory if failed to allocate memory.

NewSearchKeyInfoLC()

MSearchKeyInfo *NewSearchKeyInfoLC()[pure virtual]

Instantiates new SearchKey info object.

leave
KErrNoMemory if failed to allocate memory.