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)
           
 void saveOrUpdate(List<ShiftDifferentialRule> shiftDifferentialRules)
           
 void saveOrUpdate(ShiftDifferentialRule shiftDifferentialRule)
           
 

Method Detail

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.