Interface AccountTransfersWritePlatformService

All Known Implementing Classes:
AccountTransfersWritePlatformServiceImpl

public interface AccountTransfersWritePlatformService
  • 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

      Long transferFunds(AccountTransferDTO accountTransferDTO)
    • 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

      AccountTransferDetails repayLoanWithTopup(AccountTransferDTO accountTransferDTO)