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 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:
      retrieveAll in interface org.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:
      retrieveGLJournalEntryById in interface org.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformService
    • retrieveOfficeOpeningBalances

      public org.apache.fineract.accounting.journalentry.data.OfficeOpeningBalancesData retrieveOfficeOpeningBalances(Long officeId, String currencyCode)
      Specified by:
      retrieveOfficeOpeningBalances in interface org.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:
      retrieveJournalEntriesByEntityId in interface org.apache.fineract.accounting.journalentry.service.JournalEntryReadPlatformService