| Modifier and Type | Method and Description |
|---|---|
Tuple<List<eu.dnetlib.domain.data.Repository>,List<eu.dnetlib.domain.data.Repository>> |
RepositoryService.getRepositoriesByCountry(String country,
String mode,
boolean includeUnknownCountries) |
Tuple<eu.dnetlib.domain.functionality.UserProfile,String> |
UserService.getUserByEmail(String email) |
Tuple<eu.dnetlib.domain.functionality.UserProfile,String> |
UserService.login(String email,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryServiceAsync.getRepositoriesByCountry(String country,
String mode,
boolean includeUnknownCountries,
com.google.gwt.user.client.rpc.AsyncCallback<Tuple<List<eu.dnetlib.domain.data.Repository>,List<eu.dnetlib.domain.data.Repository>>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
UserServiceAsync.getUserByEmail(String email,
com.google.gwt.user.client.rpc.AsyncCallback<Tuple<eu.dnetlib.domain.functionality.UserProfile,String>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
UserServiceAsync.login(String email,
String password,
com.google.gwt.user.client.rpc.AsyncCallback<Tuple<eu.dnetlib.domain.functionality.UserProfile,String>> callback)
GWT-RPC service asynchronous (client-side) interface
|
| Modifier and Type | Method and Description |
|---|---|
Tuple<Set<String>,Boolean> |
SelectCrisParametersWidget.getParameters() |
Tuple<Set<Integer>,Set<Integer>> |
SelectGuidelinesWidget.getSelectedRules() |
| Modifier and Type | Method and Description |
|---|---|
Tuple<List<eu.dnetlib.domain.data.Repository>,List<eu.dnetlib.domain.data.Repository>> |
RepositoryServiceImpl.getRepositoriesByCountry(String country,
String mode,
boolean includeUnknownCountries) |
Tuple<eu.dnetlib.domain.functionality.UserProfile,String> |
UserServiceImpl.getUserByEmail(String email) |
Tuple<eu.dnetlib.domain.functionality.UserProfile,String> |
UserServiceImpl.login(String email_username,
String password) |
| Modifier and Type | Class and Description |
|---|---|
class |
Triple<K,V,L>
Created by stefania on 3/8/16.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tuple<BrowseEntry,String>> |
DatasourcesBroker.getDatasourcesOfOthers() |
List<Tuple<BrowseEntry,String>> |
DatasourcesBroker.getDatasourcesOfUser() |
List<Tuple<BrowseEntry,String>> |
DatasourcesBroker.getSharedDatasources() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatasourcesBroker.setDatasourcesOfOthers(List<Tuple<BrowseEntry,String>> datasourcesOfOthers) |
void |
DatasourcesBroker.setDatasourcesOfUser(List<Tuple<BrowseEntry,String>> datasourcesOfUser) |
void |
DatasourcesBroker.setSharedDatasources(List<Tuple<BrowseEntry,String>> sharedDatasources) |
Copyright © 2019. All rights reserved.