org.kuali.hr.time.calendar
Class TkCalendar
java.lang.Object
org.kuali.hr.time.calendar.CalendarParent
org.kuali.hr.time.calendar.TkCalendar
public class TkCalendar
- extends CalendarParent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TkCalendar
public TkCalendar()
TkCalendar
public TkCalendar(CalendarEntries calendarEntry)
getCalendar
public static TkCalendar getCalendar(TkTimeBlockAggregate tbAggregate,
LeaveBlockAggregate lbAggregate)
getCalendar
public static TkCalendar getCalendar(TkTimeBlockAggregate aggregate)
assignDayLunchLabel
public static void assignDayLunchLabel(TkCalendarDay day)
assignAssignmentStyle
public void assignAssignmentStyle(Map<String,String> styleMap)
getPayCalEntry
public CalendarEntries getPayCalEntry()
setPayCalEntry
public void setPayCalEntry(CalendarEntries payCalEntry)
getBeginDateTime
public org.joda.time.DateTime getBeginDateTime()
- Overrides:
getBeginDateTime in class CalendarParent
getEndDateTime
public org.joda.time.DateTime getEndDateTime()
- Overrides:
getEndDateTime in class CalendarParent
getCalendarTitle
public String getCalendarTitle()
- Provides the calendar title / heading. If the Pay Calendar entry spans
multiple months, you get Abbreviated Month name + year of both the
beginning month and the ending month.
- Overrides:
getCalendarTitle in class CalendarParent
- Returns:
- String for calendar title use.
getCalendarDayHeadings
public List<String> getCalendarDayHeadings()
- Assumption of 7 "days" per week, or 7 "blocks" per row.
- Overrides:
getCalendarDayHeadings in class CalendarParent
- Returns:
- A list of string titles for each row block (day)
getCalenadrYear
public String getCalenadrYear()
getCalendarMonth
public String getCalendarMonth()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.