Class CreateTaxComponentCommandHandler
java.lang.Object
org.apache.fineract.portfolio.tax.handler.CreateTaxComponentCommandHandler
- All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler
@Service
@CommandType(entity="TAXCOMPONENT",
action="CREATE")
public class CreateTaxComponentCommandHandler
extends Object
implements org.apache.fineract.commands.handler.NewCommandSourceHandler
-
Constructor Summary
ConstructorsConstructorDescriptionCreateTaxComponentCommandHandler(TaxWritePlatformService taxWritePlatformService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultprocessCommand(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
-
Constructor Details
-
CreateTaxComponentCommandHandler
-
-
Method Details
-
processCommand
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult processCommand(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) - Specified by:
processCommandin interfaceorg.apache.fineract.commands.handler.NewCommandSourceHandler
-