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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.loanaccount.domain.LoansaveAndFlushLoanWithDataIntegrityViolationChecks(org.apache.fineract.portfolio.loanaccount.domain.Loan loan) org.apache.fineract.portfolio.loanaccount.domain.LoanTransactionsaveLoanTransactionWithDataIntegrityViolationChecks(org.apache.fineract.portfolio.loanaccount.domain.LoanTransaction newRepaymentTransaction) org.apache.fineract.portfolio.loanaccount.domain.LoansaveLoanWithDataIntegrityViolationChecks(org.apache.fineract.portfolio.loanaccount.domain.Loan loan)
-
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:
saveLoanTransactionWithDataIntegrityViolationChecksin interfaceorg.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:
saveAndFlushLoanWithDataIntegrityViolationChecksin interfaceorg.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:
saveLoanWithDataIntegrityViolationChecksin interfaceorg.apache.fineract.portfolio.loanaccount.domain.LoanAccountService
-