|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.mlw.fball.loader.LoaderContextHolder | +--net.mlw.fball.loader.yahoo.league.AbstractLeagueLoader
Field Summary |
Fields inherited from class net.mlw.fball.loader.LoaderContextHolder |
eventListener, leagueDao, location, playerDao, providerDao, seasonStatsDao, teamDao |
Constructor Summary | |
AbstractLeagueLoader()
|
Method Summary | |
void |
doLoad()
Do the load. |
abstract void |
updateLeague(net.mlw.fball.bo.League league)
|
Methods inherited from class net.mlw.fball.loader.LoaderContextHolder |
getBaseDir, getName, getUrl, setBaseDir, setEventListener, setLeagueDao, setName, setPlayerDao, setProviderDao, setSeasonStatsDao, setTeamDao, setUrl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractLeagueLoader()
Method Detail |
public void doLoad() throws java.lang.Exception
Loader
java.lang.Exception
- if an error occurs.Runnable.run()
public abstract void updateLeague(net.mlw.fball.bo.League league) throws java.lang.Exception
league
-
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |