|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kpme.core.calendar.service.CalendarServiceImpl
public class CalendarServiceImpl
| Constructor Summary | |
|---|---|
CalendarServiceImpl()
|
|
| Method Summary | |
|---|---|
Calendar |
getCalendar(String hrCalendarId)
Fetch a pay calendar with the given id |
Calendar |
getCalendarByGroup(String calendarName)
Fetch a pay calendar by group |
Calendar |
getCalendarByName(String calendarName)
|
Calendar |
getCalendarByPrincipalIdAndDate(String principalId,
org.joda.time.LocalDate asOfDate,
boolean findLeaveCal)
Fetch a pay calendar with the given principalId and date, returns null if none found |
Calendar |
getCalendarByPrincipalIdAndDate(String principalId,
org.joda.time.LocalDate beginDate,
org.joda.time.LocalDate endDate,
boolean findLeaveCal)
Fetch a pay calendar with the given principalId, begin and end date, returns null if none found |
List<Calendar> |
getCalendars(String calendarName,
String calendarTypes,
String flsaBeginDay,
String flsaBeginTime)
|
void |
setCalendarDao(CalendarDao calendarDao)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarServiceImpl()
| Method Detail |
|---|
public void setCalendarDao(CalendarDao calendarDao)
public Calendar getCalendar(String hrCalendarId)
CalendarService
getCalendar in interface CalendarServicepublic Calendar getCalendarByGroup(String calendarName)
CalendarService
getCalendarByGroup in interface CalendarService
public Calendar getCalendarByPrincipalIdAndDate(String principalId,
org.joda.time.LocalDate beginDate,
org.joda.time.LocalDate endDate,
boolean findLeaveCal)
CalendarService
getCalendarByPrincipalIdAndDate in interface CalendarService
public Calendar getCalendarByPrincipalIdAndDate(String principalId,
org.joda.time.LocalDate asOfDate,
boolean findLeaveCal)
CalendarService
getCalendarByPrincipalIdAndDate in interface CalendarService
public List<Calendar> getCalendars(String calendarName,
String calendarTypes,
String flsaBeginDay,
String flsaBeginTime)
getCalendars in interface CalendarServicepublic Calendar getCalendarByName(String calendarName)
getCalendarByName in interface CalendarService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||