Uses of Class
org.gcube.portlets.user.reportgenerator.shared.VMETypeIdentifier

Packages that use VMETypeIdentifier
org.gcube.portlets.user.reportgenerator.client   
org.gcube.portlets.user.reportgenerator.client.dialog   
org.gcube.portlets.user.reportgenerator.client.events   
org.gcube.portlets.user.reportgenerator.client.Presenter   
org.gcube.portlets.user.reportgenerator.server.servlet   
org.gcube.portlets.user.reportgenerator.shared   
 

Uses of VMETypeIdentifier in org.gcube.portlets.user.reportgenerator.client
 

Methods in org.gcube.portlets.user.reportgenerator.client with parameters of type VMETypeIdentifier
 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)
           
 

Uses of VMETypeIdentifier in org.gcube.portlets.user.reportgenerator.client.dialog
 

Constructors in org.gcube.portlets.user.reportgenerator.client.dialog with parameters of type VMETypeIdentifier
ImportVMEReportDialog(com.google.gwt.event.shared.HandlerManager eventBus, VMETypeIdentifier type, boolean isAssociation)
           
 

Uses of VMETypeIdentifier in org.gcube.portlets.user.reportgenerator.client.events
 

Methods in org.gcube.portlets.user.reportgenerator.client.events that return VMETypeIdentifier
 VMETypeIdentifier SelectedReportEvent.getType()
           
 

Constructors in org.gcube.portlets.user.reportgenerator.client.events with parameters of type VMETypeIdentifier
SelectedReportEvent(String id, String name, VMETypeIdentifier type, boolean isAssociation)
           
 

Uses of VMETypeIdentifier in org.gcube.portlets.user.reportgenerator.client.Presenter
 

Methods in org.gcube.portlets.user.reportgenerator.client.Presenter that return VMETypeIdentifier
 VMETypeIdentifier Presenter.getTypeIdFromString(String theType)
          this method translate the VME ReportRef String in an ENUM
 

Methods in org.gcube.portlets.user.reportgenerator.client.Presenter with parameters of type VMETypeIdentifier
 void Presenter.importVMETemplate(VMETypeIdentifier type)
           
 void Presenter.showVMERefAssociateDialog(VMETypeIdentifier refType)
           
 void Presenter.showVMEReportRefImportDialog(VMETypeIdentifier refType)
           
 

Uses of VMETypeIdentifier in org.gcube.portlets.user.reportgenerator.server.servlet
 

Methods in org.gcube.portlets.user.reportgenerator.server.servlet with parameters of type VMETypeIdentifier
 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)
           
 

Uses of VMETypeIdentifier in org.gcube.portlets.user.reportgenerator.shared
 

Methods in org.gcube.portlets.user.reportgenerator.shared that return VMETypeIdentifier
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.