Class ShareProductWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.shareproducts.service.ShareProductWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
ShareProductWritePlatformService
public class ShareProductWritePlatformServiceJpaRepositoryImpl
extends Object
implements ShareProductWritePlatformService
-
Constructor Summary
Constructors -
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 jsonCommand)
-
Constructor Details
-
ShareProductWritePlatformServiceJpaRepositoryImpl
public ShareProductWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
updateProduct
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateProduct(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) - Specified by:
updateProductin interfaceShareProductWritePlatformService