Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 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).
 List<ThreadEntry> CommentManagerActions.getCommentsAsThread()
          Initializes uiComments with currentDocument if uiComments is null.
 List<ThreadEntry> CommentManagerActions.getCommentsAsThread(DocumentModel commentedDoc)
          Initialize uiComments with given Document if uiComments is null.
 List<ThreadEntry> AbstractCommentManagerActionsBean.getCommentsAsThread(DocumentModel commentedDoc)
           
 List<ThreadEntry> CommentManagerActions.getCommentsAsThreadOnDoc(DocumentModel doc)
           
 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(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
 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
 List<ThreadEntry> ThreadAction.getPostsAsThread()
          Gets all available posts in the thread according the Post state and principal rights.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.