org.jasig.portlet.athletics.dao
Interface IAthleticsDao

All Known Implementing Classes:
AthleticsDaoMergingImpl, AthleticsDaoMockImpl, AthleticsDaoRomeImpl, ScreenScrapingAthleticsDaoImpl, UChicagoNewsAthleticsDaoImpl, UChicagoScoresAthleticsDaoImpl

public interface IAthleticsDao

IAthleticsDao provides an interface for retrieving information about athletic results at a university.

Author:
Jen Bourey

Method Summary
 AthleticsFeed getFeed()
          Return an athletics feed representing all current news stories and competitions for all known sports.
 Sport getSport(String sport)
          Return details, news stories, and competitions for an individual sport.
 

Method Detail

getFeed

AthleticsFeed getFeed()
Return an athletics feed representing all current news stories and competitions for all known sports.

Returns:

getSport

Sport getSport(String sport)
Return details, news stories, and competitions for an individual sport.

Parameters:
sport -
Returns:


Copyright © 2011 Jasig. All Rights Reserved.