Uses of Class
com.logicaldoc.gui.common.client.beans.GUIReport
-
Packages that use GUIReport Package Description com.logicaldoc.gui.frontend.client.reports.custom com.logicaldoc.gui.frontend.client.services -
-
Uses of GUIReport in com.logicaldoc.gui.frontend.client.reports.custom
Methods in com.logicaldoc.gui.frontend.client.reports.custom that return GUIReport Modifier and Type Method Description GUIReport
ReportDetailsPanel. getReport()
GUIReport
ReportDetailsTab. getReport()
Methods in com.logicaldoc.gui.frontend.client.reports.custom with parameters of type GUIReport Modifier and Type Method Description void
ReportUploader. onSave(GUIReport report)
void
ReportDetailsPanel. setReport(GUIReport report)
void
CustomReportsPanel. showReportDetails(GUIReport report)
void
CustomReportsPanel. updateRecord(GUIReport report)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.reports.custom with parameters of type GUIReport Constructor Description ReportDetailsTab(GUIReport report, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler)
ReportParametersForm(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 GUIReport Modifier and Type Method Description GUIReport
ReportService. create(GUIReport report)
Creates a new reportGUIReport
ReportService. getReport(long id, boolean withLog)
Loads a given report from the databaseGUIReport[]
ReportService. getReports()
Loads all the reportsGUIReport
ReportService. save(GUIReport report)
Updates a reportMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIReport Modifier and Type Method Description GUIReport
ReportService. create(GUIReport report)
Creates a new reportvoid
ReportServiceAsync. create(GUIReport report, com.google.gwt.user.client.rpc.AsyncCallback<GUIReport> callback)
GUIReport
ReportService. save(GUIReport report)
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 GUIReport Modifier and Type Method Description void
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. save(GUIReport report, com.google.gwt.user.client.rpc.AsyncCallback<GUIReport> callback)
-