|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AggregateReviewStatusDbLoader
Loader interface for AggregateReviewStatusobjects,
which encapsulate a learner's adaptive release status, and review status for
associated Contentobjects.
| Nested Class Summary | |
|---|---|
static class |
AggregateReviewStatusDbLoader.Default
Standard convenience accessor to get an instance of this loader. |
| 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 | |
|---|---|
java.util.List |
loadByCourseId(Id courseId)
Loads a list of AggregateReviewStatus objects for all users for the give Course Id |
java.util.List |
loadByCourseId(Id courseId,
java.sql.Connection con)
Loads a list of AggregateReviewStatus objects for all users for the give Course Id |
| Methods inherited from interface blackboard.persist.Loader |
|---|
getAppVersion, init |
| Field Detail |
|---|
static final java.lang.String TYPE
BbPersistenceManager.getLoader(String).
| Method Detail |
|---|
java.util.List loadByCourseId(Id courseId)
throws PersistenceException
AggregateReviewStatus objects for all users for the give Course Id
courseId - Id of the course object to retrieve the list.
PersistenceException
java.util.List loadByCourseId(Id courseId,
java.sql.Connection con)
throws PersistenceException
AggregateReviewStatus objects for all users for the give Course Id
courseId - Id of the course object to retrieve the list.con - Connection to use for the query.
PersistenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||