org.gcube.portlets.admin.vredefinition.client
Interface VREDefinitionServiceAsync
public interface VREDefinitionServiceAsync
getExistingNames
void getExistingNames(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback)
setVRE
void setVRE(VREDescriptionBean bean,
String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
getFunctionality
void getFunctionality(boolean isEdit,
com.google.gwt.user.client.rpc.AsyncCallback<VREFunctionalityModel> callback)
getVRE
void getVRE(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,Object>> callback)
isEditMode
void isEditMode(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,Object>> callback)
getResourceCategoryByFunctionality
void getResourceCategoryByFunctionality(String funcId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ExternalResourceModel>> callback)
Copyright © 2014. All Rights Reserved.