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, setDbPlatform
public LeaveDonationDaoOjbImpl()
public LeaveDonation getLeaveDonation(String lmLeaveDonationId)
LeaveDonationDao
getLeaveDonation
in interface LeaveDonationDao
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)
getLeaveDonations
in interface LeaveDonationDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.