public interface LeaveAdjustmentService
| Modifier and Type | Method and Description | 
|---|---|
| LeaveAdjustmentContract | getLeaveAdjustment(String lmLeaveAdjustmentId) | 
| List<? extends LeaveAdjustmentContract> | getLeaveAdjustments(org.joda.time.LocalDate fromEffdt,
                                      org.joda.time.LocalDate toEffdt,
                                      String principalId,
                                      String accrualCategory,
                                      String earnCode) | 
| List<? extends LeaveAdjustmentContract> | getLeaveAdjustments(String principalId,
                                      org.joda.time.LocalDate asOfDate) | 
List<? extends LeaveAdjustmentContract> getLeaveAdjustments(String principalId, org.joda.time.LocalDate asOfDate)
LeaveAdjustmentContract getLeaveAdjustment(String lmLeaveAdjustmentId)
List<? extends LeaveAdjustmentContract> getLeaveAdjustments(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String principalId, String accrualCategory, String earnCode)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.