com.atlassian.confluence.pages.persistence.dao
Interface CommentDao

All Superinterfaces:
ObjectDao
All Known Implementing Classes:
HibernateCommentDao

public interface CommentDao
extends ObjectDao


Method Summary
 Comment getById(long id)
           
 List<Comment> getPageComments(long pageId, Date since)
           
 List<Comment> getPageComments(long pageId, Date since, String ignoreUsername)
           
 Iterator getRecentlyUpdatedComments(long spaceId, int maxResults)
           
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getById

Comment getById(long id)

getRecentlyUpdatedComments

Iterator getRecentlyUpdatedComments(long spaceId,
                                    int maxResults)

getPageComments

List<Comment> getPageComments(long pageId,
                              Date since)

getPageComments

List<Comment> getPageComments(long pageId,
                              Date since,
                              String ignoreUsername)


Copyright © 2003-2013 Atlassian. All Rights Reserved.