|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Forum | |
|---|---|
| blackboard.data.discussionboard.datamanager | |
| blackboard.persist.discussionboard | |
| Uses of Forum in blackboard.data.discussionboard.datamanager |
|---|
| Methods in blackboard.data.discussionboard.datamanager that return Forum | |
|---|---|
Forum |
ForumManager.loadById(Id forumId)
get the forum object by the forum id |
| Methods in blackboard.data.discussionboard.datamanager with parameters of type Forum | |
|---|---|
void |
ForumManager.delete(Forum obj)
Delete forum. |
void |
ForumManager.save(Forum obj)
Save forum. |
| Uses of Forum in blackboard.persist.discussionboard |
|---|
| Methods in blackboard.persist.discussionboard that return Forum | |
|---|---|
Forum |
ForumDbLoader.copySingleForum(Id conferenceId,
java.lang.Boolean ifCopyAll)
|
Forum |
ForumXmlLoader.load(org.w3c.dom.Element rootElement)
Generates an Forum object given an Element tree whose
structure and contents match those generated by ForumXMLPersister
. |
Forum |
ForumXmlLoader.load(java.io.InputStream is)
Generates an Forum object given an InputStream which
contains XML whose structure and contents match those generated by
ForumXMLPerister. |
Forum |
ForumDbLoader.loadById(Id id)
Load the Forum with the given Id from the database using a connection obtained through this object's database context. |
Forum |
ForumDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Forum with the given Id from the database using the supplied connection. |
| Methods in blackboard.persist.discussionboard that return types with arguments of type Forum | |
|---|---|
java.util.List<Forum> |
ForumDbLoader.loadForumsByConferenceIdWithStatus(Id conferenceId,
Id userId)
Loads a list of forums on the given conferenec id and user id from the database using a connection obtained through this object's database context. |
java.util.List<Forum> |
ForumDbLoader.loadForumsByConferenceIdWithStatus(Id conferenceId,
Id userId,
java.sql.Connection con)
Loads a list of forums on the given conferenec id and user id from the database using the specified connection. |
| Methods in blackboard.persist.discussionboard with parameters of type Forum | |
|---|---|
void |
ForumDbPersister.persist(Forum forum)
Inserts or updates the supplied Forum using a connection from
the associated persistence manager's database container. |
void |
ForumDbPersister.persist(Forum forum,
java.sql.Connection con)
Inserts or updates the supplied Forum using the supplied
connection. |
org.w3c.dom.Element |
ForumXmlPersister.persist(Forum obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided Forum object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||