net.mlw.fball.loader.yahoo.league
Class AbstractLeagueLoader

java.lang.Object
  |
  +--net.mlw.fball.loader.LoaderContextHolder
        |
        +--net.mlw.fball.loader.yahoo.league.AbstractLeagueLoader
All Implemented Interfaces:
Loader
Direct Known Subclasses:
CoachLoader, PlayerLoader

public abstract class AbstractLeagueLoader
extends LoaderContextHolder

Version:
$Revision: 1.1 $ $Date: 2004/04/01 21:51:07 $
Author:
Matthew L. Wilson

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

AbstractLeagueLoader

public AbstractLeagueLoader()
Method Detail

doLoad

public void doLoad()
            throws java.lang.Exception
Description copied from interface: Loader
Do the load.

Throws:
java.lang.Exception - if an error occurs.
See Also:
Runnable.run()

updateLeague

public abstract void updateLeague(net.mlw.fball.bo.League league)
                           throws java.lang.Exception
Parameters:
league -
Throws:
java.lang.Exception


Copyright © 2003-2004 mlavilson. All Rights Reserved.