org.kuali.kpme.tklm.time.rules.timecollection.service
Class TimeCollectionRuleServiceImpl

java.lang.Object
  extended by org.kuali.kpme.tklm.time.rules.timecollection.service.TimeCollectionRuleServiceImpl
All Implemented Interfaces:
TimeCollectionRuleService

public class TimeCollectionRuleServiceImpl
extends Object
implements TimeCollectionRuleService


Constructor Summary
TimeCollectionRuleServiceImpl()
           
 
Method Summary
 TimeCollectionRule getTimeCollectionRule(String tkTimeCollectionRuleId)
           
 TimeCollectionRule getTimeCollectionRule(String dept, Long workArea, String payType, org.joda.time.LocalDate asOfDate)
           
 List<TimeCollectionRule> getTimeCollectionRules(String userPrincipalId, String dept, String workArea, String payType, String active, String showHistory)
           
 TimeCollectionRuleDaoService getTimeCollectRuleDao()
           
 void setTimeCollectRuleDao(TimeCollectionRuleDaoService timeCollectRuleDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeCollectionRuleServiceImpl

public TimeCollectionRuleServiceImpl()
Method Detail

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.