public class TimeCollectionRuleDaoServiceImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements TimeCollectionRuleDaoService
| Constructor and Description | 
|---|
TimeCollectionRuleDaoServiceImpl()  | 
| 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)  | 
getDbPlatform, setDbPlatformpublic TimeCollectionRuleDaoServiceImpl()
public TimeCollectionRule getTimeCollectionRule(String tkTimeCollectionRuleId)
getTimeCollectionRule in interface TimeCollectionRuleDaoServicepublic TimeCollectionRule getTimeCollectionRule(String dept, Long workArea, String payType, String groupKeyCode, org.joda.time.LocalDate asOfDate)
getTimeCollectionRule in interface TimeCollectionRuleDaoServicepublic List<TimeCollectionRule> getTimeCollectionRules(String dept, Long workArea, String payType, String groupKeyCode, String active, String showHistory)
getTimeCollectionRules in interface TimeCollectionRuleDaoServiceCopyright © 2004–2014 The Kuali Foundation. All rights reserved.