|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExternalResourceModel in org.gcube.portlets.admin.vredefinition.client |
---|
Methods in org.gcube.portlets.admin.vredefinition.client that return types with arguments of type ExternalResourceModel | |
---|---|
List<ExternalResourceModel> |
AppController.getExtResourcesFromApp(String funcId)
|
ArrayList<ExternalResourceModel> |
VREDefinitionService.getResourceCategoryByFunctionality(String funcId)
|
Method parameters in org.gcube.portlets.admin.vredefinition.client with type arguments of type ExternalResourceModel | |
---|---|
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)
|
Uses of ExternalResourceModel in org.gcube.portlets.admin.vredefinition.client.event |
---|
Methods in org.gcube.portlets.admin.vredefinition.client.event that return types with arguments of type ExternalResourceModel | |
---|---|
List<ExternalResourceModel> |
ExternalResourceSelectionEvent.getAssociatedExternalResources()
|
Constructor parameters in org.gcube.portlets.admin.vredefinition.client.event with type arguments of type ExternalResourceModel | |
---|---|
ExternalResourceSelectionEvent(VREFunctionalityModel functionality,
List<ExternalResourceModel> resources)
|
Uses of ExternalResourceModel in org.gcube.portlets.admin.vredefinition.client.view |
---|
Constructor parameters in org.gcube.portlets.admin.vredefinition.client.view with type arguments of type ExternalResourceModel | |
---|---|
ResourcesGrid(VREFunctionalityModel func,
List<ExternalResourceModel> list)
|
Uses of ExternalResourceModel in org.gcube.portlets.admin.vredefinition.server |
---|
Methods in org.gcube.portlets.admin.vredefinition.server that return types with arguments of type ExternalResourceModel | |
---|---|
ArrayList<ExternalResourceModel> |
VREDefinitionServiceImpl.getResourceCategoryByFunctionality(String id)
return the categories per functionality |
Method parameters in org.gcube.portlets.admin.vredefinition.server with type arguments of type ExternalResourceModel | |
---|---|
String |
VREDefinitionServiceImpl.setFunctionality(String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources)
|
String |
VREDefinitionServiceImpl.setVRE(VREDescriptionBean bean,
String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |