Uses of Interface
plugins.IHOMiniModel

Packages that use IHOMiniModel
de.hattrickorganizer.logik   
de.hattrickorganizer.model   
de.hattrickorganizer.tools   
plugins   
 

Uses of IHOMiniModel in de.hattrickorganizer.logik
 

Methods in de.hattrickorganizer.logik with parameters of type IHOMiniModel
static void MatchUpdater.updateMatch(IHOMiniModel model, int matchId)
          TODO Missing Method Documentation
 

Constructors in de.hattrickorganizer.logik with parameters of type IHOMiniModel
MatchPlayerRetriever(IHOMiniModel miniModel)
          Creates a new MatchManager object.
 

Uses of IHOMiniModel in de.hattrickorganizer.model
 

Classes in de.hattrickorganizer.model that implement IHOMiniModel
 class HOMiniModel
          Die Klasse bündelt alle anderen Model, die zu einer HRF Datei gehören.
 

Uses of IHOMiniModel in de.hattrickorganizer.tools
 

Methods in de.hattrickorganizer.tools with parameters of type IHOMiniModel
static IHTCalendar HTCalendarFactory.createEconomyCalendar(IHOMiniModel model)
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
 IHTCalendar HelperWrapper.createEconomyCalendar(IHOMiniModel model)
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
static IHTCalendar HTCalendarFactory.createEconomyCalendar(IHOMiniModel model, java.util.Date date)
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
 IHTCalendar HelperWrapper.createEconomyCalendar(IHOMiniModel model, java.util.Date date)
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
static IHTCalendar HTCalendarFactory.createTrainingCalendar(IHOMiniModel model)
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
 IHTCalendar HelperWrapper.createTrainingCalendar(IHOMiniModel model)
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
static IHTCalendar HTCalendarFactory.createTrainingCalendar(IHOMiniModel model, java.util.Date date)
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
 IHTCalendar HelperWrapper.createTrainingCalendar(IHOMiniModel model, java.util.Date date)
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
 

Uses of IHOMiniModel in plugins
 

Methods in plugins with parameters of type IHOMiniModel
 IHTCalendar IHelper.createEconomyCalendar(IHOMiniModel model)
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
 IHTCalendar IHelper.createEconomyCalendar(IHOMiniModel model, java.util.Date date)
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
 IHTCalendar IHelper.createTrainingCalendar(IHOMiniModel model)
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
 IHTCalendar IHelper.createTrainingCalendar(IHOMiniModel model, java.util.Date date)
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
 void IPlugin.start(IHOMiniModel model)
          method called from ho to start plugin