public class AwardAmountInfoServiceImpl extends Object implements AwardAmountInfoService
| Constructor and Description |
|---|
AwardAmountInfoServiceImpl() |
| 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)
This method fetches the Award Amount Info object that is to be displayed in UI for Award.
|
AwardAmountInfo |
fetchLastAwardAmountInfoForDocNum(Award award,
String docNum) |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
org.kuali.rice.krad.service.DocumentService |
getDocumentService()
Gets the businessObjectService attribute.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
Sets the businessObjectService attribute value.
|
public AwardAmountInfo fetchLastAwardAmountInfoForAwardVersionAndFinalizedTandMDocumentNumber(Award award)
fetchLastAwardAmountInfoForAwardVersionAndFinalizedTandMDocumentNumber in interface AwardAmountInfoServiceaward - org.kuali.rice.kew.api.exception.WorkflowExceptionorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic AwardAmountInfo fetchLastAwardAmountInfoForDocNum(Award award, String docNum)
fetchLastAwardAmountInfoForDocNum in interface AwardAmountInfoServicepublic AwardAmountInfo fetchAwardAmountInfoWithHighestTransactionId(List<AwardAmountInfo> awardAmountInfos)
AwardAmountInfoServicefetchAwardAmountInfoWithHighestTransactionId in interface AwardAmountInfoServiceAwardAmountInfoService.fetchAwardAmountInfoWithHighestTransactionId(java.util.List)public int fetchIndexOfAwardAmountInfoWithHighestTransactionId(List<AwardAmountInfo> awardAmountInfos)
AwardAmountInfoServicefetchIndexOfAwardAmountInfoWithHighestTransactionId in interface AwardAmountInfoServiceAwardAmountInfoService.fetchIndexOfAwardAmountInfoWithHighestTransactionId(java.util.List)public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
businessObjectService - The businessObjectService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.