|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConferenceOwner | |
|---|---|
| blackboard.data.discussionboard | |
| blackboard.persist.discussionboard | |
| Uses of ConferenceOwner in blackboard.data.discussionboard |
|---|
| Methods in blackboard.data.discussionboard that return ConferenceOwner | |
|---|---|
ConferenceOwner |
Conference.getOwner()
Returns the ConferenceOwner associated with this piece of
Conference |
| Methods in blackboard.data.discussionboard with parameters of type ConferenceOwner | |
|---|---|
void |
Conference.setOwner(ConferenceOwner owner)
Sets the ConferenceOwner value for this Conference |
| Uses of ConferenceOwner in blackboard.persist.discussionboard |
|---|
| Methods in blackboard.persist.discussionboard that return ConferenceOwner | |
|---|---|
ConferenceOwner |
ConferenceOwnerDbLoader.loadByCourseId(Id id)
Load the ConferenceOwner for the given course (identified by
id) from the database using a connection obtained through this object's
database context. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadByCourseId(Id id,
java.sql.Connection con)
Load the ConferenceOwner for the given course (identified by
id) from the database using the supplied connection. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadByGroupId(Id id)
Load the ConferenceOwner for the given course (identified by
id) from the database using a connection obtained through this object's
database context. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadByGroupId(Id id,
java.sql.Connection con)
Load the ConferenceOwner for the given course (identified by
id) from the database using the supplied connection. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadById(Id id)
Load the ConferenceOwner with the given Id from the database using a connection obtained through this object's database context. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadById(Id id,
java.sql.Connection con)
Load the ConferenceOwner with the given Id from the database using the supplied connection. |
| Methods in blackboard.persist.discussionboard with parameters of type ConferenceOwner | |
|---|---|
void |
ConferenceOwnerDbPersister.persist(ConferenceOwner conferenceOwner)
Inserts or updates the supplied ConferenceOwner using a connection
from the associated persistence manager's database container. |
void |
ConferenceOwnerDbPersister.persist(ConferenceOwner conferenceOwner,
java.sql.Connection con)
Inserts or updates the supplied ConferenceOwner using the
supplied connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||