org.kuali.hr.time.shiftdiff.rule.dao
Interface ShiftDifferentialRuleDao
- All Known Implementing Classes:
- ShiftDifferentialRuleDaoSpringOjbImpl
public interface ShiftDifferentialRuleDao
Method Summary |
ShiftDifferentialRule |
findShiftDifferentialRule(String id)
|
List<ShiftDifferentialRule> |
findShiftDifferentialRules(String location,
String hrSalGroup,
String payGrade,
String pyCalendarGroup,
Date asOfDate)
|
List<ShiftDifferentialRule> |
getShiftDifferentialRules(String location,
String hrSalGroup,
String payGrade,
Date fromEffdt,
Date toEffdt,
String active,
String showHist)
|
void |
saveOrUpdate(List<ShiftDifferentialRule> shiftDifferentialRules)
|
void |
saveOrUpdate(ShiftDifferentialRule shiftDifferentialRule)
|
findShiftDifferentialRules
List<ShiftDifferentialRule> findShiftDifferentialRules(String location,
String hrSalGroup,
String payGrade,
String pyCalendarGroup,
Date asOfDate)
findShiftDifferentialRule
ShiftDifferentialRule findShiftDifferentialRule(String id)
saveOrUpdate
void saveOrUpdate(ShiftDifferentialRule shiftDifferentialRule)
saveOrUpdate
void saveOrUpdate(List<ShiftDifferentialRule> shiftDifferentialRules)
getShiftDifferentialRules
List<ShiftDifferentialRule> getShiftDifferentialRules(String location,
String hrSalGroup,
String payGrade,
Date fromEffdt,
Date toEffdt,
String active,
String showHist)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.