Class DeleteOfficeTransactionCommandHandler

java.lang.Object
org.apache.fineract.organisation.office.handler.DeleteOfficeTransactionCommandHandler
All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler

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

    • DeleteOfficeTransactionCommandHandler

      @Autowired public DeleteOfficeTransactionCommandHandler(OfficeWritePlatformService 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