|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepartmentLunchRuleService
| Method Summary | |
|---|---|
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,
Date asOfDate)
Fetch department lunch rule based on criteria passed in |
DeptLunchRule |
getDepartmentLunchRuleNoWildCards(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
Fetch department lunch rule based on criteria passed in, using literals for wildcards. |
List<DeptLunchRule> |
getDepartmentLunchRules(String dept,
String workArea,
String principalId,
String jobNumber,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
|
| Method Detail |
|---|
@Cacheable(value="KPME/DeptLunchRule",
key="\'dept=\' + #p0+ \'|\' + \'workArea=\' + #p1+ \'|\' + \'principalId=\' + #p2+ \'|\' + \'jobNumber=\' + #p3+ \'|\' + \'asOfDate=\' + #p4")
DeptLunchRule getDepartmentLunchRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
dept - workArea - principalId - jobNumber - asOfDate -
@Cacheable(value="KPME/DeptLunchRule",
key="\'{getEarnCodesForLeaveAndTime}\'+ \'dept=\' + #p0+ \'|\' + \'workArea=\' + #p1+ \'|\' + \'principalId=\' + #p2+ \'|\' + \'jobNumber=\' + #p3+ \'|\' + \'asOfDate=\' + #p4")
DeptLunchRule getDepartmentLunchRuleNoWildCards(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
dept - workArea - principalId - jobNumber - asOfDate -
void applyDepartmentLunchRule(List<TimeBlock> timeblocks)
timeblocks -
@Cacheable(value="KPME/DeptLunchRule",
key="\'tkDeptLunchRuleId=\' + #p0")
DeptLunchRule getDepartmentLunchRule(String tkDeptLunchRuleId)
tkDeptLunchRuleId -
List<DeptLunchRule> getDepartmentLunchRules(String dept,
String workArea,
String principalId,
String jobNumber,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||