blackboard.persist.content
Interface AggregateReviewStatusDbLoader

All Superinterfaces:
Loader

public interface AggregateReviewStatusDbLoader
extends Loader

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

TYPE

static final java.lang.String TYPE
Type used to obtain an instance of the class configured to provide the implementation for this interface. Used when making a call to BbPersistenceManager.getLoader(String).

See Also:
Constant Field Values
Method Detail

loadByCourseId

java.util.List loadByCourseId(Id courseId)
                              throws PersistenceException
Loads a list of AggregateReviewStatus objects for all users for the give Course Id

Parameters:
courseId - Id of the course object to retrieve the list.
Returns:
@throws PersistenceException
Throws:
PersistenceException

loadByCourseId

java.util.List loadByCourseId(Id courseId,
                              java.sql.Connection con)
                              throws PersistenceException
Loads a list of AggregateReviewStatus objects for all users for the give Course Id

Parameters:
courseId - Id of the course object to retrieve the list.
con - Connection to use for the query.
Returns:
@throws PersistenceException
Throws:
PersistenceException


Copyright © 2003 Blackboard, Inc. All Rights Reserved.