| java.lang.Object net.jforum.repository.PostRepository
PostRepository | public class PostRepository implements Cacheable(Code) | | Repository for the post in the top n topics for each forum.
author: Sean Mitchell author: Rafael Steil version: $Id: PostRepository.java,v 1.13 2006/08/23 02:13:48 rafaelsteil Exp $ |
append | public static void append(int topicId, Post p)(Code) | | |
clearCache | public static void clearCache(int topicId)(Code) | | |
remove | public static void remove(int topicId, int postId)(Code) | | |
selectAllByTopicByLimit | public static List selectAllByTopicByLimit(int topicId, int start, int count)(Code) | | |
size | public static int size()(Code) | | |
size | public static int size(int topicId)(Code) | | |
update | public static void update(int topicId, Post p)(Code) | | |
|
|