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)
SystemLunchRuleService
getSystemLunchRule
in interface SystemLunchRuleService
public SystemLunchRuleDao getSystemLunchRuleDao()
public void setSystemLunchRuleDao(SystemLunchRuleDao systemLunchRuleDao)
public boolean isShowLunchButton()
SystemLunchRuleService
isShowLunchButton
in interface SystemLunchRuleService
public SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
getSystemLunchRule
in interface SystemLunchRuleService
public List<SystemLunchRule> getSystemLunchRules(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHist)
getSystemLunchRules
in interface SystemLunchRuleService
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.