Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.comment.web.ThreadEntry

Packages that use ThreadEntry
org.nuxeo.ecm.platform.comment.web   
org.nuxeo.ecm.platform.forum.web   
org.nuxeo.ecm.platform.forum.web.api   
 

Uses of ThreadEntry in org.nuxeo.ecm.platform.comment.web
 

Methods in org.nuxeo.ecm.platform.comment.web that return types with arguments of type ThreadEntry
 java.util.List<ThreadEntry> CommentManagerActionsBean.getCommentsAsThread()
          Retrieves the list of comment trees associated with a document and constructs a flat list of comments associated with their depth (to easily display them with indentation).
 java.util.List<ThreadEntry> CommentManagerActions.getCommentsAsThread()
          Initializes uiComments with currentDocument if uiComments is null.
 java.util.List<ThreadEntry> CommentManagerActions.getCommentsAsThread(DocumentModel commentedDoc)
          Initialize uiComments with given Document if uiComments is null.
 java.util.List<ThreadEntry> AbstractCommentManagerActionsBean.getCommentsAsThread(DocumentModel commentedDoc)
           
 java.util.List<ThreadEntry> CommentManagerActions.getCommentsAsThreadOnDoc(DocumentModel doc)
           
 java.util.List<ThreadEntry> AbstractCommentManagerActionsBean.getCommentsAsThreadOnDoc(DocumentModel doc)
          Recursively retrieves all comments of a doc.
 

Method parameters in org.nuxeo.ecm.platform.comment.web with type arguments of type ThreadEntry
 void AbstractCommentManagerActionsBean.flattenTree(java.util.List<ThreadEntry> commentThread, UIComment uiComment, int depth)
          Visits a list of comment trees and puts them into a list of "ThreadEntry"s.
 

Uses of ThreadEntry in org.nuxeo.ecm.platform.forum.web
 

Methods in org.nuxeo.ecm.platform.forum.web that return types with arguments of type ThreadEntry
 java.util.List<ThreadEntry> ThreadActionBean.getPostsAsThread()
           
 

Uses of ThreadEntry in org.nuxeo.ecm.platform.forum.web.api
 

Methods in org.nuxeo.ecm.platform.forum.web.api that return types with arguments of type ThreadEntry
 java.util.List<ThreadEntry> ThreadAction.getPostsAsThread()
          Gets all available posts in the thread according the Post state and principal rights.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.