Class UpdateClientAddressCommandHandler

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

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

    • UpdateClientAddressCommandHandler

      @Autowired public UpdateClientAddressCommandHandler(AddressWritePlatformService 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