public interface DisbursementVoucherTravelService
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
calculateMileageAmount(Integer totalMileage,
Timestamp travelStartDate)
Calculates the mileage travel amount.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
calculatePerDiemAmount(Timestamp startDateTime,
Timestamp endDateTime,
org.kuali.rice.core.api.util.type.KualiDecimal perDiemRate)
Calculates the per diem travel amount.
|
org.kuali.rice.core.api.util.type.KualiDecimal calculatePerDiemAmount(Timestamp startDateTime, Timestamp endDateTime, org.kuali.rice.core.api.util.type.KualiDecimal perDiemRate)
startDateTime
- The start date and time of the period of time we will calculate the per diem amount for.endDateTime
- The end date and time of the period of time we will calculate the per diem amount for.perDiemRate
- The per diem rate used to calculate the total amount.org.kuali.rice.core.api.util.type.KualiDecimal calculateMileageAmount(Integer totalMileage, Timestamp travelStartDate)
totalMileage
- The total distance traveled.travelStartDate
- The start date of the travel.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.