public interface DepartmentLunchRuleService
Modifier and Type | Method and Description |
---|---|
void |
applyDepartmentLunchRule(List<TimeBlock> timeblocks)
Apply department lunch rule to the list of timeblocks
|
DeptLunchRule |
getDepartmentLunchRule(String tkDeptLunchRuleId)
Fetch department lunch rule by id
|
DeptLunchRule |
getDepartmentLunchRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
org.joda.time.LocalDate asOfDate)
Fetch department lunch rule based on criteria passed in
|
DeptLunchRule |
getDepartmentLunchRuleNoWildCards(String dept,
Long workArea,
String principalId,
Long jobNumber,
org.joda.time.LocalDate asOfDate)
Fetch department lunch rule based on criteria passed in, using literals for wildcards.
|
List<DeptLunchRule> |
getDepartmentLunchRules(String userPrincipalId,
String dept,
String workArea,
String principalId,
String jobNumber,
org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate toEffdt,
String active,
String showHistory) |
@Cacheable(value="http://kpme.kuali.org/tklm/DeptLunchRule", key="\'dept=\' + #p0+ \'|\' + \'workArea=\' + #p1+ \'|\' + \'principalId=\' + #p2+ \'|\' + \'jobNumber=\' + #p3+ \'|\' + \'asOfDate=\' + #p4") DeptLunchRule getDepartmentLunchRule(String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
dept
- workArea
- principalId
- jobNumber
- asOfDate
- @Cacheable(value="http://kpme.kuali.org/tklm/DeptLunchRule", key="\'{getEarnCodesForLeaveAndTime}\'+ \'dept=\' + #p0+ \'|\' + \'workArea=\' + #p1+ \'|\' + \'principalId=\' + #p2+ \'|\' + \'jobNumber=\' + #p3+ \'|\' + \'asOfDate=\' + #p4") DeptLunchRule getDepartmentLunchRuleNoWildCards(String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
dept
- workArea
- principalId
- jobNumber
- asOfDate
- void applyDepartmentLunchRule(List<TimeBlock> timeblocks)
timeblocks
- @Cacheable(value="http://kpme.kuali.org/tklm/DeptLunchRule", key="\'tkDeptLunchRuleId=\' + #p0") DeptLunchRule getDepartmentLunchRule(String tkDeptLunchRuleId)
tkDeptLunchRuleId
- List<DeptLunchRule> getDepartmentLunchRules(String userPrincipalId, String dept, String workArea, String principalId, String jobNumber, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHistory)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.