Class ShareProductCommandsServiceImpl
java.lang.Object
org.apache.fineract.portfolio.shareproducts.service.ShareProductCommandsServiceImpl
- All Implemented Interfaces:
ProductCommandsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleCommand(Long productId, String command, String jsonBody) org.apache.fineract.infrastructure.core.data.CommandProcessingResultpostDividends(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
-
Constructor Details
-
ShareProductCommandsServiceImpl
public ShareProductCommandsServiceImpl()
-
-
Method Details
-
postDividends
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult postDividends(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) -
handleCommand
- Specified by:
handleCommandin interfaceProductCommandsService
-