org.kuali.hr.time.warning
Class TkWarningServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.warning.TkWarningServiceImpl
All Implemented Interfaces:
TkWarningService

public class TkWarningServiceImpl
extends Object
implements TkWarningService


Constructor Summary
TkWarningServiceImpl()
           
 
Method Summary
 List<String> getWarnings(String documentNumber)
          This is used for perpetual warnings that need to stick to the timesheet
 List<String> getWarnings(String pId, List<TimeBlock> tbList, Date asOfDate)
           
 List<String> getWarnings(TimesheetDocument td)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TkWarningServiceImpl

public TkWarningServiceImpl()
Method Detail

getWarnings

public List<String> getWarnings(String documentNumber)
This is used for perpetual warnings that need to stick to the timesheet

Specified by:
getWarnings in interface TkWarningService

getWarnings

public List<String> getWarnings(String pId,
                                List<TimeBlock> tbList,
                                Date asOfDate)

getWarnings

public List<String> getWarnings(TimesheetDocument td)
Specified by:
getWarnings in interface TkWarningService


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