org.kuali.hr.time.syslunch.service
Interface SystemLunchRuleService
- All Known Implementing Classes:
- SystemLunchRuleServiceImpl
public interface SystemLunchRuleService
getSystemLunchRule
@Cacheable(value="KPME/SystemLunchRule",
key="\'asOfDate=\' + #p0")
SystemLunchRule getSystemLunchRule(Date asOfDate)
- Fetch SystemLunchRule as of a particular date
- Parameters:
asOfDate
-
- Returns:
isShowLunchButton
boolean isShowLunchButton()
- Determines if the Lunch button should show
- Returns:
getSystemLunchRule
@Cacheable(value="KPME/SystemLunchRule",
key="\'tkSystemLunchRuleId=\' + #p0")
SystemLunchRule getSystemLunchRule(String tkSystemLunchRuleId)
getSystemLunchRules
List<SystemLunchRule> getSystemLunchRules(Date fromEffdt,
Date toEffdt,
String active,
String showHist)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.