Class UpdateExternalServiceConfigurationCommandHandler

java.lang.Object
org.apache.fineract.infrastructure.configuration.handler.UpdateExternalServiceConfigurationCommandHandler
All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler

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

    • UpdateExternalServiceConfigurationCommandHandler

      @Autowired public UpdateExternalServiceConfigurationCommandHandler(ExternalServiceWritePlatformService writePlatformService)
  • Method Details

    • processCommand

      @Transactional 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