MSearchElement Class Reference
class MSearchElement : public MXIMPBase
|
Interface for search element object.
Constructor & Destructor Documentation
~MSearchElement()
~MSearchElement
|
(
|
)
|
[inline, virtual]
|
Public destructor. Objects instancies can be deleted through this interface.
Member Functions Documentation
GetSearchKey()
TSearchKey
|
GetSearchKey
|
(
|
)
|
const [pure virtual]
|
returns key value of the search
SetRequestL(MXIMPIdentity &, TSearchKey)
void
|
SetRequestL
|
(
|
MXIMPIdentity
&
|
aSearchStringId,
|
|
TSearchKey
|
aKey
|
|
)
|
[pure virtual]
|
Set search values. e.g. to serach for "james" as a first name aSearchStringId has to be set with "james" aKey is EUserFirstName
-
leave
-
KErrArgument if client trys to set 'EReadLabel' as key. if aKey = EReadLabel then leaves with KErrArgument
Parameters
MXIMPIdentity
& aSearchStringId
|
Identification for search word.
|
TSearchKey
aKey
|
search key value.
|
SetRequestL(MXIMPIdentity &, MXIMPIdentity &)
Set search values. e.g. to serach for "james" as a first name aSearchStringId has to be set with "james" aLabelId is "firstname" : this changes from server to server client has to query these labels from server and use
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.