Uses of Class
org.gcube.portlets.admin.vredefinition.shared.VREDescriptionBean
-
Packages that use VREDescriptionBean Package Description org.gcube.portlets.admin.vredefinition.client org.gcube.portlets.admin.vredefinition.server -
-
Uses of VREDescriptionBean in org.gcube.portlets.admin.vredefinition.client
Methods in org.gcube.portlets.admin.vredefinition.client with parameters of type VREDescriptionBean Modifier and Type Method Description 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 listvoidVREDefinitionServiceAsync. setVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) -
Uses of VREDescriptionBean in org.gcube.portlets.admin.vredefinition.server
Methods in org.gcube.portlets.admin.vredefinition.server with parameters of type VREDescriptionBean Modifier and Type Method Description 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
-