Class LoanAccountServiceImpl

java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.LoanAccountServiceImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.loanaccount.domain.LoanAccountService

public class LoanAccountServiceImpl extends Object implements org.apache.fineract.portfolio.loanaccount.domain.LoanAccountService
  • Constructor Details

    • LoanAccountServiceImpl

      public LoanAccountServiceImpl()
  • Method Details

    • saveLoanTransactionWithDataIntegrityViolationChecks

      public org.apache.fineract.portfolio.loanaccount.domain.LoanTransaction saveLoanTransactionWithDataIntegrityViolationChecks(org.apache.fineract.portfolio.loanaccount.domain.LoanTransaction newRepaymentTransaction)
      Specified by:
      saveLoanTransactionWithDataIntegrityViolationChecks in interface org.apache.fineract.portfolio.loanaccount.domain.LoanAccountService
    • saveAndFlushLoanWithDataIntegrityViolationChecks

      public org.apache.fineract.portfolio.loanaccount.domain.Loan saveAndFlushLoanWithDataIntegrityViolationChecks(org.apache.fineract.portfolio.loanaccount.domain.Loan loan)
      Specified by:
      saveAndFlushLoanWithDataIntegrityViolationChecks in interface org.apache.fineract.portfolio.loanaccount.domain.LoanAccountService
    • saveLoanWithDataIntegrityViolationChecks

      public org.apache.fineract.portfolio.loanaccount.domain.Loan saveLoanWithDataIntegrityViolationChecks(org.apache.fineract.portfolio.loanaccount.domain.Loan loan)
      Specified by:
      saveLoanWithDataIntegrityViolationChecks in interface org.apache.fineract.portfolio.loanaccount.domain.LoanAccountService