Interface AccountNumberFormatWritePlatformService

All Known Implementing Classes:
AccountNumberFormatWritePlatformServiceJpaRepositoryImpl

public interface AccountNumberFormatWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createAccountNumberFormat(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteAccountNumberFormat(Long accountNumberFormatId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateAccountNumberFormat(Long accountNumberFormatId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createAccountNumberFormat

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createAccountNumberFormat(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateAccountNumberFormat

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateAccountNumberFormat(Long accountNumberFormatId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteAccountNumberFormat

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteAccountNumberFormat(Long accountNumberFormatId)