MNssTagMgr Class Reference
MNssTagMgr
is the interface class for tag management. NssVASApi.lib
-
Since
-
2.0
Public Member Functions
|
MNssTag
*
|
CreateTagL
(
MNssContext
*)
|
TInt
|
DeleteTag
(
MNssDeleteTagClient
*,
MNssTag
*)
|
TInt
|
GetTag
(
MNssGetTagClient
*,
MNssTagReference
*)
|
TInt
|
GetTagList
(
MNssGetTagClient
*,
MNssContext
*)
|
TInt
|
GetTagList
(
MNssGetTagClient
*,
MNssContext
*, const
TDesC
&)
|
TInt
|
GetTagList
(
MNssGetTagClient
*,
MNssContext
*,
TInt
,
TInt
)
|
TInt
|
GetTagList
(
MNssGetTagClient
*,
MNssContext
*,
TDesC
&,
TInt
)
|
TInt
|
GetTagReferenceList
(
MNssGetTagReferenceClient
*,
MNssContext
*)
|
TInt
|
SaveTag
(
MNssSaveTagClient
*,
MNssTag
*)
|
TInt
|
TagCount
(
MNssContext
*)
|
Member Functions Documentation
CreateTagL(MNssContext *)
Creates a new tag. A context needs to be created prior to creating a tag.
-
Since
-
2.0
DeleteTag(MNssDeleteTagClient *, MNssTag *)
Delete tag from VAS DB. Asynchronous.
-
Since
-
2.0
GetTag(MNssGetTagClient *, MNssTagReference *)
Get a tag based on tagreference. Asynchronous.
-
Since
-
2.0
GetTagList(MNssGetTagClient *, MNssContext *)
Gets tag list associated with a context. Asynchronous.
-
Since
-
2.0
GetTagList(MNssGetTagClient *, MNssContext *, const TDesC &)
Gets tag list with a given name. Asynchronous.
-
Since
-
2.0
Parameters
MNssGetTagClient
* aTagClient
|
- call back address
|
MNssContext
* aContext
|
- context for which to get the tags
|
const
TDesC
& aName
|
- name for which to get the tags
|
GetTagList(MNssGetTagClient *, MNssContext *, TInt, TInt)
Get the tag(s) based on partial rrd int data. Asynchronous.
-
Since
-
2.0
GetTagList(MNssGetTagClient *, MNssContext *, TDesC &, TInt)
Get the tag(s) based on partial rrd text data. Asynchronous.
-
Since
-
2.0
GetTagReferenceList(MNssGetTagReferenceClient *, MNssContext *)
Get a list of tag references based on context. Asynchronous.
-
Since
-
2.0
SaveTag(MNssSaveTagClient *, MNssTag *)
Save tag to VAS DB. Asynchronous.
-
Since
-
2.0
TagCount(MNssContext *)
Get tag count from VAS DB. Synchronous.
-
Since
-
2.0
Parameters
MNssContext
* aContext
|
- context for which to get tag count.
|
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.