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