org.kuali.kpme.tklm.leave.donation.service
Interface LeaveDonationService
- All Known Implementing Classes:
- LeaveDonationServiceImpl
public interface LeaveDonationService
getLeaveDonation
@Cacheable(value="http://kpme.kuali.org/tklm/LeaveDonation",
key="\'lmLeaveDonationId=\' + #p0")
LeaveDonation getLeaveDonation(String lmLeaveDonationId)
- Fetch LeaveDonation by id
- Parameters:
lmLeaveDonationId
-
- Returns:
getLeaveDonations
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.