public interface TimeCollectionRuleDaoService
| Modifier and Type | Method and Description | 
|---|---|
| TimeCollectionRule | getTimeCollectionRule(String tkTimeCollectionRuleId) | 
| TimeCollectionRule | getTimeCollectionRule(String dept,
                                          Long workArea,
                                          String payType,
                                          String groupKeyCode,
                                          org.joda.time.LocalDate asOfDate) | 
| List<TimeCollectionRule> | getTimeCollectionRules(String dept,
                                            Long workArea,
                                            String payType,
                                            String groupKeyCode,
                                            String active,
                                            String showHistory) | 
TimeCollectionRule getTimeCollectionRule(String dept, Long workArea, String payType, String groupKeyCode, org.joda.time.LocalDate asOfDate)
TimeCollectionRule getTimeCollectionRule(String tkTimeCollectionRuleId)
List<TimeCollectionRule> getTimeCollectionRules(String dept, Long workArea, String payType, String groupKeyCode, String active, String showHistory)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.