org.kuali.kfs.fp.document.dataaccess
Interface TravelMileageRateDao

All Known Implementing Classes:
TravelMileageRateDaoOjb

public interface TravelMileageRateDao

The data access interface retrieving mileage rate objects.


Method Summary
 Collection retrieveMostEffectiveMileageRates(Date effectiveDate)
          Retrieves a list of TravelMileageRate objects whose effective dates are before or equal to the given effectiveDate and the greatest of effective dates before the date.
 

Method Detail

retrieveMostEffectiveMileageRates

Collection retrieveMostEffectiveMileageRates(Date effectiveDate)
Retrieves a list of TravelMileageRate objects whose effective dates are before or equal to the given effectiveDate and the greatest of effective dates before the date.

Parameters:
effectiveDate -
Returns:


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.