Class AccountNumberFormatWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.infrastructure.accountnumberformat.service.AccountNumberFormatWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
AccountNumberFormatWritePlatformService
@Service
public class AccountNumberFormatWritePlatformServiceJpaRepositoryImpl
extends Object
implements 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
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createAccountNumberFormat(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createAccountNumberFormatin interfaceAccountNumberFormatWritePlatformService
-
updateAccountNumberFormat
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateAccountNumberFormat(Long accountNumberFormatId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateAccountNumberFormatin interfaceAccountNumberFormatWritePlatformService
-
deleteAccountNumberFormat
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteAccountNumberFormat(Long accountNumberFormatId) - Specified by:
deleteAccountNumberFormatin interfaceAccountNumberFormatWritePlatformService
-