|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ReportingPeriod | |
| blackboard.data.gradebook | Provides the public implementation classes for Gradebook subsystem. |
| blackboard.persist.gradebook | |
| Uses of ReportingPeriod in blackboard.data.gradebook |
| Fields in blackboard.data.gradebook declared as ReportingPeriod | |
static ReportingPeriod |
ReportingPeriod.ALL
|
static ReportingPeriod |
ReportingPeriod.MIDTERM
|
static ReportingPeriod |
ReportingPeriod.FINAL
|
static ReportingPeriod |
ReportingPeriod.UNKNOWN
|
static ReportingPeriod |
ReportingPeriod.DEFAULT
|
| Methods in blackboard.data.gradebook that return ReportingPeriod | |
static ReportingPeriod |
ReportingPeriod.fromExternalString(java.lang.String externalString)
Returns the ReportingPeriod element specified by the externalString. |
ReportingPeriod |
GradeRecord.getReportingPeriod()
Returns the Reporting Period for a period this GradeRecord is attached to |
| Methods in blackboard.data.gradebook with parameters of type ReportingPeriod | |
void |
GradeRecord.setReportingPeriod(ReportingPeriod rp)
Sets the period of the gradebook ReportingPeriod this GradeRecord is related to |
| Uses of ReportingPeriod in blackboard.persist.gradebook |
| Methods in blackboard.persist.gradebook with parameters of type ReportingPeriod | |
BbList |
GradeRecordDbLoader.loadByCourse(ReportingPeriod period,
Course crs)
Loads the GradeRecordList with the given ReportingPeriod and Course from the database using a connection obtained through this object's database context. |
BbList |
GradeRecordDbLoader.loadByCourse(ReportingPeriod period,
Course crs,
java.sql.Connection con)
Loads the GradeRecordList with the given ReportingPeriod and Course using the supplied connection. |
BbList |
GradeRecordDbLoader.loadByCourseList(ReportingPeriod period,
BbList cList)
Loads the GradeRecordList with the given ReportingPeriod and CourseList from the database using a connection obtained through this object's database context. |
BbList |
GradeRecordDbLoader.loadByCourseList(ReportingPeriod period,
BbList cList,
java.sql.Connection con)
Loads the GradeRecordList with the given ReportingPeriod and CourseList using the supplied connection. |
BbList |
GradeRecordDbLoader.loadBySourceKey(ReportingPeriod period,
java.lang.String dsKey)
Loads the GradeRecordList with the given ReportingPeriod and data source key from the database using a connection obtained through this object's database context. |
BbList |
GradeRecordDbLoader.loadBySourceKey(ReportingPeriod period,
java.lang.String dsKey,
java.sql.Connection con)
Loads the GradeRecordList with the given ReportingPeriod and data source key using the supplied connection. |
void |
GradeRecordDbLoader.loadByCourse(ReportingPeriod period,
Course crs,
java.io.OutputStream output)
Produces a report for all the courses associated with the given course and reporting period into output. |
void |
GradeRecordDbLoader.loadByCourseList(ReportingPeriod period,
BbList cList,
java.io.OutputStream output)
Produces a report for all the courses associated with the given course list and reporting period into output. |
void |
GradeRecordDbLoader.loadBySourceKey(ReportingPeriod period,
java.lang.String dsKey,
java.io.OutputStream output)
Produces a report for all the courses associated with the given data source key and repoting period into output. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||