Uses of Class
blackboard.data.discussionboard.UserForumSettings

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

Uses of UserForumSettings in blackboard.data.discussionboard.datamanager
 

Methods in blackboard.data.discussionboard.datamanager that return UserForumSettings
 UserForumSettings UserForumSettingsManager.loadByForumAndUserId(Id forum_id, Id user_id)
          Load the UserForumSettings object for the given forum id (Identified by forum_id) and user id (Identified by user_id).
 

Methods in blackboard.data.discussionboard.datamanager with parameters of type UserForumSettings
 void UserForumSettingsManager.save(UserForumSettings ufs)
          Inserts or updates the supplied UserForumSettings object
 

Uses of UserForumSettings in blackboard.persist.discussionboard
 

Methods in blackboard.persist.discussionboard that return UserForumSettings
 UserForumSettings UserForumSettingsXmlLoader.load(org.w3c.dom.Element rootElement)
          Generates a UserForumSettings object given an Element tree whose structure and contents match those generated by UserForumSettingsXmlPersister.
 UserForumSettings UserForumSettingsXmlLoader.load(java.io.InputStream is)
          Generates an UserForumSettings object given an InputStream which contains XML whose structure and contents match those generated by UserForumSettingsXmlPersister.
 UserForumSettings UserForumSettingsDbLoader.loadByForumIdAndUserId(Id forumId, Id userId)
          Load the UserForumSettings object for the given Forum Id (identified by forumId) using a connection obtained through this object's database context.
 UserForumSettings UserForumSettingsDbLoader.loadByForumIdAndUserId(Id forumId, Id userId, java.sql.Connection conn)
          Load the UserForumSettings object for the given Forum Id (identified by forumId) using the supplied connection.
 UserForumSettings UserForumSettingsDbLoader.loadById(Id id)
          Load the UserForumSettings with the given Id from the database using a connection obtained through this object's database context.
 UserForumSettings UserForumSettingsDbLoader.loadById(Id id, java.sql.Connection con)
          Load the UserForumSettings with the given Id from the database using the supplied connection.
 

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



Copyright © 2003 Blackboard, Inc. All Rights Reserved.