org.kuali.kpme.tklm.time.rules.timecollection.service
Class TimeCollectionRuleServiceImpl
java.lang.Object
org.kuali.kpme.tklm.time.rules.timecollection.service.TimeCollectionRuleServiceImpl
- All Implemented Interfaces:
- TimeCollectionRuleService
public class TimeCollectionRuleServiceImpl
- extends Object
- implements TimeCollectionRuleService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeCollectionRuleServiceImpl
public TimeCollectionRuleServiceImpl()
getTimeCollectionRule
public TimeCollectionRule getTimeCollectionRule(String dept,
Long workArea,
String payType,
org.joda.time.LocalDate asOfDate)
- Specified by:
getTimeCollectionRule
in interface TimeCollectionRuleService
getTimeCollectRuleDao
public TimeCollectionRuleDaoService getTimeCollectRuleDao()
setTimeCollectRuleDao
public void setTimeCollectRuleDao(TimeCollectionRuleDaoService timeCollectRuleDao)
getTimeCollectionRule
public TimeCollectionRule getTimeCollectionRule(String tkTimeCollectionRuleId)
- Specified by:
getTimeCollectionRule
in interface TimeCollectionRuleService
getTimeCollectionRules
public List<TimeCollectionRule> getTimeCollectionRules(String userPrincipalId,
String dept,
String workArea,
String payType,
String active,
String showHistory)
- Specified by:
getTimeCollectionRules
in interface TimeCollectionRuleService
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.