Uses of Interface
plugins.IHTCalendar

Packages that use IHTCalendar
de.hattrickorganizer.tools   
plugins   
 

Uses of IHTCalendar in de.hattrickorganizer.tools
 

Classes in de.hattrickorganizer.tools that implement IHTCalendar
 class HTCalendar
          HTCalendar is a class for calculating the Hattrick season and week number for a given date.
 

Methods in de.hattrickorganizer.tools that return IHTCalendar
 IHTCalendar HelperWrapper.createEconomyCalendar()
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
 IHTCalendar HelperWrapper.createEconomyCalendar(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)
          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)
          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.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(java.sql.Timestamp timestamp)
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
 IHTCalendar HelperWrapper.createGlobalCalendar()
          Creates a HTCalendar to calculate global (Swedish) values.
static IHTCalendar HTCalendarFactory.createGlobalCalendar()
          Creates a HTCalendar to calculate global (Swedish) values.
 IHTCalendar HelperWrapper.createGlobalCalendar(java.util.Date date)
          Creates a HTCalendar to calculate global (Swedish) values and presets it with he specified date a date.
static IHTCalendar HTCalendarFactory.createGlobalCalendar(java.util.Date date)
          Creates a HTCalendar to calculate global (Swedish) values and presets it with he specified date a date.
 IHTCalendar HelperWrapper.createTrainingCalendar()
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
 IHTCalendar HelperWrapper.createTrainingCalendar(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)
          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)
          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.
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(java.sql.Timestamp timestamp)
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
 

Uses of IHTCalendar in plugins
 

Methods in plugins that return IHTCalendar
 IHTCalendar IHelper.createEconomyCalendar()
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
 IHTCalendar IHelper.createEconomyCalendar(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.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.createEconomyCalendar(java.sql.Timestamp timestamp)
          Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
 IHTCalendar IHelper.createGlobalCalendar()
          Creates a HTCalendar to calculate global (Swedish) values.
 IHTCalendar IHelper.createGlobalCalendar(java.util.Date date)
          Creates a HTCalendar to calculate global (Swedish) values and presets it with he specified date a date.
 IHTCalendar IHelper.createTrainingCalendar()
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
 IHTCalendar IHelper.createTrainingCalendar(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 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.
 IHTCalendar IHelper.createTrainingCalendar(java.sql.Timestamp timestamp)
          Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.