class MProtocolSearchFeatureDataHost : public MXIMPBase |
Interface for managing cached search information.
Interface is used by protocol adaptations to manage search related information
This interface is implemented by Search plugin Protocol adaptation can obtain reference to this interface from
Public Member Functions | |
---|---|
TXIMPRequestId | HandleSearchKeysL(MXIMPObjectCollection *) |
TXIMPRequestId | HandleSearchResultsL(MXIMPIdentity *, MXIMPObjectCollection *) |
Protected Member Functions | |
---|---|
~MProtocolSearchFeatureDataHost() |
~MProtocolSearchFeatureDataHost | ( | ) | [protected, inline, virtual] |
Protected destructor. Object instancies can't be deleted via this interface.
TXIMPRequestId | HandleSearchKeysL | ( | MXIMPObjectCollection * | aSearchKeyInfos | ) | [pure virtual] |
Notifies Search plugin for supported search Keys and serach labels information.
Search plugin takes ownership of the argument(s), if method succeeds without a leave.
MXIMPObjectCollection * aSearchKeyInfos | - List of search key info objects |
TXIMPRequestId | HandleSearchResultsL | ( | MXIMPIdentity * | aSearchId, |
MXIMPObjectCollection * | aSearchResults | |||
) | [pure virtual] |
Notifies Search plugin for search result information.
Search plugin takes ownership of the argument(s), if method succeeds without a leave.
MXIMPIdentity * aSearchId | search id of the search request |
MXIMPObjectCollection * aSearchResults | -List of results( MsearchInfos), NULL if none. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.