Class UpdateGlobalConfigurationCommandHandler
java.lang.Object
org.apache.fineract.infrastructure.configuration.handler.UpdateGlobalConfigurationCommandHandler
- All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler
@Service
@CommandType(entity="CONFIGURATION",
action="UPDATE")
public class UpdateGlobalConfigurationCommandHandler
extends Object
implements org.apache.fineract.commands.handler.NewCommandSourceHandler
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateGlobalConfigurationCommandHandler(GlobalConfigurationWritePlatformService writePlatformService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultprocessCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
UpdateGlobalConfigurationCommandHandler
@Autowired public UpdateGlobalConfigurationCommandHandler(GlobalConfigurationWritePlatformService writePlatformService)
-
-
Method Details
-
processCommand
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult processCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
processCommandin interfaceorg.apache.fineract.commands.handler.NewCommandSourceHandler
-