org.kuali.hr.time.shiftdiff.rule.dao
Interface ShiftDifferentialRuleDao
- All Known Implementing Classes:
- ShiftDifferentialRuleDaoSpringOjbImpl
public interface ShiftDifferentialRuleDao
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)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.