|
||||||||||
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 |
List<DeptLunchRule> |
getDepartmentLunchRules(String dept,
String workArea,
String principalId,
String jobNumber,
String active)
|
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
-
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, String active)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |