Uses of Class
org.gcube.portlets.admin.wfdocviewer.shared.WfDocumentBean

Packages that use WfDocumentBean
org.gcube.portlets.admin.wfdocviewer.client   
org.gcube.portlets.admin.wfdocviewer.client.presenter   
org.gcube.portlets.admin.wfdocviewer.client.view   
org.gcube.portlets.admin.wfdocviewer.server   
 

Uses of WfDocumentBean in org.gcube.portlets.admin.wfdocviewer.client
 

Methods in org.gcube.portlets.admin.wfdocviewer.client that return types with arguments of type WfDocumentBean
 ArrayList<WfDocumentBean> WorkflowDocService.getAllWfDocuments()
           
 

Methods in org.gcube.portlets.admin.wfdocviewer.client with parameters of type WfDocumentBean
 Boolean WorkflowDocService.deleteWorkflowDocument(WfDocumentBean docBean)
           
 void WorkflowDocServiceAsync.deleteWorkflowDocument(WfDocumentBean docBean, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

Method parameters in org.gcube.portlets.admin.wfdocviewer.client with type arguments of type WfDocumentBean
 void WorkflowDocServiceAsync.getAllWfDocuments(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WfDocumentBean>> callback)
           
 

Uses of WfDocumentBean in org.gcube.portlets.admin.wfdocviewer.client.presenter
 

Methods in org.gcube.portlets.admin.wfdocviewer.client.presenter that return types with arguments of type WfDocumentBean
 com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<WfDocumentBean> Display.getGridSelectionModel()
           
 

Method parameters in org.gcube.portlets.admin.wfdocviewer.client.presenter with type arguments of type WfDocumentBean
 void Display.setData(List<WfDocumentBean> data)
           
 

Uses of WfDocumentBean in org.gcube.portlets.admin.wfdocviewer.client.view
 

Methods in org.gcube.portlets.admin.wfdocviewer.client.view that return types with arguments of type WfDocumentBean
 com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<WfDocumentBean> WorkflowDocsView.getGridSelectionModel()
           
 

Method parameters in org.gcube.portlets.admin.wfdocviewer.client.view with type arguments of type WfDocumentBean
 void WorkflowDocsView.setData(List<WfDocumentBean> data)
           
 

Uses of WfDocumentBean in org.gcube.portlets.admin.wfdocviewer.server
 

Methods in org.gcube.portlets.admin.wfdocviewer.server that return types with arguments of type WfDocumentBean
 ArrayList<WfDocumentBean> WorkflowDocServiceImpl.getAllWfDocuments()
           
 

Methods in org.gcube.portlets.admin.wfdocviewer.server with parameters of type WfDocumentBean
 Boolean WorkflowDocServiceImpl.deleteWorkflowDocument(WfDocumentBean docBean)
           
 



Copyright © 2014. All Rights Reserved.