Uses of Interface
org.jasig.portlet.courses.dao.ICoursesDao

Packages that use ICoursesDao
org.jasig.portlet.courses.dao   
org.jasig.portlet.courses.dao.xml   
 

Uses of ICoursesDao in org.jasig.portlet.courses.dao
 

Classes in org.jasig.portlet.courses.dao that implement ICoursesDao
 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.
 

Methods in org.jasig.portlet.courses.dao with parameters of type ICoursesDao
 void CachingCoursesDao.setEnclosedCoursesDao(ICoursesDao enclosedCoursesDao)
           
 

Method parameters in org.jasig.portlet.courses.dao with type arguments of type ICoursesDao
 void MergingCoursesDaoImpl.setCourseDaos(List<ICoursesDao> courseDaos)
          Set the list of course DAOs to be called.
 

Uses of ICoursesDao in org.jasig.portlet.courses.dao.xml
 

Classes in org.jasig.portlet.courses.dao.xml that implement ICoursesDao
 class HttpClientCoursesDaoImpl
          HttpClientCoursesDaoImpl retrieves courses from a Basic Authentication protected XML feed.
 class MockCoursesDaoImpl
           
 



Copyright © 2012 Jasig. All Rights Reserved.