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)
           
 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)


Copyright © 2003-2012 Atlassian. All Rights Reserved.