Interface AccountNumberFormatReadPlatformService
- All Known Implementing Classes:
AccountNumberFormatReadPlatformServiceImpl
public interface AccountNumberFormatReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatDataList<org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData> org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatDataretrieveTemplate(EntityAccountType entityAccountTypeForTemplate)
-
Method Details
-
getAllAccountNumberFormats
List<org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData> getAllAccountNumberFormats() -
getAccountNumberFormat
org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData getAccountNumberFormat(Long id) -
retrieveTemplate
org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData retrieveTemplate(EntityAccountType entityAccountTypeForTemplate)
-