Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use UIComment
org.nuxeo.ecm.platform.comment.web   
 

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

Methods in org.nuxeo.ecm.platform.comment.web that return UIComment
 UIComment UIComment.getParent()
           
 

Methods in org.nuxeo.ecm.platform.comment.web that return types with arguments of type UIComment
 List<UIComment> UIComment.getChildren()
           
 List<UIComment> AbstractCommentManagerActionsBean.getComments(DocumentModel doc)
           
 List<UIComment> CommentManagerActions.getLastCommentsByDate(String commentNumber)
          Retrieves a given number of comments from currentDocument.
 List<UIComment> AbstractCommentManagerActionsBean.getLastCommentsByDate(String commentNumber)
           
 List<UIComment> CommentManagerActions.getLastCommentsByDate(String commentNumber, DocumentModel commentedDoc)
          Retrieves a given number of comments from the given Document.
 List<UIComment> AbstractCommentManagerActionsBean.getLastCommentsByDate(String commentNumber, DocumentModel commentedDoc)
           
 

Methods in org.nuxeo.ecm.platform.comment.web with parameters of type UIComment
 boolean UIComment.addChild(UIComment child)
           
 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.
 void AbstractCommentManagerActionsBean.getChildren(UIComment comment)
          Retrieves children for a given comment.
 boolean UIComment.removeChild(UIComment child)
           
 

Method parameters in org.nuxeo.ecm.platform.comment.web with type arguments of type UIComment
 void UIComment.setChildren(List<UIComment> children)
           
 

Constructors in org.nuxeo.ecm.platform.comment.web with parameters of type UIComment
UIComment(UIComment parent, DocumentModel docModel)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.