| java.lang.Object com.mvnforum.user.PostUtil
PostUtil | public class PostUtil (Code) | | |
Method Summary | |
public static void | addPost(int parentPostID, int forumID, int memberID, String currentIP, String memberName, String postTopic, String postBody, String postIcon) | public static Collection | getChildrenPosts(int postID) | public static Collection | getMostActiveThreadsAfterCheckThreadType(Timestamp since) | public static Collection | getMyMostActiveThreads(MVNForumPermission permission, Timestamp since) | public static void | sendEmailToAdminBecauseCensoredPost(GenericRequest request, int postID, int forumID, int threadID, int memberID) |
NUMBER_OF_MORE_THREADS_TO_GET | public static int NUMBER_OF_MORE_THREADS_TO_GET(Code) | | |
addPost | public static void addPost(int parentPostID, int forumID, int memberID, String currentIP, String memberName, String postTopic, String postBody, String postIcon) throws DatabaseException, ObjectNotFoundException, BadInputException, AuthenticationException, CreateException, ForeignKeyNotFoundException(Code) | | |
sendEmailToAdminBecauseCensoredPost | public static void sendEmailToAdminBecauseCensoredPost(GenericRequest request, int postID, int forumID, int threadID, int memberID) throws IOException, TemplateException, MessagingException, BadInputException(Code) | | |
|
|