org.jasig.portlet.athletics.dao
Class AthleticsDaoRomeImpl

java.lang.Object
  extended by org.jasig.portlet.athletics.dao.AthleticsDaoRomeImpl
All Implemented Interfaces:
IAthleticsDao

public class AthleticsDaoRomeImpl
extends Object
implements IAthleticsDao


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
AthleticsDaoRomeImpl()
           
 
Method Summary
 AthleticsFeed getFeed()
          Return an athletics feed representing all current news stories and competitions for all known sports.
 Sport getSport(String sportKey)
          Return details, news stories, and competitions for an individual sport.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.commons.logging.Log log
Constructor Detail

AthleticsDaoRomeImpl

public AthleticsDaoRomeImpl()
Method Detail

getFeed

public AthleticsFeed getFeed()
Description copied from interface: IAthleticsDao
Return an athletics feed representing all current news stories and competitions for all known sports.

Specified by:
getFeed in interface IAthleticsDao
Returns:

getSport

public Sport getSport(String sportKey)
Description copied from interface: IAthleticsDao
Return details, news stories, and competitions for an individual sport.

Specified by:
getSport in interface IAthleticsDao
Returns:


Copyright © 2011 Jasig. All Rights Reserved.