| Interface | Description |
|---|---|
| ICourseOfferingDao | |
| ICoursesDao |
ICoursesDao represents a data access interface for retrieving course and
grade data for a particular user.
|
| Class | Description |
|---|---|
| CachingCoursesDao |
This
ICoursesDao implementation decorates one or more other DAOs and
adds caching features to them. |
| MergingCoursesDaoImpl |
MergingCoursesDaoImpl merges together information from multiple data sources.
|
Copyright © 2016 Jasig. All Rights Reserved.