Class LoanJournalEntryPosterImpl
java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.LoanJournalEntryPosterImpl
- All Implemented Interfaces:
org.apache.fineract.portfolio.loanaccount.service.LoanJournalEntryPoster
@Component
public class LoanJournalEntryPosterImpl
extends Object
implements org.apache.fineract.portfolio.loanaccount.service.LoanJournalEntryPoster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostJournalEntries(org.apache.fineract.portfolio.loanaccount.domain.Loan loan, List<Long> existingTransactionIds, List<Long> existingReversedTransactionIds)
-
Constructor Details
-
LoanJournalEntryPosterImpl
public LoanJournalEntryPosterImpl()
-
-
Method Details
-
postJournalEntries
public void postJournalEntries(org.apache.fineract.portfolio.loanaccount.domain.Loan loan, List<Long> existingTransactionIds, List<Long> existingReversedTransactionIds) - Specified by:
postJournalEntriesin interfaceorg.apache.fineract.portfolio.loanaccount.service.LoanJournalEntryPoster
-