|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscussionTopic | |
com.ptc.netmarkets.forumPosting | |
com.ptc.netmarkets.nmixb | |
wt.ixb.handlers.netmarkets | |
wt.workflow.forum |
Uses of DiscussionTopic in com.ptc.netmarkets.forumPosting |
Methods in com.ptc.netmarkets.forumPosting that return DiscussionTopic | |
DiscussionTopic |
StandardNmPostingService.getTopic(DiscussionForum f,
String name)
Supported API: false |
DiscussionTopic |
NmPostingServiceFwd.getTopic(DiscussionForum f,
String name)
Supported API: false |
DiscussionTopic |
NmPostingService.getTopic(DiscussionForum f,
String name)
Supported API: false |
Uses of DiscussionTopic in com.ptc.netmarkets.nmixb |
Methods in com.ptc.netmarkets.nmixb with parameters of type DiscussionTopic | |
private void |
TopicProxy.populateSubscriptions(DiscussionTopic topic,
boolean doUsers)
|
Constructors in com.ptc.netmarkets.nmixb with parameters of type DiscussionTopic | |
TopicProxy(DiscussionTopic topic,
WorklistDrivenCopier a_copier,
ProjectCopyWorklist worklist)
|
Uses of DiscussionTopic in wt.ixb.handlers.netmarkets |
Methods in wt.ixb.handlers.netmarkets with parameters of type DiscussionTopic | |
private static void |
CollaborationTemplateIIXHandler.processSubTopic(int level,
DiscussionTopic subTopic,
StringBuffer buff)
|
Uses of DiscussionTopic in wt.workflow.forum |
Methods in wt.workflow.forum that return DiscussionTopic | |
DiscussionTopic |
TopicSubtopicLink.getSubTopic()
Gets the object for the association that plays role: SUB_TOPIC_ROLE. |
DiscussionTopic |
TopicSubtopicLink.getParentTopic()
Gets the object for the association that plays role: PARENT_TOPIC_ROLE. |
DiscussionTopic |
TopicPostingLink.getDiscussionTopic()
Gets the object for the association that plays role: DISCUSSION_TOPIC_ROLE. |
DiscussionTopic |
StandardForumService.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
DiscussionTopic |
ForumTopicLink.getTopic()
Gets the object for the association that plays role: TOPIC_ROLE. |
DiscussionTopic |
ForumServiceFwd.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
DiscussionTopic |
ForumService.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
DiscussionTopic |
DiscussionTopic.getParentTopic()
Gets the object for the association that plays role: PARENT_TOPIC. |
static DiscussionTopic |
DiscussionTopic.newDiscussionTopic(String topicName,
Discussion parent)
Creates a new DiscussionTopic with the given name and sets the parent as the given Discussion. |
DiscussionTopic |
DiscussionPosting.getDiscussionTopic()
Gets the object for the association that plays role: DISCUSSION_TOPIC. |
DiscussionTopic |
TopicSubtopicLink.getSubTopic()
Gets the object for the association that plays role: SUB_TOPIC_ROLE. |
DiscussionTopic |
TopicSubtopicLink.getParentTopic()
Gets the object for the association that plays role: PARENT_TOPIC_ROLE. |
DiscussionTopic |
TopicPostingLink.getDiscussionTopic()
Gets the object for the association that plays role: DISCUSSION_TOPIC_ROLE. |
DiscussionTopic |
StandardForumService.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
DiscussionTopic |
ForumTopicLink.getTopic()
Gets the object for the association that plays role: TOPIC_ROLE. |
DiscussionTopic |
ForumServiceFwd.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
DiscussionTopic |
ForumService.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
DiscussionTopic |
DiscussionTopic.getParentTopic()
Gets the object for the association that plays role: PARENT_TOPIC. |
static DiscussionTopic |
DiscussionTopic.newDiscussionTopic(String topicName,
Discussion parent)
Creates a new DiscussionTopic with the given name and sets the parent as the given Discussion. |
DiscussionTopic |
DiscussionPosting.getDiscussionTopic()
Gets the object for the association that plays role: DISCUSSION_TOPIC. |
Methods in wt.workflow.forum with parameters of type DiscussionTopic | |
void |
TopicSubtopicLink.setSubTopic(DiscussionTopic subTopic)
Sets the object for the association that plays role: SUB_TOPIC_ROLE. |
void |
TopicSubtopicLink.setParentTopic(DiscussionTopic parentTopic)
Sets the object for the association that plays role: PARENT_TOPIC_ROLE. |
static TopicSubtopicLink |
TopicSubtopicLink.newTopicSubtopicLink(DiscussionTopic subTopic,
DiscussionTopic parentTopic)
Default factory for the class. |
void |
TopicPostingLink.setDiscussionTopic(DiscussionTopic theDiscussionTopic)
Sets the object for the association that plays role: DISCUSSION_TOPIC_ROLE. |
static TopicPostingLink |
TopicPostingLink.newTopicPostingLink(DiscussionPosting posting,
DiscussionTopic theDiscussionTopic)
Default factory for the class. |
DiscussionTopic |
StandardForumService.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
void |
ForumTopicLink.setTopic(DiscussionTopic topic)
Sets the object for the association that plays role: TOPIC_ROLE. |
static ForumTopicLink |
ForumTopicLink.newForumTopicLink(DiscussionTopic topic,
DiscussionForum forum)
Default factory for the class. |
DiscussionTopic |
ForumServiceFwd.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
DiscussionTopic |
ForumService.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
protected boolean |
DiscussionTopic.readVersion(DiscussionTopic thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
DiscussionTopic.setParentTopic(DiscussionTopic a_ParentTopic)
Sets the object for the association that plays role: PARENT_TOPIC. |
void |
DiscussionPosting.setDiscussionTopic(DiscussionTopic a_DiscussionTopic)
Sets the object for the association that plays role: DISCUSSION_TOPIC. |
void |
TopicSubtopicLink.setSubTopic(DiscussionTopic subTopic)
Sets the object for the association that plays role: SUB_TOPIC_ROLE. |
void |
TopicSubtopicLink.setParentTopic(DiscussionTopic parentTopic)
Sets the object for the association that plays role: PARENT_TOPIC_ROLE. |
static TopicSubtopicLink |
TopicSubtopicLink.newTopicSubtopicLink(DiscussionTopic subTopic,
DiscussionTopic parentTopic)
Default factory for the class. |
void |
TopicPostingLink.setDiscussionTopic(DiscussionTopic theDiscussionTopic)
Sets the object for the association that plays role: DISCUSSION_TOPIC_ROLE. |
static TopicPostingLink |
TopicPostingLink.newTopicPostingLink(DiscussionPosting posting,
DiscussionTopic theDiscussionTopic)
Default factory for the class. |
DiscussionTopic |
StandardForumService.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
void |
ForumTopicLink.setTopic(DiscussionTopic topic)
Sets the object for the association that plays role: TOPIC_ROLE. |
static ForumTopicLink |
ForumTopicLink.newForumTopicLink(DiscussionTopic topic,
DiscussionForum forum)
Default factory for the class. |
DiscussionTopic |
ForumServiceFwd.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
DiscussionTopic |
ForumService.saveTopic(DiscussionTopic topic)
Persist the topic if it doesnt already exist and update the existing one otherwise. |
protected boolean |
DiscussionTopic.readVersion(DiscussionTopic thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
DiscussionTopic.setParentTopic(DiscussionTopic a_ParentTopic)
Sets the object for the association that plays role: PARENT_TOPIC. |
void |
DiscussionPosting.setDiscussionTopic(DiscussionTopic a_DiscussionTopic)
Sets the object for the association that plays role: DISCUSSION_TOPIC. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |