This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 015851154f Merge pull request #5708
add 688a6914ae FINERACT-2565: Batch API support for disburseToSavings,
paySavingsAccountCharge, createAccountTransfer
new 98bc9274a0 Merge pull request #5709
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../batch/command/CommandStrategyProvider.java | 7 +
...a => CreateAccountTransferCommandStrategy.java} | 35 ++---
....java => DisburseToSavingsCommandStrategy.java} | 20 +--
...=> PaySavingsAccountChargeCommandStrategy.java} | 63 +++++----
.../batch/command/CommandStrategyProviderTest.java | 13 +-
.../CreateAccountTransferCommandStrategyTest.java | 111 +++++++++++++++
...a => DisburseToSavingsCommandStrategyTest.java} | 80 ++++++-----
...PaySavingsAccountChargeCommandStrategyTest.java | 156 +++++++++++++++++++++
8 files changed, 381 insertions(+), 104 deletions(-)
copy
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{CreateLoanInterestPauseByLoanIdCommandStrategy.java
=> CreateAccountTransferCommandStrategy.java} (56%)
copy
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{DisburseLoanCommandStrategy.java
=> DisburseToSavingsCommandStrategy.java} (77%)
copy
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{LoanStateTransistionsByExternalIdCommandStrategy.java
=> PaySavingsAccountChargeCommandStrategy.java} (54%)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/batch/command/internal/CreateAccountTransferCommandStrategyTest.java
copy
fineract-provider/src/test/java/org/apache/fineract/batch/command/internal/{CreateDatatableEntryCommandStrategyTest.java
=> DisburseToSavingsCommandStrategyTest.java} (50%)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/batch/command/internal/PaySavingsAccountChargeCommandStrategyTest.java