Uses of Class
com.logicaldoc.gui.common.client.beans.GUIReport
Packages that use GUIReport
Package
Description
-
Uses of GUIReport in com.logicaldoc.gui.frontend.client.reports.custom
Methods in com.logicaldoc.gui.frontend.client.reports.custom that return GUIReportMethods in com.logicaldoc.gui.frontend.client.reports.custom with parameters of type GUIReportModifier and TypeMethodDescriptionvoid
void
void
CustomReportsPanel.showReportDetails
(GUIReport report) void
CustomReportsPanel.updateRecord
(GUIReport report) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.reports.custom with parameters of type GUIReportModifierConstructorDescriptionReportParametersForm
(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
Methods in com.logicaldoc.gui.frontend.client.services that return GUIReportModifier and TypeMethodDescriptionCreates a new reportReportService.getReport
(long id, boolean withLog) Loads a given report from the databaseUpdates a reportMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIReportMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIReportModifier 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) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIReportModifier 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)