Uses of Class
blackboard.data.discussionboard.MessageAttachment

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

Uses of MessageAttachment in blackboard.data.discussionboard
 

Methods in blackboard.data.discussionboard that return MessageAttachment
 MessageAttachment Message.getAttachment()
          Returns the attachment for this Message.
 

Methods in blackboard.data.discussionboard with parameters of type MessageAttachment
 void Message.setAttachment(MessageAttachment attachment)
          Sets the attachment for this Message.
 

Uses of MessageAttachment in blackboard.data.discussionboard.datamanager
 

Methods in blackboard.data.discussionboard.datamanager that return MessageAttachment
 MessageAttachment MessageManager.loadAttachment(Id message_id)
          Load the message attachment object by its message id.
 

Uses of MessageAttachment in blackboard.persist.discussionboard
 

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

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



Copyright © 2003 Blackboard, Inc. All Rights Reserved.