Class ReportMailingJobEmailServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.reportmailingjob.service.ReportMailingJobEmailServiceImpl
- All Implemented Interfaces:
ReportMailingJobEmailService
@Service
public class ReportMailingJobEmailServiceImpl
extends Object
implements ReportMailingJobEmailService
-
Constructor Summary
ConstructorsConstructorDescriptionReportMailingJobEmailServiceImpl(ReportMailingJobConfigurationReadPlatformService reportMailingJobConfigurationReadPlatformService) ReportMailingJobEmailServiceImpl constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidsendEmailWithAttachment(ReportMailingJobEmailData reportMailingJobEmailData) Handles request to send an email with attachment
-
Constructor Details
-
ReportMailingJobEmailServiceImpl
@Autowired public ReportMailingJobEmailServiceImpl(ReportMailingJobConfigurationReadPlatformService reportMailingJobConfigurationReadPlatformService) ReportMailingJobEmailServiceImpl constructor
-
-
Method Details
-
sendEmailWithAttachment
Description copied from interface:ReportMailingJobEmailServiceHandles request to send an email with attachment- Specified by:
sendEmailWithAttachmentin interfaceReportMailingJobEmailService- Parameters:
reportMailingJobEmailData-ReportMailingJobEmailDataobject
-