public interface ActivePendingTransactionsService
| Modifier and Type | Method and Description |
|---|---|
void |
approveTransactions(TimeAndMoneyDocument document,
AwardAmountTransaction newAwardAmountTransaction)
This method will approve all pending transactions and accordingly update the awardAmountInfo numbers for all awards.
|
List<AwardAmountTransaction> |
processSingleNodeMoneyTransaction(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems) |
List<AwardAmountTransaction> |
processTransactions(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems,
Boolean refreshFlag) |
List<Award> |
processTransactionsForAddRuleProcessing(TimeAndMoneyDocument doc,
AwardAmountTransaction newAwardAmountTransaction,
Map<String,AwardAmountTransaction> awardAmountTransactionItems,
List<Award> awardItems,
List<TransactionDetail> transactionDetailItems) |
void approveTransactions(TimeAndMoneyDocument document, AwardAmountTransaction newAwardAmountTransaction)
document - newAwardAmountTransaction - List<AwardAmountTransaction> processTransactions(TimeAndMoneyDocument doc, AwardAmountTransaction newAwardAmountTransaction, Map<String,AwardAmountTransaction> awardAmountTransactionItems, List<Award> awardItems, List<TransactionDetail> transactionDetailItems, Boolean refreshFlag)
List<AwardAmountTransaction> processSingleNodeMoneyTransaction(TimeAndMoneyDocument doc, AwardAmountTransaction newAwardAmountTransaction, Map<String,AwardAmountTransaction> awardAmountTransactionItems, List<Award> awardItems, List<TransactionDetail> transactionDetailItems)
List<Award> processTransactionsForAddRuleProcessing(TimeAndMoneyDocument doc, AwardAmountTransaction newAwardAmountTransaction, Map<String,AwardAmountTransaction> awardAmountTransactionItems, List<Award> awardItems, List<TransactionDetail> transactionDetailItems)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.