org.kuali.hr.time.rule
Interface TkRuleControllerService

All Known Implementing Classes:
TkRuleControllerServiceImpl

public interface TkRuleControllerService


Method Summary
 void applyRules(String action, List<TimeBlock> timeBlocks, CalendarEntries payEntry, TimesheetDocument timesheetDocument, String principalId)
          This method mutates the List that is passed in.
 

Method Detail

applyRules

void applyRules(String action,
                List<TimeBlock> timeBlocks,
                CalendarEntries payEntry,
                TimesheetDocument timesheetDocument,
                String principalId)
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.



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