|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.data.content.AggregateReviewStatus
public class AggregateReviewStatus
The AggregateReviewStatus object wraps the state of a user's interaction with a given piece
of content and adaptive release status.
It is not a persistent object in the ordinary sense; it is loaded from the database, but
combines information derived from different sources. With this in mind, one cannot "save" a
AggregateReviewStatus object.
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
AggregateReviewStatus()
Default constructor. |
|
| Method Summary | |
|---|---|
Id |
getCourseId()
Returns the course id that this status is attached to |
DataType |
getDataType()
Returns the DataType identifier for the given BbObject-derived object. |
int |
getReviewableCount()
Returns the number of content items the user can review. |
int |
getReviewedCount()
Returns the number of content items the user has reviewed. |
Id |
getUserId()
The id of the user this status is for. |
| Methods inherited from class blackboard.data.BbObject |
|---|
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, matches, persist, setCreatedDate, setId, setModifiedDate, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DataType DATA_TYPE
| Constructor Detail |
|---|
public AggregateReviewStatus()
If you need to access status for a particular piece of content, use
ContentDbLoader or
AggregateReviewStatusDbLoader
| Method Detail |
|---|
public DataType getDataType()
BbObjectDataType identifier for the given BbObject-derived object. Can be used to uniquely identify the
"type" of a data object.
getDataType in interface IBbObjectgetDataType in interface IdentifiablegetDataType in class BbObjectDataType for current objectpublic int getReviewableCount()
public int getReviewedCount()
public Id getUserId()
public Id getCourseId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||