public interface SystemScheduledTimeOffDao
| Modifier and Type | Method and Description | 
|---|---|
| SystemScheduledTimeOff | getSystemScheduledTimeOff(String lmSystemScheduledTimeOffId)Get SystemScheduledTimeOff from id | 
| SystemScheduledTimeOff | getSystemScheduledTimeOffByDate(String leavePlan,
                                                              org.joda.time.LocalDate startDate) | 
| List<SystemScheduledTimeOff> | getSystemScheduledTimeOffForPayPeriod(String leavePlan,
                                                                          org.joda.time.LocalDate startDate,
                                                                          org.joda.time.LocalDate endDate) | 
| List<SystemScheduledTimeOff> | getSystemScheduledTimeOffs(org.joda.time.LocalDate fromEffdt,
                                                    org.joda.time.LocalDate toEffdt,
                                                    String earnCode,
                                                    org.joda.time.LocalDate fromAccruedDate,
                                                    org.joda.time.LocalDate toAccruedDate,
                                                    org.joda.time.LocalDate fromSchTimeOffDate,
                                                    org.joda.time.LocalDate toSchTimeOffDate,
                                                    String active,
                                                    String showHist) | 
| List<SystemScheduledTimeOff> | getSystemScheduledTimeOffsForLeavePlan(org.joda.time.LocalDate fromAccruedDate,
                                                                            org.joda.time.LocalDate toAccruedDate,
                                                                            String leavePlan) | 
SystemScheduledTimeOff getSystemScheduledTimeOff(String lmSystemScheduledTimeOffId)
lmSystemScheduledTimeOffId - List<SystemScheduledTimeOff> getSystemScheduledTimeOffForPayPeriod(String leavePlan, org.joda.time.LocalDate startDate, org.joda.time.LocalDate endDate)
SystemScheduledTimeOff getSystemScheduledTimeOffByDate(String leavePlan, org.joda.time.LocalDate startDate)
List<SystemScheduledTimeOff> getSystemScheduledTimeOffs(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String earnCode, org.joda.time.LocalDate fromAccruedDate, org.joda.time.LocalDate toAccruedDate, org.joda.time.LocalDate fromSchTimeOffDate, org.joda.time.LocalDate toSchTimeOffDate, String active, String showHist)
List<SystemScheduledTimeOff> getSystemScheduledTimeOffsForLeavePlan(org.joda.time.LocalDate fromAccruedDate, org.joda.time.LocalDate toAccruedDate, String leavePlan)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.