public interface SystemLunchRuleDao
| Modifier and Type | Method and Description | 
|---|---|
| SystemLunchRule | getSystemLunchRule(org.joda.time.LocalDate asOfDate) | 
| SystemLunchRule | getSystemLunchRule(String tkSystemLunchRuleId) | 
| List<SystemLunchRule> | getSystemLunchRules(org.joda.time.LocalDate fromEffdt,
                                      org.joda.time.LocalDate toEffdt,
                                      String active,
                                      String showHist) | 
SystemLunchRule getSystemLunchRule(org.joda.time.LocalDate asOfDate)
SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
List<SystemLunchRule> getSystemLunchRules(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHist)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.