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, setDbPlatform
public SystemLunchRuleDaoOjbImpl()
public SystemLunchRule getSystemLunchRule(org.joda.time.LocalDate asOfDate)
getSystemLunchRule
in interface SystemLunchRuleDao
public SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
getSystemLunchRule
in interface SystemLunchRuleDao
public List<SystemLunchRule> getSystemLunchRules(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHistory)
getSystemLunchRules
in interface SystemLunchRuleDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.