Uses of Interface
org.jasig.portlet.athletics.dao.IAthleticsDao

Packages that use IAthleticsDao
org.jasig.portlet.athletics.dao   
org.jasig.portlet.athletics.dao.sample   
org.jasig.portlet.athletics.mvc.portlet   
 

Uses of IAthleticsDao in org.jasig.portlet.athletics.dao
 

Classes in org.jasig.portlet.athletics.dao that implement IAthleticsDao
 class AthleticsDaoMergingImpl
          AthleticsDaoMergingImpl merges together the results of multiple athletics feed DAOs.
 class AthleticsDaoMockImpl
           
 class AthleticsDaoRomeImpl
           
 class ScreenScrapingAthleticsDaoImpl
          ScreenScrapingAthleticsDaoImpl provides a reusable athletics DAO implementation targeted for collecting information from HTML content.
 

Method parameters in org.jasig.portlet.athletics.dao with type arguments of type IAthleticsDao
 void AthleticsDaoMergingImpl.setDaos(List<IAthleticsDao> daos)
           
 

Uses of IAthleticsDao in org.jasig.portlet.athletics.dao.sample
 

Classes in org.jasig.portlet.athletics.dao.sample that implement IAthleticsDao
 class UChicagoNewsAthleticsDaoImpl
          UChicagoScoresAthleticsDaoImpl extends the ScreenScrapingAthleticsDaoImpl to provide custom postprocessing logic specific to the UChicago sports news pages.
 class UChicagoScoresAthleticsDaoImpl
          UChicagoScoresAthleticsDaoImpl extends the ScreenScrapingAthleticsDaoImpl to provide custom postprocessing logic specific to the UChicago sports score pages.
 

Uses of IAthleticsDao in org.jasig.portlet.athletics.mvc.portlet
 

Methods in org.jasig.portlet.athletics.mvc.portlet with parameters of type IAthleticsDao
 void MainController.setAthleticsDao(IAthleticsDao athleticsDao)
           
 



Copyright © 2011 Jasig. All Rights Reserved.