Uses of Class
com.logicaldoc.gui.common.client.beans.GUIReport
Package
Description
-
Uses of GUIReport in com.logicaldoc.gui.frontend.client.reports.custom
Modifier and TypeMethodDescriptionvoid
void
void
CustomReportsPanel.showReportDetails
(GUIReport report) void
CustomReportsPanel.updateRecord
(GUIReport report) Updates the selected rec with new dataModifierConstructorDescriptionReportParametersForm
(GUIReport form, CustomReportsPanel panel) ReportStandardProperties
(GUIReport report, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) ReportUploader
(CustomReportsPanel reportsPanel, GUIReport report) -
Uses of GUIReport in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionCreates a new reportReportService.getReport
(long id, boolean withLog) Loads a given report from the databaseUpdates a reportModifier and TypeMethodDescriptionCreates a new reportvoid
ReportServiceAsync.create
(GUIReport report, com.google.gwt.user.client.rpc.AsyncCallback<GUIReport> callback) Updates a reportvoid
ReportServiceAsync.save
(GUIReport report, com.google.gwt.user.client.rpc.AsyncCallback<GUIReport> callback) Modifier and TypeMethodDescriptionvoid
ReportServiceAsync.create
(GUIReport report, com.google.gwt.user.client.rpc.AsyncCallback<GUIReport> callback) void
ReportServiceAsync.getReport
(long id, boolean withLog, com.google.gwt.user.client.rpc.AsyncCallback<GUIReport> callback) void
ReportServiceAsync.getReports
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIReport>> callback) void
ReportServiceAsync.save
(GUIReport report, com.google.gwt.user.client.rpc.AsyncCallback<GUIReport> callback)