Class CreateShareProductDividendCommandHandler

java.lang.Object
org.apache.fineract.portfolio.shareproducts.handler.CreateShareProductDividendCommandHandler
All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler

@Service @CommandType(entity="SHAREPRODUCT", action="CREATE_DIVIDEND") public class CreateShareProductDividendCommandHandler extends Object implements org.apache.fineract.commands.handler.NewCommandSourceHandler
  • Constructor Details

    • CreateShareProductDividendCommandHandler

      @Autowired public CreateShareProductDividendCommandHandler(ShareProductWritePlatformService shareProductWritePlatformService)
  • Method Details

    • processCommand

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult processCommand(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
      Specified by:
      processCommand in interface org.apache.fineract.commands.handler.NewCommandSourceHandler