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, setDbPlatform
public TimeCollectionRuleDaoServiceImpl()
public TimeCollectionRule getTimeCollectionRule(String tkTimeCollectionRuleId)
getTimeCollectionRule
in interface TimeCollectionRuleDaoService
public TimeCollectionRule getTimeCollectionRule(String dept, Long workArea, String payType, String groupKeyCode, org.joda.time.LocalDate asOfDate)
getTimeCollectionRule
in interface TimeCollectionRuleDaoService
public List<TimeCollectionRule> getTimeCollectionRules(String dept, Long workArea, String payType, String groupKeyCode, String active, String showHistory)
getTimeCollectionRules
in interface TimeCollectionRuleDaoService
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.