Modifier and Type | Method and Description |
---|---|
VmeExportResponse |
ReportService.deleteReportFromRSG(VMETypeIdentifier refType,
String idToDelete) |
void |
ReportServiceAsync.deleteReportFromRSG(VMETypeIdentifier refType,
String idToDelete,
com.google.gwt.user.client.rpc.AsyncCallback<VmeExportResponse> callback) |
VmeExportResponse |
ReportService.exportReportToRSG(VMETypeIdentifier refType,
org.gcube.portlets.d4sreporting.common.shared.Model toSave) |
void |
ReportServiceAsync.exportReportToRSG(VMETypeIdentifier refType,
org.gcube.portlets.d4sreporting.common.shared.Model toSave,
com.google.gwt.user.client.rpc.AsyncCallback<VmeExportResponse> callback) |
org.gcube.portlets.d4sreporting.common.shared.Model |
ReportService.getVMEReportRef2Associate(String id,
VMETypeIdentifier refType) |
void |
ReportServiceAsync.getVMEReportRef2Associate(String id,
VMETypeIdentifier refType,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback) |
org.gcube.portlets.d4sreporting.common.shared.Model |
ReportService.importVMEReport(String id,
String name,
VMETypeIdentifier refType) |
void |
ReportServiceAsync.importVMEReport(String id,
String name,
VMETypeIdentifier refType,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback) |
org.gcube.portlets.d4sreporting.common.shared.Model |
ReportService.importVMETemplate(VMETypeIdentifier refType) |
void |
ReportServiceAsync.importVMETemplate(VMETypeIdentifier refType,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback) |
ArrayList<VMEReportBean> |
ReportService.listVMEReportRefByType(VMETypeIdentifier refType) |
void |
ReportServiceAsync.listVMEReportRefByType(VMETypeIdentifier refType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VMEReportBean>> callback) |
Constructor and Description |
---|
SelectVMEReportDialog(com.google.gwt.event.shared.HandlerManager eventBus,
VMETypeIdentifier type,
SelectVMEReportDialog.Action action) |
Modifier and Type | Method and Description |
---|---|
VMETypeIdentifier |
SelectedReportEvent.getType() |
Constructor and Description |
---|
SelectedReportEvent(String id,
String name,
VMETypeIdentifier type,
SelectVMEReportDialog.Action theAction) |
Modifier and Type | Method and Description |
---|---|
VMETypeIdentifier |
Presenter.getTypeIdFromString(String theType)
this method translate the VME ReportRef String in an ENUM
|
Modifier and Type | Method and Description |
---|---|
void |
Presenter.importVMETemplate(VMETypeIdentifier type) |
void |
Presenter.showVMEDeleteDialog(VMETypeIdentifier refType) |
void |
Presenter.showVMERefAssociateDialog(VMETypeIdentifier refType) |
void |
Presenter.showVMEReportRefImportDialog(VMETypeIdentifier refType) |
Modifier and Type | Method and Description |
---|---|
VmeExportResponse |
ReportServiceImpl.deleteReportFromRSG(VMETypeIdentifier refType,
String idToDelete) |
VmeExportResponse |
ReportServiceImpl.exportReportToRSG(VMETypeIdentifier refType,
org.gcube.portlets.d4sreporting.common.shared.Model model) |
org.gcube.portlets.d4sreporting.common.shared.Model |
ReportServiceImpl.getVMEReportRef2Associate(String id,
VMETypeIdentifier refType) |
org.gcube.portlets.d4sreporting.common.shared.Model |
ReportServiceImpl.importVMEReport(String id,
String name,
VMETypeIdentifier refType) |
org.gcube.portlets.d4sreporting.common.shared.Model |
ReportServiceImpl.importVMETemplate(VMETypeIdentifier refType) |
ArrayList<VMEReportBean> |
ReportServiceImpl.listVMEReportRefByType(VMETypeIdentifier refType) |
Modifier and Type | Method and Description |
---|---|
static VMETypeIdentifier |
VMETypeIdentifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VMETypeIdentifier[] |
VMETypeIdentifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.