Uses of Class
blackboard.data.discussionboard.MessageCounts

Packages that use MessageCounts
blackboard.persist.discussionboard   
 

Uses of MessageCounts in blackboard.persist.discussionboard
 

Methods in blackboard.persist.discussionboard that return MessageCounts
 MessageCounts MessageDbLoader.loadMessageCountsByConferenceId(Id conferenceId, Id userId)
          Loads the count of total / read messages in a conference using a connection obtained through this object's database context
 MessageCounts MessageDbLoader.loadMessageCountsByConferenceId(Id conferenceId, Id userId, java.sql.Connection con)
          Loads the count of total / read messages in a conference using the specified database connection
 MessageCounts MessageDbLoader.loadMessageCountsByForumId(Id forumId, Id userId)
          Loads the count of total / read messages in a forum using a connection obtained through this object's database context
 MessageCounts MessageDbLoader.loadMessageCountsByForumId(Id forumId, Id userId, java.sql.Connection con)
          Loads the count of total / read messages in a forum using the specified database connection
 MessageCounts MessageDbLoader.loadMessageCountsByMsgIds(java.lang.String msgIds, Id userId)
          Loads the count of total / read messages in the specified messages using a connection obtained through this object's database context.
 MessageCounts MessageDbLoader.loadMessageCountsByMsgIds(java.lang.String msgIds, Id userId, java.sql.Connection con)
          Loads the count of total / read messages in the specified messages using the specified database connection
 MessageCounts MessageDbLoader.loadMessageCountsByThreadId(Id threadId, Id userId)
          Loads the count of total / read messages in a thread using a connection obtained through this object's database context Does *NOT* include the top-level message itself in the counts
 MessageCounts MessageDbLoader.loadMessageCountsByThreadId(Id threadId, Id userId, java.sql.Connection con)
          Loads the count of total / read messages in a thread using the specified database connection Does *NOT* include the top-level message itself in the counts
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.