org.jasig.portlet.athletics.dao.sample
Class UChicagoNewsAthleticsDaoImpl
java.lang.Object
org.jasig.portlet.athletics.dao.ScreenScrapingAthleticsDaoImpl
org.jasig.portlet.athletics.dao.sample.UChicagoNewsAthleticsDaoImpl
- All Implemented Interfaces:
- IAthleticsDao
public class UChicagoNewsAthleticsDaoImpl
- extends ScreenScrapingAthleticsDaoImpl
UChicagoScoresAthleticsDaoImpl extends the ScreenScrapingAthleticsDaoImpl to
provide custom postprocessing logic specific to the UChicago sports news pages.
- Author:
- Jen Bourey, jennifer.bourey@gmail.com
|
Method Summary |
protected void |
postProcessSport(Sport sport)
Optional post-processing method allows subclasses to add custom cleanup
logic after deserialization. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UChicagoNewsAthleticsDaoImpl
public UChicagoNewsAthleticsDaoImpl()
postProcessSport
protected void postProcessSport(Sport sport)
- Description copied from class:
ScreenScrapingAthleticsDaoImpl
- Optional post-processing method allows subclasses to add custom cleanup
logic after deserialization. The default implementation does nothing.
- Overrides:
postProcessSport in class ScreenScrapingAthleticsDaoImpl
Copyright © 2011 Jasig. All Rights Reserved.