public class AwardTransactionLookupServiceImpl extends Object implements AwardTransactionLookupService
| Constructor and Description |
|---|
AwardTransactionLookupServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,String> |
getApplicableTransactionIds(String awardNumber,
Integer sequenceNumber)
Gets all transaction ids that were added to the award version, excluding
transactions that were added to previous or later versions.
|
protected int |
getAwardAmountInfoIndex(Award award,
Long transactionId) |
protected Award |
getAwardVersion(String awardNumber,
int sequenceNumber) |
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
public Map<Integer,String> getApplicableTransactionIds(String awardNumber, Integer sequenceNumber)
AwardTransactionLookupServicegetApplicableTransactionIds in interface AwardTransactionLookupServiceAwardTransactionLookupService.getApplicableTransactionIds(java.lang.String, java.lang.Integer)public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.