public interface AwardAmountInfoService
| Modifier and Type | Method and Description |
|---|---|
AwardAmountInfo |
fetchAwardAmountInfoWithHighestTransactionId(List<AwardAmountInfo> awardAmountInfos)
This method should return the awardAmountInfo object having highest transaction id.
|
int |
fetchIndexOfAwardAmountInfoWithHighestTransactionId(List<AwardAmountInfo> awardAmountInfos)
This method...
|
AwardAmountInfo |
fetchLastAwardAmountInfoForAwardVersionAndFinalizedTandMDocumentNumber(Award award) |
AwardAmountInfo |
fetchLastAwardAmountInfoForDocNum(Award award,
String docNum) |
AwardAmountInfo fetchLastAwardAmountInfoForAwardVersionAndFinalizedTandMDocumentNumber(Award award)
AwardAmountInfo fetchAwardAmountInfoWithHighestTransactionId(List<AwardAmountInfo> awardAmountInfos)
awardAmountInfos - AwardAmountInfo fetchLastAwardAmountInfoForDocNum(Award award, String docNum)
int fetchIndexOfAwardAmountInfoWithHighestTransactionId(List<AwardAmountInfo> awardAmountInfos)
awardAmountInfos - Copyright © 2013 The Kuali Foundation. All Rights Reserved.