Interface AccountNumberFormatReadPlatformService

All Known Implementing Classes:
AccountNumberFormatReadPlatformServiceImpl

public interface AccountNumberFormatReadPlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData
     
    List<org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData>
     
    org.apache.fineract.infrastructure.accountnumberformat.data.AccountNumberFormatData
    retrieveTemplate(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)