|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthoplugins.commons.utils.HTCalendarFactory
Factory for creating HTCalendar instances.
Method Summary | |
static HTCalendar |
createEconomyCalendar(plugins.IHOMiniModel model)
Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week. |
static HTCalendar |
createEconomyCalendar(plugins.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 HTCalendar |
createGlobalCalendar()
Creates a HTCalendar to calculate global (Swedish) values. |
static HTCalendar |
createGlobalCalendar(java.util.Date date)
Creates a HTCalendar to calculate global (Swedish) values and presets it with he specified date a date. |
static HTCalendar |
createTrainingCalendar(plugins.IHOMiniModel model)
Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week. |
static HTCalendar |
createTrainingCalendar(plugins.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 HTCalendar createEconomyCalendar(plugins.IHOMiniModel model)
model
- HO data model
public static HTCalendar createEconomyCalendar(plugins.IHOMiniModel model, java.util.Date date)
model
- HO data modeldate
- Date to set the calendar
public static HTCalendar createGlobalCalendar()
public static HTCalendar createGlobalCalendar(java.util.Date date)
date
- Date to set the calendar
public static HTCalendar createTrainingCalendar(plugins.IHOMiniModel model)
model
- HO data model
public static HTCalendar createTrainingCalendar(plugins.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 |