org.kuali.hr.time.syslunch.service
Class SystemLunchRuleServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.syslunch.service.SystemLunchRuleServiceImpl
All Implemented Interfaces:
SystemLunchRuleService

public class SystemLunchRuleServiceImpl
extends Object
implements SystemLunchRuleService


Field Summary
 SystemLunchRuleDao systemLunchRuleDao
           
 
Constructor Summary
SystemLunchRuleServiceImpl()
           
 
Method Summary
 SystemLunchRule getSystemLunchRule(Date asOfDate)
          Fetch SystemLunchRule as of a particular date
 SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
           
 SystemLunchRuleDao getSystemLunchRuleDao()
           
 List<SystemLunchRule> getSystemLunchRules(Date fromEffdt, Date toEffdt, String active, String showHist)
           
 boolean isShowLunchButton()
          Determines if the Lunch button should show
 void setSystemLunchRuleDao(SystemLunchRuleDao systemLunchRuleDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemLunchRuleDao

public SystemLunchRuleDao systemLunchRuleDao
Constructor Detail

SystemLunchRuleServiceImpl

public SystemLunchRuleServiceImpl()
Method Detail

getSystemLunchRule

public SystemLunchRule getSystemLunchRule(Date asOfDate)
Description copied from interface: SystemLunchRuleService
Fetch SystemLunchRule as of a particular date

Specified by:
getSystemLunchRule in 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:
isShowLunchButton in interface SystemLunchRuleService
Returns:

getSystemLunchRule

public SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
Specified by:
getSystemLunchRule in interface SystemLunchRuleService

getSystemLunchRules

public List<SystemLunchRule> getSystemLunchRules(Date fromEffdt,
                                                 Date toEffdt,
                                                 String active,
                                                 String showHist)
Specified by:
getSystemLunchRules in interface SystemLunchRuleService


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.