Class CreateStandingInstructionCommandHandler
java.lang.Object
org.apache.fineract.portfolio.account.handler.CreateStandingInstructionCommandHandler
- All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler
@Service
@CommandType(entity="STANDINGINSTRUCTION",
action="CREATE")
public class CreateStandingInstructionCommandHandler
extends Object
implements org.apache.fineract.commands.handler.NewCommandSourceHandler
-
Constructor Summary
ConstructorsConstructorDescriptionCreateStandingInstructionCommandHandler(StandingInstructionWritePlatformService standingInstructionWritePlatformService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultprocessCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
CreateStandingInstructionCommandHandler
@Autowired public CreateStandingInstructionCommandHandler(StandingInstructionWritePlatformService standingInstructionWritePlatformService)
-
-
Method Details
-
processCommand
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
-