Interface CodeValueWritePlatformService
- All Known Implementing Classes:
CodeValueWritePlatformServiceJpaRepositoryImpl
public interface CodeValueWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateCodeValue(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteCodeValue(Long codeId, Long codeValueId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateCodeValue(Long codeValueId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
createCodeValue
org.apache.fineract.infrastructure.core.data.CommandProcessingResult createCodeValue(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateCodeValue
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCodeValue(Long codeValueId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
deleteCodeValue
-