org.kuali.hr.time.syslunch.dao
Interface SystemLunchRuleDao

All Known Implementing Classes:
SystemLunchRuleDaoImpl

public interface SystemLunchRuleDao


Method Summary
 SystemLunchRule getSystemLunchRule(Date asOfDate)
           
 SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
           
 List<SystemLunchRule> getSystemLunchRules(Date fromEffdt, Date toEffdt, String active, String showHist)
           
 

Method Detail

getSystemLunchRule

SystemLunchRule getSystemLunchRule(Date asOfDate)

getSystemLunchRule

SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)

getSystemLunchRules

List<SystemLunchRule> getSystemLunchRules(Date fromEffdt,
                                          Date toEffdt,
                                          String active,
                                          String showHist)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.