org.kuali.kpme.tklm.time.rules.shiftdifferential.dao
Interface ShiftDifferentialRuleDao
- All Known Implementing Classes:
- ShiftDifferentialRuleDaoOjbImpl
public interface ShiftDifferentialRuleDao
Method Summary |
ShiftDifferentialRule |
findShiftDifferentialRule(String id)
|
List<ShiftDifferentialRule> |
findShiftDifferentialRules(String location,
String hrSalGroup,
String payGrade,
String pyCalendarGroup,
org.joda.time.LocalDate asOfDate)
|
List<ShiftDifferentialRule> |
getShiftDifferentialRules(String location,
String hrSalGroup,
String payGrade,
org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate 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,
org.joda.time.LocalDate 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,
org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate toEffdt,
String active,
String showHist)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.