Uses of Class
com.storedobject.core.ReportDefinition
Packages that use ReportDefinition
Package
Description
-
Uses of ReportDefinition in com.storedobject.core
Methods in com.storedobject.core that return ReportDefinitionModifier and TypeMethodDescriptionstatic ReportDefinitionReportDefinition.create(Class<? extends StoredObject> dataClass, Iterable<String> columns) static ReportDefinitionReportDefinition.create(Class<? extends StoredObject> dataClass, String... columns) static ReportDefinitionMethods in com.storedobject.core that return types with arguments of type ReportDefinition -
Uses of ReportDefinition in com.storedobject.report
Fields in com.storedobject.report declared as ReportDefinitionModifier and TypeFieldDescriptionprotected ReportDefinitionObjectList.reportDefinitionprotected ReportDefinitionObjectListExcel.reportDefinitionMethods in com.storedobject.report that return ReportDefinitionModifier and TypeMethodDescriptionObjectList.getReportDefinition()ObjectLister.getReportDefinition()default ReportDefinitionObjectLister.getReportDefinition(JSON json) ObjectListExcel.getReportDefinition()static ReportDefinitionConstructors in com.storedobject.report with parameters of type ReportDefinitionModifierConstructorDescriptionObjectList(Device device, ReportDefinition reportDefinition) ObjectListExcel(Device device, ReportDefinition reportDefinition) -
Uses of ReportDefinition in com.storedobject.ui
Methods in com.storedobject.ui that return ReportDefinitionModifier and TypeMethodDescriptionObjectList.getDefinition()Get the definition associated with this list.Methods in com.storedobject.ui with parameters of type ReportDefinitionConstructors in com.storedobject.ui with parameters of type ReportDefinition -
Uses of ReportDefinition in com.storedobject.ui.tools
Classes in com.storedobject.ui.tools with type parameters of type ReportDefinition