org.kuali.hr.time.dept.lunch.dao
Interface DepartmentLunchRuleDao
- All Known Implementing Classes:
- DepartmentLunchRuleDaoImpl
public interface DepartmentLunchRuleDao
Method Summary |
DeptLunchRule |
getDepartmentLunchRule(String tkDeptLunchRuleId)
|
DeptLunchRule |
getDepartmentLunchRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
|
List<DeptLunchRule> |
getDepartmentLunchRules(String dept,
String workArea,
String principalId,
String jobNumber,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
|
getDepartmentLunchRule
DeptLunchRule getDepartmentLunchRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
getDepartmentLunchRule
DeptLunchRule getDepartmentLunchRule(String tkDeptLunchRuleId)
getDepartmentLunchRules
List<DeptLunchRule> getDepartmentLunchRules(String dept,
String workArea,
String principalId,
String jobNumber,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.