Interface CodeValueWritePlatformService

All Known Implementing Classes:
CodeValueWritePlatformServiceJpaRepositoryImpl

public interface CodeValueWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createCodeValue(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteCodeValue(Long codeId, Long codeValueId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateCodeValue(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

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCodeValue(Long codeId, Long codeValueId)