Class CreateReportMailingJobCommandHandler
java.lang.Object
org.apache.fineract.infrastructure.reportmailingjob.handler.CreateReportMailingJobCommandHandler
- All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler
@Service
@CommandType(entity="REPORTMAILINGJOB",
action="CREATE")
public class CreateReportMailingJobCommandHandler
extends Object
implements org.apache.fineract.commands.handler.NewCommandSourceHandler
-
Constructor Summary
ConstructorsConstructorDescriptionCreateReportMailingJobCommandHandler(ReportMailingJobWritePlatformService reportMailingJobWritePlatformService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultprocessCommand(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
-
Constructor Details
-
CreateReportMailingJobCommandHandler
@Autowired public CreateReportMailingJobCommandHandler(ReportMailingJobWritePlatformService reportMailingJobWritePlatformService)
-
-
Method Details
-
processCommand
@Transactional 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
-