Class AccountingDropdownReadPlatformServiceImpl

java.lang.Object
org.apache.fineract.accounting.common.AccountingDropdownReadPlatformServiceImpl
All Implemented Interfaces:
org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService

@Service public class AccountingDropdownReadPlatformServiceImpl extends Object implements org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
  • Constructor Details

    • AccountingDropdownReadPlatformServiceImpl

      public AccountingDropdownReadPlatformServiceImpl()
  • Method Details

    • retrieveGLAccountTypeOptions

      public List<org.apache.fineract.infrastructure.core.data.EnumOptionData> retrieveGLAccountTypeOptions()
      Specified by:
      retrieveGLAccountTypeOptions in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveGLAccountUsageOptions

      public List<org.apache.fineract.infrastructure.core.data.EnumOptionData> retrieveGLAccountUsageOptions()
      Specified by:
      retrieveGLAccountUsageOptions in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveJournalEntryTypeOptions

      public List<org.apache.fineract.infrastructure.core.data.EnumOptionData> retrieveJournalEntryTypeOptions()
      Specified by:
      retrieveJournalEntryTypeOptions in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveAccountingRuleTypeOptions

      public List<org.apache.fineract.infrastructure.core.data.EnumOptionData> retrieveAccountingRuleTypeOptions()
      Specified by:
      retrieveAccountingRuleTypeOptions in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveAccountMappingOptionsForLoanProducts

      public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptionsForLoanProducts()
      Specified by:
      retrieveAccountMappingOptionsForLoanProducts in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveAccountMappingOptionsForSavingsProducts

      public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptionsForSavingsProducts()
      Specified by:
      retrieveAccountMappingOptionsForSavingsProducts in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveAccountMappingOptionsForCharges

      public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptionsForCharges()
      Specified by:
      retrieveAccountMappingOptionsForCharges in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveAccountMappingOptions

      public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptions()
      Specified by:
      retrieveAccountMappingOptions in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveExpenseAccountOptions

      public List<org.apache.fineract.accounting.glaccount.data.GLAccountData> retrieveExpenseAccountOptions()
      Specified by:
      retrieveExpenseAccountOptions in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveAssetAccountOptions

      public List<org.apache.fineract.accounting.glaccount.data.GLAccountData> retrieveAssetAccountOptions()
      Specified by:
      retrieveAssetAccountOptions in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
    • retrieveAccountMappingOptionsForShareProducts

      public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptionsForShareProducts()
      Specified by:
      retrieveAccountMappingOptionsForShareProducts in interface org.apache.fineract.accounting.common.AccountingDropdownReadPlatformService