Class JournalEntryReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformServiceImpl
- All Implemented Interfaces:
org.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformService
public class JournalEntryReadPlatformServiceImpl
extends Object
implements org.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.service.Page<org.apache.fineract.accounting.journalentry.data.JournalEntryData> retrieveAll(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters, Long glAccountId, Boolean onlyManualEntries, LocalDate fromDate, LocalDate toDate, LocalDate submittedOnDateFrom, LocalDate submittedOnDateTo, String transactionId, Integer entityType, org.apache.fineract.accounting.journalentry.data.JournalEntryAssociationParametersData associationParametersData) org.apache.fineract.accounting.journalentry.data.JournalEntryDataretrieveGLJournalEntryById(long glJournalEntryId, org.apache.fineract.accounting.journalentry.data.JournalEntryAssociationParametersData associationParametersData) org.apache.fineract.infrastructure.core.service.Page<org.apache.fineract.accounting.journalentry.data.JournalEntryData> retrieveJournalEntriesByEntityId(String transactionId, Long entityId, Integer entityType) org.apache.fineract.accounting.journalentry.data.OfficeOpeningBalancesDataretrieveOfficeOpeningBalances(Long officeId, String currencyCode)
-
Constructor Details
-
JournalEntryReadPlatformServiceImpl
public JournalEntryReadPlatformServiceImpl()
-
-
Method Details
-
retrieveAll
public org.apache.fineract.infrastructure.core.service.Page<org.apache.fineract.accounting.journalentry.data.JournalEntryData> retrieveAll(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters, Long glAccountId, Boolean onlyManualEntries, LocalDate fromDate, LocalDate toDate, LocalDate submittedOnDateFrom, LocalDate submittedOnDateTo, String transactionId, Integer entityType, org.apache.fineract.accounting.journalentry.data.JournalEntryAssociationParametersData associationParametersData) - Specified by:
retrieveAllin interfaceorg.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformService
-
retrieveGLJournalEntryById
public org.apache.fineract.accounting.journalentry.data.JournalEntryData retrieveGLJournalEntryById(long glJournalEntryId, org.apache.fineract.accounting.journalentry.data.JournalEntryAssociationParametersData associationParametersData) - Specified by:
retrieveGLJournalEntryByIdin interfaceorg.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformService
-
retrieveOfficeOpeningBalances
public org.apache.fineract.accounting.journalentry.data.OfficeOpeningBalancesData retrieveOfficeOpeningBalances(Long officeId, String currencyCode) - Specified by:
retrieveOfficeOpeningBalancesin interfaceorg.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformService
-
retrieveJournalEntriesByEntityId
public org.apache.fineract.infrastructure.core.service.Page<org.apache.fineract.accounting.journalentry.data.JournalEntryData> retrieveJournalEntriesByEntityId(String transactionId, Long entityId, Integer entityType) - Specified by:
retrieveJournalEntriesByEntityIdin interfaceorg.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformService
-