Uses of Class
blackboard.data.discussionboard.Conference

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

Uses of Conference in blackboard.data.discussionboard.datamanager
 

Methods in blackboard.data.discussionboard.datamanager that return Conference
 Conference ConferenceManager.loadById(Id id)
          Given an Id, load the conference.
 

Methods in blackboard.data.discussionboard.datamanager with parameters of type Conference
 ConferenceOwner.OwnerType ConferenceManager.getConferenceOwnerType(Conference conf)
          Returns the conference owner type for the given conference
 Course ConferenceManager.getEnclosingCourse(Conference conf)
          If the conference owner of this conference is a course, return it, if it is a group, get the enclosing course and return that.
 void ConferenceManager.save(Conference conference)
          Save a conference.
 

Uses of Conference in blackboard.persist.discussionboard
 

Methods in blackboard.persist.discussionboard that return Conference
 Conference ConferenceXmlLoader.load(org.w3c.dom.Element rootElement)
          Generates an Conference object given an Element tree whose structure and contents match those generated by ConferenceXMLPersister .
 Conference ConferenceXmlLoader.load(java.io.InputStream is)
          Generates a Conference object given an InputStream which contains XML whose structure and contents match those generated by ConferenceXMLPerister.
 Conference ConferenceDbLoader.loadByCourseId(Id courseId)
          Load the Conference for the given course (identified by id) from the database using a connection obtained through this object's database context.
 Conference ConferenceDbLoader.loadByCourseId(Id courseId, java.sql.Connection con)
          Load the Conference for the given course (identified by id) from the database using the supplied connection.
 Conference ConferenceDbLoader.loadByGroupId(Id groupId)
          Load the Conference for the given group (identified by id) from the database using a connection obtained through this object's database context.
 Conference ConferenceDbLoader.loadByGroupId(Id groupId, java.sql.Connection con)
          Load the Conference for the given group (identified by id) from the database using the supplied connection.
 Conference ConferenceDbLoader.loadById(Id id)
          Load the Conference with the given Id from the database using a connection obtained through this object's database context.
 Conference ConferenceDbLoader.loadById(Id id, java.sql.Connection con)
          Load the Conference with the given Id from the database using the supplied connection.
 

Methods in blackboard.persist.discussionboard that return types with arguments of type Conference
 java.util.List<Conference> ConferenceDbLoader.loadSystemConferencesByIds(java.util.List<Id> confIds, DbObjectMap map)
          Loads available system discussion boards by Conference Id, ordered by position.
 java.util.List<Conference> ConferenceDbLoader.loadSystemConferencesByIds(java.util.List<Id> confIds, DbObjectMap map, java.sql.Connection con)
          Loads available system discussion boards by Conference Id, ordered by position.
 

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



Copyright © 2003 Blackboard, Inc. All Rights Reserved.