Class UpdateTaxComponentCommandHandler

java.lang.Object
org.apache.fineract.portfolio.tax.handler.UpdateTaxComponentCommandHandler
All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler

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

    • UpdateTaxComponentCommandHandler

      @Autowired public UpdateTaxComponentCommandHandler(TaxWritePlatformService taxWritePlatformService)
  • Method Details

    • processCommand

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