Class CreateRateCommandHandler

java.lang.Object
org.apache.fineract.portfolio.rate.handler.CreateRateCommandHandler
All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler

@Service @CommandType(entity="RATE", action="CREATE") public class CreateRateCommandHandler extends Object implements org.apache.fineract.commands.handler.NewCommandSourceHandler
Bowpi GT Created by Jose on 19/07/2017.
  • Constructor Details

    • CreateRateCommandHandler

      @Autowired public CreateRateCommandHandler(RateWriteService writePlatformService)
  • Method Details

    • processCommand

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