Interface AccountNumberFormatWritePlatformService
- All Known Implementing Classes:
AccountNumberFormatWritePlatformServiceJpaRepositoryImpl
public interface AccountNumberFormatWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateAccountNumberFormat(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteAccountNumberFormat(Long accountNumberFormatId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateAccountNumberFormat(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)
-