| Package | Description |
|---|---|
| org.jasig.portlet.courses.dao | |
| org.jasig.portlet.courses.dao.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingCoursesDao
This
ICoursesDao implementation decorates one or more other DAOs and
adds caching features to them. |
class |
MergingCoursesDaoImpl
MergingCoursesDaoImpl merges together information from multiple data sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachingCoursesDao.setEnclosedCoursesDao(ICoursesDao enclosedCoursesDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
MergingCoursesDaoImpl.setCourseDaos(List<ICoursesDao> courseDaos)
Set the list of course DAOs to be called.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientCoursesDaoImpl
HttpClientCoursesDaoImpl retrieves courses from a Basic Authentication
protected XML feed.
|
class |
MockCoursesDaoImpl |
Copyright © 2016 Jasig. All Rights Reserved.