org.kuali.kpme.tklm.time.rules.timecollection.service
Interface TimeCollectionRuleService

All Known Implementing Classes:
TimeCollectionRuleServiceImpl

public interface TimeCollectionRuleService


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)
           
 

Method Detail

getTimeCollectionRule

@Cacheable(value="http://kpme.kuali.org/tklm/TimeCollectionRule",
           key="\'dept=\' + #p0+ \'|\' + \'workArea=\' + #p1+ \'|\' + \'payType=\' + #p2+ \'|\' + \'asOfDate=\' + #p3")
TimeCollectionRule getTimeCollectionRule(String dept,
                                                   Long workArea,
                                                   String payType,
                                                   org.joda.time.LocalDate asOfDate)

getTimeCollectionRule

@Cacheable(value="http://kpme.kuali.org/tklm/TimeCollectionRule",
           key="\'tkTimeCollectionRuleId=\' + #p0")
TimeCollectionRule getTimeCollectionRule(String tkTimeCollectionRuleId)

getTimeCollectionRules

List<TimeCollectionRule> getTimeCollectionRules(String userPrincipalId,
                                                String dept,
                                                String workArea,
                                                String payType,
                                                String active,
                                                String showHistory)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.