public class ReportUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ReportAction> |
getReportActions(DataStore store) |
static java.util.List<ReportAction> |
getReportActions(DataStore store,
java.util.function.Predicate filter) |
static java.util.List<ReportAction> |
getReportActions(DataStore store,
java.util.function.Predicate<JsonObject> filter,
DALActionFactory.DALActionContext context,
java.awt.event.ActionEvent e) |
static java.util.List<JsonObject> |
getReports(FeatureStore store) |
public static java.util.List<JsonObject> getReports(FeatureStore store)
public static java.util.List<ReportAction> getReportActions(DataStore store)
public static java.util.List<ReportAction> getReportActions(DataStore store, java.util.function.Predicate filter)
public static java.util.List<ReportAction> getReportActions(DataStore store, java.util.function.Predicate<JsonObject> filter, DALActionFactory.DALActionContext context, java.awt.event.ActionEvent e)