org.kuali.hr.time.rule
Class TkRuleControllerServiceImpl
java.lang.Object
org.kuali.hr.time.rule.TkRuleControllerServiceImpl
- All Implemented Interfaces:
- TkRuleControllerService
public class TkRuleControllerServiceImpl
- extends Object
- implements TkRuleControllerService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TkRuleControllerServiceImpl
public TkRuleControllerServiceImpl()
applyRules
public void applyRules(String action,
List<TimeBlock> timeBlocks,
CalendarEntries payEntry,
TimesheetDocument timesheetDocument,
String principalId)
- Description copied from interface:
TkRuleControllerService
- This method mutates the List that is passed in. If you need
to reference old vs. new changes, be sure to copy/clone the list before
passing it to this method.
- Specified by:
applyRules
in interface TkRuleControllerService
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.