Class AccountTransfersWritePlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.account.service.AccountTransfersWritePlatformServiceImpl
- All Implemented Interfaces:
AccountTransfersWritePlatformService
public class AccountTransfersWritePlatformServiceImpl
extends Object
implements AccountTransfersWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreate(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultrefundByTransfer(org.apache.fineract.infrastructure.core.api.JsonCommand command) repayLoanWithTopup(AccountTransferDTO accountTransferDTO) voidreverseAllTransactions(Long accountId, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) voidreverseTransfersWithFromAccountTransactions(Collection<Long> fromTransactionIds, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) voidreverseTransfersWithFromAccountType(Long accountNumber, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) transferFunds(AccountTransferDTO accountTransferDTO)
-
Constructor Details
-
AccountTransfersWritePlatformServiceImpl
public AccountTransfersWritePlatformServiceImpl()
-
-
Method Details
-
create
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createin interfaceAccountTransfersWritePlatformService
-
reverseTransfersWithFromAccountType
@Transactional public void reverseTransfersWithFromAccountType(Long accountNumber, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) - Specified by:
reverseTransfersWithFromAccountTypein interfaceAccountTransfersWritePlatformService
-
reverseTransfersWithFromAccountTransactions
@Transactional public void reverseTransfersWithFromAccountTransactions(Collection<Long> fromTransactionIds, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) - Specified by:
reverseTransfersWithFromAccountTransactionsin interfaceAccountTransfersWritePlatformService
-
reverseAllTransactions
@Transactional public void reverseAllTransactions(Long accountId, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) - Specified by:
reverseAllTransactionsin interfaceAccountTransfersWritePlatformService
-
transferFunds
- Specified by:
transferFundsin interfaceAccountTransfersWritePlatformService
-
repayLoanWithTopup
- Specified by:
repayLoanWithTopupin interfaceAccountTransfersWritePlatformService
-
refundByTransfer
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult refundByTransfer(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
refundByTransferin interfaceAccountTransfersWritePlatformService
-