public interface DepartmentLunchRuleDao
Modifier and Type | Method and Description |
---|---|
DeptLunchRule |
getDepartmentLunchRule(String tkDeptLunchRuleId) |
DeptLunchRule |
getDepartmentLunchRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
org.joda.time.LocalDate asOfDate) |
List<DeptLunchRule> |
getDepartmentLunchRules(String dept,
String workArea,
String principalId,
String jobNumber,
org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate toEffdt,
String active,
String showHistory) |
DeptLunchRule getDepartmentLunchRule(String dept, Long workArea, String principalId, Long jobNumber, org.joda.time.LocalDate asOfDate)
DeptLunchRule getDepartmentLunchRule(String tkDeptLunchRuleId)
List<DeptLunchRule> getDepartmentLunchRules(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.