public interface LeaveDonationDao
Modifier and Type | Method and Description |
---|---|
LeaveDonation |
getLeaveDonation(String lmLeaveDonationId)
Get leave Donationfrom id
|
List<LeaveDonation> |
getLeaveDonations(org.joda.time.LocalDate fromEffdt,
org.joda.time.LocalDate toEffdt,
String donorsPrincipalId,
String donatedAccrualCategory,
String amountDonated,
String recipientsPrincipalId,
String recipientsAccrualCategory,
String amountReceived,
String active,
String showHist) |
LeaveDonation getLeaveDonation(String lmLeaveDonationId)
lmLeaveDonationId
- List<LeaveDonation> getLeaveDonations(org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String donorsPrincipalId, String donatedAccrualCategory, String amountDonated, String recipientsPrincipalId, String recipientsAccrualCategory, String amountReceived, String active, String showHist)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.