Uses of Class
blackboard.data.discussionboard.MessageLabel

Packages that use MessageLabel
blackboard.data.discussionboard   
blackboard.persist.discussionboard   
 

Uses of MessageLabel in blackboard.data.discussionboard
 

Methods in blackboard.data.discussionboard that return MessageLabel
 MessageLabel Message.getMsgLabel()
          Returns the label for this Message.
 

Methods in blackboard.data.discussionboard with parameters of type MessageLabel
 void Message.setMsgLabel(MessageLabel label)
          Sets the label for this Message.
 

Uses of MessageLabel in blackboard.persist.discussionboard
 

Methods in blackboard.persist.discussionboard that return MessageLabel
 MessageLabel MessageLabelDbLoader.loadById(Id id)
          Load the Message label with the given Id from the database using a connection obtained through this object's database context.
 MessageLabel MessageLabelDbLoader.loadById(Id id, java.sql.Connection con)
          Load the Message label with the given Id from the database using the supplied connection.
 MessageLabel MessageLabelDbLoader.loadByMessageId(Id messageId)
          Load the Message label with the given parent message Id from the database using a connection obtained through this object's database context.
 MessageLabel MessageLabelDbLoader.loadByMessageId(Id messageId, java.sql.Connection con)
          Load the Message label with the given parent message Id from the database using the supplied connection.
 

Methods in blackboard.persist.discussionboard with parameters of type MessageLabel
 void MessageLabelDbPersister.persist(MessageLabel MessageLabel)
          Inserts or updates the supplied MessageLabel using a connection from the associated persistence manager's database container.
 void MessageLabelDbPersister.persist(MessageLabel MessageLabel, java.sql.Connection con)
          Inserts or updates the supplied MessageLabel using the supplied connection.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.