public class ShiftDifferentialRuleDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements ShiftDifferentialRuleDao
Constructor and Description |
---|
ShiftDifferentialRuleDaoOjbImpl() |
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 showHistory) |
void |
saveOrUpdate(List<ShiftDifferentialRule> shiftDifferentialRules) |
void |
saveOrUpdate(ShiftDifferentialRule shiftDifferentialRule) |
getDbPlatform, setDbPlatform
public ShiftDifferentialRuleDaoOjbImpl()
public ShiftDifferentialRule findShiftDifferentialRule(String id)
findShiftDifferentialRule
in interface ShiftDifferentialRuleDao
public List<ShiftDifferentialRule> findShiftDifferentialRules(String location, String hrSalGroup, String payGrade, String pyCalendarGroup, org.joda.time.LocalDate asOfDate)
findShiftDifferentialRules
in interface ShiftDifferentialRuleDao
public void saveOrUpdate(ShiftDifferentialRule shiftDifferentialRule)
saveOrUpdate
in interface ShiftDifferentialRuleDao
public void saveOrUpdate(List<ShiftDifferentialRule> shiftDifferentialRules)
saveOrUpdate
in interface ShiftDifferentialRuleDao
public List<ShiftDifferentialRule> getShiftDifferentialRules(String location, String hrSalGroup, String payGrade, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHistory)
getShiftDifferentialRules
in interface ShiftDifferentialRuleDao
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.