public class SystemLunchRuleDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements SystemLunchRuleDao
| Constructor and Description |
|---|
SystemLunchRuleDaoOjbImpl() |
| 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 showHistory) |
getDbPlatform, setDbPlatformpublic SystemLunchRuleDaoOjbImpl()
public SystemLunchRule getSystemLunchRule(org.joda.time.LocalDate asOfDate)
getSystemLunchRule in interface SystemLunchRuleDaopublic SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
getSystemLunchRule in interface SystemLunchRuleDaopublic List<SystemLunchRule> getSystemLunchRules(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHistory)
getSystemLunchRules in interface SystemLunchRuleDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.