Uses of Class
org.gcube.portlets.admin.vredefinition.shared.Functionality
-
Packages that use Functionality Package Description org.gcube.portlets.admin.vredefinition.client org.gcube.portlets.admin.vredefinition.server org.gcube.portlets.admin.vredefinition.shared -
-
Uses of Functionality in org.gcube.portlets.admin.vredefinition.client
Methods in org.gcube.portlets.admin.vredefinition.client that return Functionality Modifier and Type Method Description FunctionalityVREDefinitionPanel.SubFunctionalityClientBean. getSubfunctionality()Methods in org.gcube.portlets.admin.vredefinition.client that return types with arguments of type Functionality 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)Method parameters in org.gcube.portlets.admin.vredefinition.client with type arguments of type Functionality Modifier and Type Method Description voidVREDefinitionServiceAsync. getFunctionality(boolean isEdit, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Functionality>> callback)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 Functionality in org.gcube.portlets.admin.vredefinition.server
Methods in org.gcube.portlets.admin.vredefinition.server that return types with arguments of type Functionality 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)Method parameters in org.gcube.portlets.admin.vredefinition.server with type arguments of type Functionality 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 -
Uses of Functionality in org.gcube.portlets.admin.vredefinition.shared
Methods in org.gcube.portlets.admin.vredefinition.shared that return types with arguments of type Functionality Modifier and Type Method Description List<Functionality>Functionality. getSubFunctionalities()Method parameters in org.gcube.portlets.admin.vredefinition.shared with type arguments of type Functionality Modifier and Type Method Description voidFunctionality. setSubFunctionalities(List<Functionality> subFunctionalities)
-