Class JournalEntryRunningBalanceUpdateServiceImpl
java.lang.Object
org.apache.fineract.accounting.journalentry.service.JournalEntryRunningBalanceUpdateServiceImpl
- All Implemented Interfaces:
org.apache.fineract.accounting.journalentry.service.JournalEntryRunningBalanceUpdateService
@Service
public class JournalEntryRunningBalanceUpdateServiceImpl
extends Object
implements org.apache.fineract.accounting.journalentry.service.JournalEntryRunningBalanceUpdateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateOfficeRunningBalance(org.apache.fineract.infrastructure.core.api.JsonCommand command) void
-
Constructor Details
-
JournalEntryRunningBalanceUpdateServiceImpl
public JournalEntryRunningBalanceUpdateServiceImpl()
-
-
Method Details
-
updateRunningBalance
public void updateRunningBalance()- Specified by:
updateRunningBalancein interfaceorg.apache.fineract.accounting.journalentry.service.JournalEntryRunningBalanceUpdateService
-
updateOfficeRunningBalance
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateOfficeRunningBalance(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateOfficeRunningBalancein interfaceorg.apache.fineract.accounting.journalentry.service.JournalEntryRunningBalanceUpdateService
-