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

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

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

Classes in org.jasig.portlet.courses.dao that implement ICoursesDao
 class MergingCoursesDaoImpl
           
 

Method parameters in org.jasig.portlet.courses.dao with type arguments of type ICoursesDao
 void MergingCoursesDaoImpl.setCourseDaos(List<ICoursesDao> courseDaos)
           
 

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
           
 

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

Methods in org.jasig.portlet.courses.mvc.portlet with parameters of type ICoursesDao
 void CoursesPortletController.setCoursesDao(ICoursesDao coursesDao)
           
 



Copyright © 2012 Jasig. All Rights Reserved.