Java Doc for StatisticsUtil.java in » Forum » mvnforum-1.1 » com » mvnforum » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This method is used to update the forum statistics
It updates these information: forumThreadCount, forumPostCount, lastPostMemberName, forumLastPostDate
Parameters: forumID - the forum to update its statistics throws: java.lang.IllegalArgumentException - throws: ObjectNotFoundException - throws: DatabaseException -
This method is used to update the thread statistics
It updates these information: threadReplyCount, lastPostMemberName, threadLastPostDate
Parameters: threadID - the thread to update its statistic throws: ObjectNotFoundException - throws: java.lang.IllegalArgumentException - throws: DatabaseException -