Interface AccountTransfersWritePlatformService
- All Known Implementing Classes:
AccountTransfersWritePlatformServiceImpl
public interface AccountTransfersWritePlatformService
-
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)
-
Method Details
-
create
org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
reverseTransfersWithFromAccountType
void reverseTransfersWithFromAccountType(Long accountNumber, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) -
transferFunds
-
reverseAllTransactions
void reverseAllTransactions(Long accountId, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) -
refundByTransfer
org.apache.fineract.infrastructure.core.data.CommandProcessingResult refundByTransfer(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
reverseTransfersWithFromAccountTransactions
void reverseTransfersWithFromAccountTransactions(Collection<Long> fromTransactionIds, org.apache.fineract.portfolio.account.PortfolioAccountType accountTypeId) -
repayLoanWithTopup
-