|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.tools.HTCalendarFactory
public final class HTCalendarFactory
Factory for creating HTCalendar instances.
Method Summary | |
---|---|
static IHTCalendar |
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 |
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 |
createGlobalCalendar()
Creates a HTCalendar to calculate global (Swedish) values. |
static IHTCalendar |
createGlobalCalendar(java.util.Date date)
Creates a HTCalendar to calculate global (Swedish) values and presets it with he specified date a date. |
static IHTCalendar |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static IHTCalendar createEconomyCalendar(IHOMiniModel model)
model
- HO data model
public static IHTCalendar createEconomyCalendar(IHOMiniModel model, java.util.Date date)
model
- HO data modeldate
- Date to set the calendar
public static IHTCalendar createGlobalCalendar()
public static IHTCalendar createGlobalCalendar(java.util.Date date)
date
- Date to set the calendar
public static IHTCalendar createTrainingCalendar(IHOMiniModel model)
model
- HO data model
public static IHTCalendar createTrainingCalendar(IHOMiniModel model, java.util.Date date)
model
- HO data modeldate
- Date to set the calendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |