Uses of Class
org.gcube.portlets.admin.vredefinition.shared.exception.VREDefinitionException
-
Packages that use VREDefinitionException Package Description org.gcube.portlets.admin.vredefinition.client org.gcube.portlets.admin.vredefinition.server -
-
Uses of VREDefinitionException in org.gcube.portlets.admin.vredefinition.client
Methods in org.gcube.portlets.admin.vredefinition.client that throw VREDefinitionException Modifier and Type Method Description ArrayList<Functionality>VREDefinitionService. getFunctionality(boolean isEdit)Request the vre functionalities to show (the returned object is a tree like structure that could be navigated)booleanVREDefinitionService. setVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities)Create a VRE with the definition information included into the description bean and with the functionalities set into the functionalities array list -
Uses of VREDefinitionException in org.gcube.portlets.admin.vredefinition.server
Methods in org.gcube.portlets.admin.vredefinition.server that throw VREDefinitionException Modifier and Type Method Description ArrayList<Functionality>VREDefinitionServiceImpl. getFunctionality(boolean isEdit)Request the vre functionalities to show (the returned object is a tree like structure that could be navigated)booleanVREDefinitionServiceImpl. setVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities)Create a VRE with the definition information included into the description bean and with the functionalities set into the functionalities array list
-