org.kuali.hr.time.warning
Class TkWarningServiceImpl
java.lang.Object
org.kuali.hr.time.warning.TkWarningServiceImpl
- All Implemented Interfaces:
- TkWarningService
public class TkWarningServiceImpl
- extends Object
- implements TkWarningService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TkWarningServiceImpl
public TkWarningServiceImpl()
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.