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

Packages that use UserBean
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 UserBean in org.gcube.portlets.admin.wfdocviewer.client
 

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

Method parameters in org.gcube.portlets.admin.wfdocviewer.client with type arguments of type UserBean
 void WorkflowDocServiceAsync.getVREUsers(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<UserBean>> callback)
           
 Boolean WorkflowDocService.saveWorkflow(String selectedReportid, String selectedReportName, org.gcube.portlets.admin.wfdocslibrary.shared.WfGraph toSave, HashMap<String,List<UserBean>> rolesAndUsersToCreate)
           
 void WorkflowDocServiceAsync.saveWorkflow(String selectedReportid, String selectedReportName, org.gcube.portlets.admin.wfdocslibrary.shared.WfGraph toSave, HashMap<String,List<UserBean>> rolesAndUsersToCreate, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

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

Methods in org.gcube.portlets.admin.wfdocviewer.client.presenter that return types with arguments of type UserBean
 HashMap<String,com.extjs.gxt.ui.client.widget.ListView<UserBean>> Display.getUsersAndRoles()
           
 

Method parameters in org.gcube.portlets.admin.wfdocviewer.client.presenter with type arguments of type UserBean
 void Display.showAssignRolesToUsersPanel(ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.WfRole> roles, ArrayList<UserBean> users)
           
 

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

Methods in org.gcube.portlets.admin.wfdocviewer.client.view that return types with arguments of type UserBean
 HashMap<String,com.extjs.gxt.ui.client.widget.ListView<UserBean>> WorkflowDocsView.getUsersAndRoles()
          return a map containing for each key (rolename) the list of associated users listView
 

Method parameters in org.gcube.portlets.admin.wfdocviewer.client.view with type arguments of type UserBean
 void WorkflowDocsView.showAssignRolesToUsersPanel(ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.WfRole> roles, ArrayList<UserBean> users)
          Shows the roles defined for this report Workflow and the allows to assign them users
 

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

Methods in org.gcube.portlets.admin.wfdocviewer.server that return types with arguments of type UserBean
 ArrayList<UserBean> WorkflowDocServiceImpl.getVREUsers()
          retrieves the lis of user from the current VO/VRE
 

Method parameters in org.gcube.portlets.admin.wfdocviewer.server with type arguments of type UserBean
 Boolean WorkflowDocServiceImpl.saveWorkflow(String selectedReportid, String selectedReportName, org.gcube.portlets.admin.wfdocslibrary.shared.WfGraph toSave, HashMap<String,List<UserBean>> rolesAndUsersToCreate)
           
 



Copyright © 2014. All Rights Reserved.