Package | Description |
---|---|
org.gcube.portlets.admin.vredefinition.client | |
org.gcube.portlets.admin.vredefinition.server | |
org.gcube.portlets.admin.vredefinition.shared |
Modifier and Type | Method and Description |
---|---|
Functionality |
VREDefinitionPanel.SubFunctionalityClientBean.getSubfunctionality() |
Modifier and Type | Method and 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)
|
Modifier and Type | Method and Description |
---|---|
void |
VREDefinitionServiceAsync.getFunctionality(boolean isEdit,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Functionality>> callback) |
boolean |
VREDefinitionService.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
|
void |
VREDefinitionServiceAsync.setVRE(VREDescriptionBean bean,
ArrayList<Functionality> functionalities,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
Modifier and Type | Method and 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)
|
Modifier and Type | Method and Description |
---|---|
boolean |
VREDefinitionServiceImpl.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
|
Modifier and Type | Method and Description |
---|---|
List<Functionality> |
Functionality.getSubFunctionalities() |
Modifier and Type | Method and Description |
---|---|
void |
Functionality.setSubFunctionalities(List<Functionality> subFunctionalities) |
Copyright © 2016. All Rights Reserved.