public interface ShiftDifferentialRuleDao
Modifier and Type | Method and Description |
---|---|
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) |
List<ShiftDifferentialRule> findShiftDifferentialRules(String location, String hrSalGroup, String payGrade, String pyCalendarGroup, org.joda.time.LocalDate asOfDate)
ShiftDifferentialRule findShiftDifferentialRule(String id)
void saveOrUpdate(ShiftDifferentialRule shiftDifferentialRule)
void saveOrUpdate(List<ShiftDifferentialRule> shiftDifferentialRules)
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–2015 The Kuali Foundation. All rights reserved.