org.kuali.kpme.tklm.leave.donation.service
Class LeaveDonationServiceImpl
java.lang.Object
org.kuali.kpme.tklm.leave.donation.service.LeaveDonationServiceImpl
- All Implemented Interfaces:
- LeaveDonationService
public class LeaveDonationServiceImpl
- extends Object
- implements LeaveDonationService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeaveDonationServiceImpl
public LeaveDonationServiceImpl()
getLeaveDonationDao
public LeaveDonationDao getLeaveDonationDao()
setLeaveDonationDao
public void setLeaveDonationDao(LeaveDonationDao leaveDonationDao)
getLeaveDonation
public LeaveDonation getLeaveDonation(String lmLeaveDonationId)
- Description copied from interface:
LeaveDonationService
- Fetch LeaveDonation by id
- Specified by:
getLeaveDonation
in interface LeaveDonationService
- Returns:
getLeaveDonations
public 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)
- Specified by:
getLeaveDonations
in interface LeaveDonationService
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.