public class SystemLunchRuleServiceImpl extends Object implements SystemLunchRuleService
| Modifier and Type | Field and Description |
|---|---|
SystemLunchRuleDao |
systemLunchRuleDao |
| Constructor and Description |
|---|
SystemLunchRuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SystemLunchRule |
getSystemLunchRule(org.joda.time.LocalDate asOfDate)
Fetch SystemLunchRule as of a particular date
|
SystemLunchRule |
getSystemLunchRule(String tkSystemLunchRuleId) |
SystemLunchRuleDao |
getSystemLunchRuleDao() |
List<SystemLunchRule> |
getSystemLunchRules(org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate toEffdt,
String active,
String showHist) |
boolean |
isShowLunchButton()
Determines if the Lunch button should show
|
void |
setSystemLunchRuleDao(SystemLunchRuleDao systemLunchRuleDao) |
public SystemLunchRuleDao systemLunchRuleDao
public SystemLunchRuleServiceImpl()
public SystemLunchRule getSystemLunchRule(org.joda.time.LocalDate asOfDate)
SystemLunchRuleServicegetSystemLunchRule in interface SystemLunchRuleServicepublic SystemLunchRuleDao getSystemLunchRuleDao()
public void setSystemLunchRuleDao(SystemLunchRuleDao systemLunchRuleDao)
public boolean isShowLunchButton()
SystemLunchRuleServiceisShowLunchButton in interface SystemLunchRuleServicepublic SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
getSystemLunchRule in interface SystemLunchRuleServicepublic List<SystemLunchRule> getSystemLunchRules(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHist)
getSystemLunchRules in interface SystemLunchRuleServiceCopyright © 2004–2014 The Kuali Foundation. All rights reserved.