Class ActivateClientCommandHandler

java.lang.Object
org.apache.fineract.portfolio.client.handler.ActivateClientCommandHandler
All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler

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

    • ActivateClientCommandHandler

      @Autowired public ActivateClientCommandHandler(ClientWritePlatformService clientWritePlatformService)
  • 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