Interface ProductMixWritePlatformService

All Known Implementing Classes:
ProductMixWritePlatformServiceJpaRepositoryImpl

public interface ProductMixWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createProductMix(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateProductMix(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createProductMix

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createProductMix(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateProductMix

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateProductMix(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteProductMix

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteProductMix(Long productId)