org.kuali.hr.time.rule
Class TkRuleControllerServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.rule.TkRuleControllerServiceImpl
All Implemented Interfaces:
TkRuleControllerService

public class TkRuleControllerServiceImpl
extends Object
implements TkRuleControllerService


Constructor Summary
TkRuleControllerServiceImpl()
           
 
Method Summary
 void applyRules(String action, List<TimeBlock> timeBlocks, CalendarEntries payEntry, TimesheetDocument timesheetDocument, String principalId)
          This method mutates the List that is passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TkRuleControllerServiceImpl

public TkRuleControllerServiceImpl()
Method Detail

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.