public interface TravelMileageRateDao
Modifier and Type | Method and Description |
---|---|
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.
|
Collection retrieveMostEffectiveMileageRates(Date effectiveDate)
effectiveDate
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.