SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.repository.service.discussion.IDiscussionItem

Packages that use IDiscussionItem
com.sapportals.wcm.repository.service.discussion The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions.  
 

Uses of IDiscussionItem in com.sapportals.wcm.repository.service.discussion
 

Methods in com.sapportals.wcm.repository.service.discussion that return IDiscussionItem
 IDiscussionItem IDiscussionManager.getTopic(RID itemRid, IResourceContext resourceContext)
          Gets the discussion topic for a discussion item.
 IDiscussionItem IDiscussionManager.getTopDiscussionItem(RID itemRid, IResourceContext resourceContext)
          Gets the discussion topic for a discussion item.
 IDiscussionItem IDiscussionItem.getLastPost()
          Gets last reply.
 IDiscussionItem IDiscussionItem.getParent()
          Gets the parent IDiscussionItem instance.
 IDiscussionItem IDiscussionItem.getTopic()
          Gets the topic IDiscussionItem instance.
 IDiscussionItem IDiscussion.getDiscussionItem(RID itemRid)
          Gets the IDiscussionItem instance for the specified RID.
 IDiscussionItem IDiscussion.createItem(java.lang.String name, java.lang.String content, java.lang.String description)
          Creates first topic of a discussion thread (root discussion item also called topic).
 IDiscussionItem IDiscussion.createSingleTopic()
          Creates first topic of a discussion thread (root discussion item also called topic).
 IDiscussionItem IDiscussion.createItem(IDiscussionItem parent, java.lang.String name, java.lang.String content, java.lang.String description)
          Creates a discussion item within a thread.
 IDiscussionItem IDiscussion.getParent(IDiscussionItem item)
          Deprecated. as of NW04. Replaced by getParent method at IDiscussionItem
 IDiscussionItem IDiscussionItemList.get(int index)
          Gets the discussion item at the specified position in this list.
 IDiscussionItem IDiscussionItemList.set(int index, IDiscussionItem discussionItem)
          Sets the discussion item at the specified position in this list with the specified discussion item .
 IDiscussionItem IDiscussionItemList.remove(int index)
          Removes the discussion item at the specified position in this list.
 IDiscussionItem IDiscussionItemListIterator.next()
          Returns the next discussion item in the list.
 IDiscussionItem IDiscussionItemListIterator.previous()
          Returns the previous discussion item in the list.
 

Methods in com.sapportals.wcm.repository.service.discussion with parameters of type IDiscussionItem
 IDiscussionItemList IDiscussionItem.getChildren(IDiscussionItem branchItem)
           
 int IDiscussionItem.getNumberOfPosts(IDiscussionItem branchItem)
          Gets the number of posts that belong to discussion topic.
 IDiscussionItemList IDiscussionItem.getPosts(java.lang.String sortCriterion, java.lang.String sortDirection, IDiscussionItem branchItem, IDiscussionItem selectedItem, int startIndex, int length)
          Gets a set (page) of discussion items of a discussion topic.
 void IDiscussionItem.setLastPost(IDiscussionItem item)
          Sets the last post attribute for a topic discussion item.
 boolean IDiscussionItem.canDeleteChild(IDiscussionItem item)
          Checks if the deletion of a child discussion item is possible.
 RID IDiscussion.getUri(IDiscussionItem item)
          Deprecated. as of NW04. Replaced by getRid() method
 void IDiscussion.editItem(IDiscussionItem item, java.lang.String content, java.lang.String description)
          Edits a discussion item.
 boolean IDiscussion.isSingleTopic(IDiscussionItem item)
          Returns true if specified IDiscussionItem is a discussion topic and has the same description as a single topic.
 IDiscussionItem IDiscussion.createItem(IDiscussionItem parent, java.lang.String name, java.lang.String content, java.lang.String description)
          Creates a discussion item within a thread.
 void IDiscussion.deleteItem(IDiscussionItem item)
          Deletes a discussion item.
 void IDiscussion.deleteItemReplies(IDiscussionItem item)
          Deletes a the replies folder of discussion item.
 IDiscussionItemList IDiscussion.getChildren(IDiscussionItem item)
          Deprecated. as of NW04. Replaced by method of IDiscussionItem
 boolean IDiscussion.hasChildren(IDiscussionItem item)
          Deprecated. as of NW04. Replaced by the hasChildren() of the IDiscussion interface
 IDiscussionItem IDiscussion.getParent(IDiscussionItem item)
          Deprecated. as of NW04. Replaced by getParent method at IDiscussionItem
 boolean IDiscussion.canDeleteItem(IDiscussionItem topic)
          Checks if the deletion of a topic discussion item is possible.
 boolean IDiscussionItemList.containsDiscussionItem(IDiscussionItem discussionItem)
          Returns true if this list contains the specified element.
 boolean IDiscussionItemList.add(IDiscussionItem discussionItem)
          Appends the specified discussion item to the end of this list.
 boolean IDiscussionItemList.remove(IDiscussionItem discussionItem)
          Removes the first occurrence of the specified discussion item in this list.
 IDiscussionItem IDiscussionItemList.set(int index, IDiscussionItem discussionItem)
          Sets the discussion item at the specified position in this list with the specified discussion item .
 void IDiscussionItemList.add(int index, IDiscussionItem discussionItem)
          Inserts the specified discussion item at the specified position in this list.
 int IDiscussionItemList.indexOf(IDiscussionItem discussionItem)
          Returns the index in this list of the first occurrence of the specified discussion item element, or -1 if the list does not contain this discussion item.
 int IDiscussionItemList.lastIndexOf(IDiscussionItem discussionItem)
          Gets the index in this list of the last occurrence of the specified discussion item, or -1 if the list does not contain this discussion item.
 void IDiscussionItemListIterator.set(IDiscussionItem discussionItem)
          Replaces the last discussion item returned by next or previous with the specified discussion item.
 void IDiscussionItemListIterator.add(IDiscussionItem discussionItem)
          Inserts the specified discussion item into the list.
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.