public interface CalendarParentContract
CalendarParentContract interface
| Modifier and Type | Method and Description | 
|---|---|
org.joda.time.DateTime | 
getBeginDateTime()
The being date time the CalendarParent is associated with 
 | 
List<String> | 
getCalendarDayHeadings()
The calendar day headings the CalendarParent is associated with 
 | 
CalendarEntry | 
getCalendarEntry()
The CalendarEntry object the CalendarParent is associated with 
 | 
String | 
getCalendarTitle()
The calendar title/heading the CalendarParent is associated with 
 | 
org.joda.time.DateTime | 
getEndDateTime()
The end date time the CalendarParent is associated with 
 | 
List<? extends CalendarWeekContract> | 
getWeeks()
The list of CalendarWeek objects the CalendarParent is associated with 
 | 
org.joda.time.DateTime getBeginDateTime()
beginDateTime of a CalendarParent
org.joda.time.DateTime getEndDateTime()
endDateTime of a CalendarParent
CalendarEntry getCalendarEntry()
calendarEntry of a CalendarParent
List<? extends CalendarWeekContract> getWeeks()
weeks of a CalendarParent
String getCalendarTitle()
If the Pay Calendar entry spans multiple months, you get Abbreviated Month name + year of both the beginning month and the ending month.
List<String> getCalendarDayHeadings()
Assumption of 7 "days" per week, or 7 "blocks" per row.
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.