Class AccountNumberFormatReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.accountnumberformat.service.AccountNumberFormatReadPlatformServiceImpl
- All Implemented Interfaces:
AccountNumberFormatReadPlatformService
@Service
public class AccountNumberFormatReadPlatformServiceImpl
extends Object
implements AccountNumberFormatReadPlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeterminePrefixTypesForAccounts(Map<String, List<org.apache.fineract.infrastructure.core.data.EnumOptionData>> accountNumberPrefixTypeOptions, EntityAccountType entityAccountType) org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatDataList<org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData> org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatDataretrieveTemplate(EntityAccountType entityAccountTypeForTemplate)
-
Constructor Details
-
AccountNumberFormatReadPlatformServiceImpl
public AccountNumberFormatReadPlatformServiceImpl()
-
-
Method Details
-
getAllAccountNumberFormats
public List<org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData> getAllAccountNumberFormats()- Specified by:
getAllAccountNumberFormatsin interfaceAccountNumberFormatReadPlatformService
-
getAccountNumberFormat
public org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData getAccountNumberFormat(Long id) - Specified by:
getAccountNumberFormatin interfaceAccountNumberFormatReadPlatformService
-
retrieveTemplate
public org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData retrieveTemplate(EntityAccountType entityAccountTypeForTemplate) - Specified by:
retrieveTemplatein interfaceAccountNumberFormatReadPlatformService
-
determinePrefixTypesForAccounts
public void determinePrefixTypesForAccounts(Map<String, List<org.apache.fineract.infrastructure.core.data.EnumOptionData>> accountNumberPrefixTypeOptions, EntityAccountType entityAccountType)
-