public interface ClockLocationDao
| Modifier and Type | Method and Description | 
|---|---|
| ClockLocationRule | getClockLocationRule(String tkClockLocationRuleId)Get Clock Location Rule based on id | 
| List<ClockLocationRule> | getClockLocationRule(String dept,
                                        Long workArea,
                                        String principalId,
                                        Long jobNumber,
                                        org.joda.time.LocalDate asOfDate)Get Clock location rule based on passed in criteria | 
| List<ClockLocationRule> | getClockLocationRules(org.joda.time.LocalDate fromEffdt,
                                          org.joda.time.LocalDate toEffdt,
                                          String principalId,
                                          String jobNumber,
                                          String dept,
                                          String workArea,
                                          String active,
                                          String showHistory) | 
| List<ClockLocationRule> | getNewerVersionClockLocationRule(String dept,
                                                                Long workArea,
                                                                String principalId,
                                                                Long jobNumber,
                                                                org.joda.time.LocalDate asOfDate)Get list of clock location rules based on criteria | 
| void | populateIPAddressesForCLR(ClockLocationRule clr)populate ip addresses for given ClockLocationRule | 
List<ClockLocationRule> getClockLocationRule(String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
dept - workArea - principalId - jobNumber - asOfDate - List<ClockLocationRule> getNewerVersionClockLocationRule(String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
dept - workArea - principalId - jobNumber - asOfDate - ClockLocationRule getClockLocationRule(String tkClockLocationRuleId)
tkClockLocationRuleId - void populateIPAddressesForCLR(ClockLocationRule clr)
ClockLocationRule - List<ClockLocationRule> getClockLocationRules(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String principalId, String jobNumber, String dept, String workArea, String active, String showHistory)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.