Uses of Class
org.gcube.portal.shared.VRE
-
Packages that use VRE Package Description org.gcube.portal org.gcube.portal.shared -
-
Uses of VRE in org.gcube.portal
Methods in org.gcube.portal that return types with arguments of type VRE Modifier and Type Method Description LinkedHashMap<VRECategory,ArrayList<VRE>>GatewayVresInfoService. getPortalSitesMappedToVRE(long gatewaySiteGroupId, String host)LinkedHashMap<VRECategory,ArrayList<VRE>>Gateway. getVreListMap()Method parameters in org.gcube.portal with type arguments of type VRE Modifier and Type Method Description voidGateway. setVreListMap(LinkedHashMap<VRECategory,ArrayList<VRE>> vreListMap)Constructor parameters in org.gcube.portal with type arguments of type VRE Constructor Description Gateway(String name, String description, String keywords, String communities, String logoURL, long siteGroupId, LinkedHashMap<VRECategory,ArrayList<VRE>> vreListMap, String url) -
Uses of VRE in org.gcube.portal.shared
Methods in org.gcube.portal.shared that return types with arguments of type VRE Modifier and Type Method Description ArrayList<VRE>VO. getVres()Methods in org.gcube.portal.shared with parameters of type VRE Modifier and Type Method Description voidVO. addVRE(VRE toAdd)intVRE. compareTo(VRE vre)Method parameters in org.gcube.portal.shared with type arguments of type VRE Modifier and Type Method Description voidVO. setVres(ArrayList<VRE> vres)Constructor parameters in org.gcube.portal.shared with type arguments of type VRE Constructor Description VO(String voName, String description, String imageURL, String infraScope, String friendlyURL, UserBelonging userBelonging, boolean isRoot, ArrayList<VRE> vres)
-