org.kuali.hr.lm.leavedonation.service
Interface LeaveDonationService

All Known Implementing Classes:
LeaveDonationServiceImpl

public interface LeaveDonationService


Method Summary
 LeaveDonation getLeaveDonation(String lmLeaveDonationId)
          Fetch LeaveDonation by id
 

Method Detail

getLeaveDonation

@Cacheable(value="KPME/LeaveDonation",
           key="\'lmLeaveDonationId=\' + #p0")
LeaveDonation getLeaveDonation(String lmLeaveDonationId)
Fetch LeaveDonation by id

Parameters:
lmLeaveDonationId -
Returns:


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