org.kuali.hr.lm.leavedonation.service
Class LeaveDonationServiceImpl

java.lang.Object
  extended by org.kuali.hr.lm.leavedonation.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()
           
 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:


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.