Interface ShareProductWritePlatformService
- All Known Implementing Classes:
ShareProductWritePlatformServiceJpaRepositoryImpl
public interface ShareProductWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultapproveShareProductDividend(Long PayOutDetailId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateShareProduct(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateShareProductDividend(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteShareProductDividend(Long PayOutDetailId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateProduct(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
updateProduct
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateProduct(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command)