Modifier and Type | Method and Description |
---|---|
List<ExternalResourceModel> |
AppController.getExtResourcesFromApp(String funcId) |
ArrayList<ExternalResourceModel> |
VREDefinitionService.getResourceCategoryByFunctionality(String funcId) |
Modifier and Type | Method and Description |
---|---|
void |
VREDefinitionServiceAsync.getResourceCategoryByFunctionality(String funcId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ExternalResourceModel>> callback) |
String |
VREDefinitionService.setVRE(VREDescriptionBean bean,
String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources) |
void |
VREDefinitionServiceAsync.setVRE(VREDescriptionBean bean,
String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
Modifier and Type | Method and Description |
---|---|
List<ExternalResourceModel> |
ExternalResourceSelectionEvent.getAssociatedExternalResources() |
Constructor and Description |
---|
ExternalResourceSelectionEvent(VREFunctionalityModel functionality,
List<ExternalResourceModel> resources) |
Constructor and Description |
---|
ResourcesGrid(VREFunctionalityModel func,
List<ExternalResourceModel> list) |
Modifier and Type | Method and Description |
---|---|
ArrayList<ExternalResourceModel> |
VREDefinitionServiceImpl.getResourceCategoryByFunctionality(String id)
return the categories per functionality
|
Modifier and Type | Method and Description |
---|---|
String |
VREDefinitionServiceImpl.setFunctionality(String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources) |
String |
VREDefinitionServiceImpl.setVRE(VREDescriptionBean bean,
String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources) |
Copyright © 2015. All Rights Reserved.