public class LeaveDonationDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements LeaveDonationDao
| Constructor and Description | 
|---|
| LeaveDonationDaoOjbImpl() | 
| 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) | 
getDbPlatform, setDbPlatformpublic LeaveDonationDaoOjbImpl()
public LeaveDonation getLeaveDonation(String lmLeaveDonationId)
LeaveDonationDaogetLeaveDonation in interface LeaveDonationDaopublic 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)
getLeaveDonations in interface LeaveDonationDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.