Public Types
Tonido::Data::TagRecordManager Class Reference

Manages TagRecords. More...

List of all members.

Public Types

typedef boost::shared_ptr
< TagRecordManager
SharedPtr

Public Member Functions

Ctors & Dtors
 TagRecordManager ()
 Ctor.
 ~TagRecordManager ()
 Dtor.
GuestUser Management
bool tagRecordAdd (TagRecord::SharedPtr &a_TagRecord)
 Add a new TagRecord.
bool tagRecordRemove (int32_bt a_ID)
 Removes a TagRecord.
std::string getTagRecordsXML (const std::string &a_name)
 Gets the Tag Record collection as XML.

Detailed Description

Manages TagRecords.


Constructor & Destructor Documentation

Tonido::Data::TagRecordManager::TagRecordManager ( )

Ctor.

details if needed ...

Tonido::Data::TagRecordManager::~TagRecordManager ( )

Dtor.

details if needed ...


Member Function Documentation

std::string Tonido::Data::TagRecordManager::getTagRecordsXML ( const std::string &  a_name)

Gets the Tag Record collection as XML.

Parameters:
[in]a_namename of the resource
Returns:
xml of the tags for specified resource
bool Tonido::Data::TagRecordManager::tagRecordAdd ( TagRecord::SharedPtr &  a_TagRecord)

Add a new TagRecord.

Parameters:
[in,out]a_TagRecordTagRecord Object
Returns:
true on successs, false otherwise
bool Tonido::Data::TagRecordManager::tagRecordRemove ( int32_bt  a_ID)

Removes a TagRecord.

Parameters:
[in]a_TagIDof the TagRecord to remove
Returns:
true on successs, false otherwise

Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.