Interface ProductMixWritePlatformService
- All Known Implementing Classes:
ProductMixWritePlatformServiceJpaRepositoryImpl
public interface ProductMixWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateProductMix(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteProductMix(Long productId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateProductMix(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)
-