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