Interface ReportMailingJobWritePlatformService
- All Known Implementing Classes:
ReportMailingJobWritePlatformServiceImpl
public interface ReportMailingJobWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateReportMailingJob(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteReportMailingJob(Long reportMailingJobId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateReportMailingJob(Long reportMailingJobId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
-
Method Details
-
createReportMailingJob
org.apache.fineract.infrastructure.core.data.CommandProcessingResult createReportMailingJob(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) -
updateReportMailingJob
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateReportMailingJob(Long reportMailingJobId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) -
deleteReportMailingJob
org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteReportMailingJob(Long reportMailingJobId)
-