#include <ICreateTopicEntryCmdData.h>
|
| enum | { kDefaultIID = IID_ICREATETOPICENTRYCMDDATA } |
| |
Command data interface used for creating a topic entry.
| virtual bool16 ICreateTopicEntryCmdData::GetDoNotifyFlag | ( | | ) | const |
| pure virtual |
Retrieves the "notify" flag.
- Returns
- the value of the flag.
| virtual const IndexTopicEntry& ICreateTopicEntryCmdData::GetTopicEntry | ( | | ) | const |
| pure virtual |
Retrieves the topic entry property.
- See Also
- IndexTopicEntry.
- Returns
- the topic entry property.
| virtual const UIDRef& ICreateTopicEntryCmdData::GetTopicListUIDRef | ( | | ) | const |
| pure virtual |
Retrieves the topic list property.
- Returns
- UIDRef of the topic list.
| virtual const int32 ICreateTopicEntryCmdData::GetTopicNodeId | ( | | ) | const |
| pure virtual |
Retrieves the node id of the created topic. This method can be called by the client of the command only after the command is done.
- Returns
- the node id of the topic.
| virtual const UID ICreateTopicEntryCmdData::GetTopicSectionUID | ( | | ) | const |
| pure virtual |
Retrieves the topic section where the entry was created. This method can be called by the client of the command only after the command is done.
- Returns
- UID
| virtual void ICreateTopicEntryCmdData::SetDoNotifyFlag | ( | bool16 | notify | ) | |
| pure virtual |
Sets the "notify" flag.
- Parameters
| notify | [IN] - value of the flag. |
| virtual void ICreateTopicEntryCmdData::SetTopicEntry | ( | const IndexTopicEntry & | topicEntry | ) | |
| pure virtual |
Sets the topic entry property.
- Parameters
| topicEntry | [IN] - the topic entry that needs to be created. |
| virtual void ICreateTopicEntryCmdData::SetTopicListUIDRef | ( | const UIDRef & | topicListUIDRef | ) | |
| pure virtual |
Sets the topic list property.
- Parameters
| topicListUIDRef | [IN] - UIDRef of the topic list. |
| virtual void ICreateTopicEntryCmdData::SetTopicNodeId | ( | const int32 | nodeId | ) | |
| pure virtual |
Sets the topic node id of the created topic. This method should be called only by the command itself.
- Parameters
| nodeId | [IN] - the topic node id. |
| virtual void ICreateTopicEntryCmdData::SetTopicSectionUID | ( | const UID | sectionUID | ) | |
| pure virtual |
Sets the topic section UID of the created topic. This method should be called only by the command itself.
- Parameters
| sectionUID | [IN] - the UID of the topic section. |