Uses of Class
blackboard.data.discussionboard.UserMsgState

Packages that use UserMsgState
blackboard.data.discussionboard.datamanager   
blackboard.persist.discussionboard   
 

Uses of UserMsgState in blackboard.data.discussionboard.datamanager
 

Methods in blackboard.data.discussionboard.datamanager that return UserMsgState
 UserMsgState UserMsgStateManager.create(Id messageId, Id userId)
          Set the user's read state for the message
 UserMsgState UserMsgStateManager.loadByMessageIdAndUserId(Id messageId, Id userId)
          load UserMsgState of a particular message-user combination
 UserMsgState UserMsgStateManager.recordMessageReadStateAndReadCount(Id messageId, Id userId)
          Record the UserMsgState's read-state of a particular message-user combination
 

Methods in blackboard.data.discussionboard.datamanager with parameters of type UserMsgState
 void UserMsgStateManager.save(UserMsgState ums)
          save a UserMsgState object.
 

Uses of UserMsgState in blackboard.persist.discussionboard
 

Methods in blackboard.persist.discussionboard that return UserMsgState
 UserMsgState UserMsgStateXmlLoader.load(org.w3c.dom.Element rootElement)
          Generates a UserMsgState object given an Element tree whose structure and contents match those generated by UserMsgState.
 UserMsgState UserMsgStateXmlLoader.load(java.io.InputStream is)
          Generates an UserMsgState object given an InputStream which contains XML whose structure and contents match those generated by UserMsgStateXmlPersister.
 UserMsgState UserMsgStateDbLoader.loadById(Id id)
          Load the Forum with the given Id from the database using a connection obtained through this object's database context.
 UserMsgState UserMsgStateDbLoader.loadById(Id id, java.sql.Connection con)
          Load the Forum with the given Id from the database using the supplied connection.
 UserMsgState UserMsgStateDbLoader.loadByMsgMainIdAndUserId(Id msgMainId, Id userId)
          Load a UserMsgState with the given Id, and load top level item contained in the UserMsgState from the database using the supplied connection.
 UserMsgState UserMsgStateDbLoader.loadByMsgMainIdAndUserId(Id msgMainId, Id userId, java.sql.Connection con)
          Load a UserMsgState with the given Id, and load top level item contained in the UserMsgState from the database using the supplied connection.
 

Methods in blackboard.persist.discussionboard that return types with arguments of type UserMsgState
 java.util.List<UserMsgState> UserMsgStateDbLoader.loadAllByMsgMainIdAndUserId(Id msgMainId, Id userId)
          Load a UserMsgState with the given Id, and load top level item contained in the UserMsgState from the database using the supplied connection.
 java.util.List<UserMsgState> UserMsgStateDbLoader.loadAllByMsgMainIdAndUserId(Id msgMainId, Id userId, java.sql.Connection con)
          Load a List with the given Id, and load top level item contained in the UserMsgState from the database using the supplied connection.
 

Methods in blackboard.persist.discussionboard with parameters of type UserMsgState
 void UserMsgStateDbPersister.persist(UserMsgState UsrMsgState)
          Inserts or updates the supplied UserMsgState using a connection from the associated persistence manager's database container.
 void UserMsgStateDbPersister.persist(UserMsgState UsrMsgState, java.sql.Connection con)
          Inserts or updates the supplied UserMsgState using the supplied connection.
 org.w3c.dom.Element UserMsgStateXmlPersister.persist(UserMsgState obj, org.w3c.dom.Document doc)
          Generates an Element tree whose values and structure matches the contents of the provided UserMsgState object.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.