org.kuali.kpme.tklm.time.rules.lunch.sys.service
Class SystemLunchRuleServiceImpl
java.lang.Object
   org.kuali.kpme.tklm.time.rules.lunch.sys.service.SystemLunchRuleServiceImpl
org.kuali.kpme.tklm.time.rules.lunch.sys.service.SystemLunchRuleServiceImpl
- All Implemented Interfaces: 
- SystemLunchRuleService
- public class SystemLunchRuleServiceImpl 
- extends Object- implements SystemLunchRuleService
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
systemLunchRuleDao
public SystemLunchRuleDao systemLunchRuleDao
SystemLunchRuleServiceImpl
public SystemLunchRuleServiceImpl()
getSystemLunchRule
public SystemLunchRule getSystemLunchRule(org.joda.time.LocalDate asOfDate)
- Description copied from interface: SystemLunchRuleService
- Fetch SystemLunchRule as of a particular date
 
- 
- Specified by:
- getSystemLunchRulein interface- SystemLunchRuleService
 
- 
- Returns:
 
getSystemLunchRuleDao
public SystemLunchRuleDao getSystemLunchRuleDao()
- 
 
- 
 
setSystemLunchRuleDao
public void setSystemLunchRuleDao(SystemLunchRuleDao systemLunchRuleDao)
- 
 
- 
 
isShowLunchButton
public boolean isShowLunchButton()
- Description copied from interface: SystemLunchRuleService
- Determines if the Lunch button should show
 
- 
- Specified by:
- isShowLunchButtonin interface- SystemLunchRuleService
 
- 
- Returns:
 
getSystemLunchRule
public SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
- 
- Specified by:
- getSystemLunchRulein interface- SystemLunchRuleService
 
- 
 
getSystemLunchRules
public List<SystemLunchRule> getSystemLunchRules(org.joda.time.LocalDate fromEffdt,
                                                 org.joda.time.LocalDate toEffdt,
                                                 String active,
                                                 String showHist)
- 
- Specified by:
- getSystemLunchRulesin interface- SystemLunchRuleService
 
- 
 
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.