org.kuali.kpme.tklm.leave.donation.service
Class LeaveDonationServiceImpl

java.lang.Object
  extended by org.kuali.kpme.tklm.leave.donation.service.LeaveDonationServiceImpl
All Implemented Interfaces:
LeaveDonationService

public class LeaveDonationServiceImpl
extends Object
implements LeaveDonationService


Constructor Summary
LeaveDonationServiceImpl()
           
 
Method Summary
 LeaveDonation getLeaveDonation(String lmLeaveDonationId)
          Fetch LeaveDonation by id
 LeaveDonationDao getLeaveDonationDao()
           
 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)
           
 void setLeaveDonationDao(LeaveDonationDao leaveDonationDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaveDonationServiceImpl

public LeaveDonationServiceImpl()
Method Detail

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.