org.kuali.kpme.tklm.leave.donation.dao
Interface LeaveDonationDao

All Known Implementing Classes:
LeaveDonationDaoOjbImpl

public interface LeaveDonationDao


Method Summary
 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)
           
 

Method Detail

getLeaveDonation

LeaveDonation getLeaveDonation(String lmLeaveDonationId)
Get leave Donationfrom id

Parameters:
lmLeaveDonationId -
Returns:
LeaveDonation

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.