Uses of Class
org.gcube.portlet.user.my_vres.shared.VRE
-
Packages that use VRE Package Description org.gcube.portlet.user.my_vres.client org.gcube.portlet.user.my_vres.client.widgets org.gcube.portlet.user.my_vres.server org.gcube.portlet.user.my_vres.shared -
-
Uses of VRE in org.gcube.portlet.user.my_vres.client
Methods in org.gcube.portlet.user.my_vres.client that return types with arguments of type VRE Modifier and Type Method Description LinkedHashMap<String,ArrayList<VRE>>MyVREsService. getUserVREs()Method parameters in org.gcube.portlet.user.my_vres.client with type arguments of type VRE Modifier and Type Method Description voidMyVREsServiceAsync. getUserVREs(com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<String,ArrayList<VRE>>> callback) -
Uses of VRE in org.gcube.portlet.user.my_vres.client.widgets
Constructors in org.gcube.portlet.user.my_vres.client.widgets with parameters of type VRE Constructor Description ClickableVRE(MyVREsServiceAsync myVREsService, VRE vre, boolean showImage, GetParameters params) -
Uses of VRE in org.gcube.portlet.user.my_vres.server
Methods in org.gcube.portlet.user.my_vres.server that return types with arguments of type VRE Modifier and Type Method Description protected static LinkedHashMap<String,ArrayList<VRE>>MyVREsServiceImpl. getFakeVREs()simply returns fake VREs for development purposeLinkedHashMap<String,ArrayList<VRE>>MyVREsServiceImpl. getUserVREs()first method called by the UI -
Uses of VRE in org.gcube.portlet.user.my_vres.shared
Methods in org.gcube.portlet.user.my_vres.shared that return types with arguments of type VRE Modifier and Type Method Description ArrayList<VRE>VO. getVres()Methods in org.gcube.portlet.user.my_vres.shared with parameters of type VRE Modifier and Type Method Description voidVO. addVRE(VRE toAdd)intVRE. compareTo(VRE arg0)Method parameters in org.gcube.portlet.user.my_vres.shared with type arguments of type VRE Modifier and Type Method Description voidVO. setVres(ArrayList<VRE> vres)Constructor parameters in org.gcube.portlet.user.my_vres.shared with type arguments of type VRE Constructor Description VO(String voName, String description, String imageURL, String vomsGroupName, String friendlyURL, UserBelonging userBelonging, boolean isRoot, ArrayList<VRE> vres)
-