Class ReportMailingJobRepositoryWrapper
java.lang.Object
org.apache.fineract.infrastructure.reportmailingjob.domain.ReportMailingJobRepositoryWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionReportMailingJobRepositoryWrapper(ReportMailingJobRepository reportMailingJobRepository) -
Method Summary
Modifier and TypeMethodDescriptionfind report mailing job by ID, throw a "entity not found" exception if the job does not exist
-
Constructor Details
-
ReportMailingJobRepositoryWrapper
@Autowired public ReportMailingJobRepositoryWrapper(ReportMailingJobRepository reportMailingJobRepository)
-
-
Method Details
-
findOneThrowExceptionIfNotFound
find report mailing job by ID, throw a "entity not found" exception if the job does not exist- Parameters:
id- -- the identifier of the report mailing job to be found- Returns:
- ReportMailingJob object
-
getReportMailingJobRepository
- Returns:
- ReportMailingJobRepository Jpa Repository object
-