Uses of Class
org.chenile.query.model.CannedReport
Packages that use CannedReport
Package
Description
Contains the core model of the QUERY API that can be extended by various implementations.
Defines contracts for Search using the query model.
- 
Uses of CannedReport in org.chenile.query.modelFields in org.chenile.query.model with type parameters of type CannedReportModifier and TypeFieldDescriptionprivate List<CannedReport>SearchResponse.availableCannedReportsMethods in org.chenile.query.model that return types with arguments of type CannedReportMethod parameters in org.chenile.query.model with type arguments of type CannedReportModifier and TypeMethodDescriptionvoidSearchResponse.setAvailableCannedReports(List<CannedReport> cannedReportNames) 
- 
Uses of CannedReport in org.chenile.query.serviceMethods in org.chenile.query.service that return CannedReportModifier and TypeMethodDescriptionRetrieve the canned report by name.Methods in org.chenile.query.service that return types with arguments of type CannedReportModifier and TypeMethodDescriptionCannedReportStore.getAllCannedReportsForUserTenant(String queryName) For the current User and tenant, retrieve the following canned reports from the DB: All canned reports whose tenant Id and the user ID exactly match with the current user Id and the tenant Id all the canned reports whose tenant ID matches the current tenant and whose User ID is nullMethods in org.chenile.query.service with parameters of type CannedReportModifier and TypeMethodDescriptionvoidCannedReportStore.store(CannedReport cannedReport) Store the canned report details into the DB.