Class ReportRepositoryWrapper
java.lang.Object
org.apache.fineract.infrastructure.dataqueries.domain.ReportRepositoryWrapper
A wrapper class for the ReportRepository that provides a method that returns a Report entity if it exists, else
throws "ReportNotFoundException" exception if the Report does not exist
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves an entity by its id
-
Constructor Details
-
ReportRepositoryWrapper
-
-
Method Details
-
findOneThrowExceptionIfNotFound
Retrieves an entity by its id- Parameters:
id- must not be null- Returns:
Reportobject- Throws:
ReportNotFoundException- if entity not found
-