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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.fineract.infrastructure.core.data.EnumOptionData> List<org.apache.fineract.accounting.glaccount.data.GLAccountData> List<org.apache.fineract.accounting.glaccount.data.GLAccountData> List<org.apache.fineract.infrastructure.core.data.EnumOptionData> List<org.apache.fineract.infrastructure.core.data.EnumOptionData> List<org.apache.fineract.infrastructure.core.data.EnumOptionData>
-
Constructor Details
-
AccountingDropdownReadPlatformServiceImpl
public AccountingDropdownReadPlatformServiceImpl()
-
-
Method Details
-
retrieveGLAccountTypeOptions
public List<org.apache.fineract.infrastructure.core.data.EnumOptionData> retrieveGLAccountTypeOptions()- Specified by:
retrieveGLAccountTypeOptionsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveGLAccountUsageOptions
public List<org.apache.fineract.infrastructure.core.data.EnumOptionData> retrieveGLAccountUsageOptions()- Specified by:
retrieveGLAccountUsageOptionsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveJournalEntryTypeOptions
public List<org.apache.fineract.infrastructure.core.data.EnumOptionData> retrieveJournalEntryTypeOptions()- Specified by:
retrieveJournalEntryTypeOptionsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveAccountingRuleTypeOptions
public List<org.apache.fineract.infrastructure.core.data.EnumOptionData> retrieveAccountingRuleTypeOptions()- Specified by:
retrieveAccountingRuleTypeOptionsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveAccountMappingOptionsForLoanProducts
public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptionsForLoanProducts()- Specified by:
retrieveAccountMappingOptionsForLoanProductsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveAccountMappingOptionsForSavingsProducts
public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptionsForSavingsProducts()- Specified by:
retrieveAccountMappingOptionsForSavingsProductsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveAccountMappingOptionsForCharges
public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptionsForCharges()- Specified by:
retrieveAccountMappingOptionsForChargesin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveAccountMappingOptions
public Map<String,List<org.apache.fineract.accounting.glaccount.data.GLAccountData>> retrieveAccountMappingOptions()- Specified by:
retrieveAccountMappingOptionsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveExpenseAccountOptions
public List<org.apache.fineract.accounting.glaccount.data.GLAccountData> retrieveExpenseAccountOptions()- Specified by:
retrieveExpenseAccountOptionsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-
retrieveAssetAccountOptions
public List<org.apache.fineract.accounting.glaccount.data.GLAccountData> retrieveAssetAccountOptions()- Specified by:
retrieveAssetAccountOptionsin interfaceorg.apache.fineract.accounting.common.AccountingDropdownReadPlatformService
-