Uses of Class
org.chenile.query.model.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.model
Modifier and TypeFieldDescriptionprivate List<CannedReport>
SearchResponse.availableCannedReports
Modifier and TypeMethodDescriptionvoid
SearchResponse.setAvailableCannedReports
(List<CannedReport> cannedReportNames) -
Uses of CannedReport in org.chenile.query.service
Modifier and TypeMethodDescriptionRetrieve the canned report by name.Modifier 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 nullModifier and TypeMethodDescriptionvoid
CannedReportStore.store
(CannedReport cannedReport) Store the canned report details into the DB.