|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConferenceOwnerDbLoader
ConferenceOwnerDbLoader
| Nested Class Summary | |
|---|---|
static class |
ConferenceOwnerDbLoader.Default
A utility class that provides quick access to the ConferenceOwnerDbLoader
instance associated with the default
instance of the database BbPersistenceManager. |
| Field Summary | |
|---|---|
static java.lang.String |
TYPE
Type used to obtain an instance of the class configured to provide the implementation for this interface. |
| Method Summary | |
|---|---|
ConferenceOwner |
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 |
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 |
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 |
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 |
loadById(Id id)
Load the ConferenceOwner with the given Id from the database using a connection obtained through this object's database context. |
ConferenceOwner |
loadById(Id id,
java.sql.Connection con)
Load the ConferenceOwner with the given Id from the database using the supplied connection. |
java.util.List |
loadByOwnerType(ConferenceOwner.OwnerType owner_type)
Load the ConferenceOwner list by their types |
java.util.List |
loadByOwnerType(ConferenceOwner.OwnerType owner_type,
java.sql.Connection con)
Load the ConferenceOwner list by their types |
| Methods inherited from interface blackboard.persist.Loader |
|---|
getAppVersion, init |
| Field Detail |
|---|
static final java.lang.String TYPE
BbPersistenceManager.getLoader(String)
| Method Detail |
|---|
ConferenceOwner loadById(Id id)
throws KeyNotFoundException,
PersistenceException
KeyNotFoundException - if there is no ConferenceOwner in the
database with the given id
PersistenceException - if some other error occurs while loading
the object
ConferenceOwner loadById(Id id,
java.sql.Connection con)
throws KeyNotFoundException,
PersistenceException
KeyNotFoundException - if there is no ConferenceOwner in the
database with the given id
PersistenceException - if some other error occurs while loading
the object
ConferenceOwner loadByCourseId(Id id)
throws KeyNotFoundException,
PersistenceException
ConferenceOwner for the given course (identified by
id) from the database using a connection obtained through this object's
database context.
KeyNotFoundException - if there is no ConferenceOwner in the
database defined for the given course id
PersistenceException - if some other error occurs while loading
the object
ConferenceOwner loadByCourseId(Id id,
java.sql.Connection con)
throws KeyNotFoundException,
PersistenceException
ConferenceOwner for the given course (identified by
id) from the database using the supplied connection.
KeyNotFoundException - if there is no ConferenceOwner in the
database defined for the given course id
PersistenceException - if some other error occurs while loading
the object
ConferenceOwner loadByGroupId(Id id)
throws KeyNotFoundException,
PersistenceException
ConferenceOwner for the given course (identified by
id) from the database using a connection obtained through this object's
database context.
KeyNotFoundException - if there is no ConferenceOwner in the
database defined for the given course id
PersistenceException - if some other error occurs while loading
the object
ConferenceOwner loadByGroupId(Id id,
java.sql.Connection con)
throws KeyNotFoundException,
PersistenceException
ConferenceOwner for the given course (identified by
id) from the database using the supplied connection.
KeyNotFoundException - if there is no ConferenceOwner in the
database defined for the given course id
PersistenceException - if some other error occurs while loading
the object
java.util.List loadByOwnerType(ConferenceOwner.OwnerType owner_type)
throws KeyNotFoundException,
PersistenceException
ConferenceOwner list by their types
owner_type -
KeyNotFoundException
PersistenceException
java.util.List loadByOwnerType(ConferenceOwner.OwnerType owner_type,
java.sql.Connection con)
throws KeyNotFoundException,
PersistenceException
ConferenceOwner list by their types
owner_type -
KeyNotFoundException
PersistenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||