public interface RepositoryServiceAsync
| Modifier and Type | Interface and Description |
|---|---|
static class |
RepositoryServiceAsync.Util
Utility class to get the RPC Async interface from client-side code
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteInterface(String repoId,
eu.dnetlib.domain.data.RepositoryInterface iFace,
String datatype,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
deleteInterfaces(String repoId,
List<eu.dnetlib.domain.data.RepositoryInterface> iFaces,
String datatype,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
enableMetricsForRepository(eu.dnetlib.domain.data.Repository repository,
eu.dnetlib.domain.functionality.UserProfile requestor,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getCompatibilityClasses(String mode,
com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getCountries(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getCountries(Boolean existingOnly,
String mode,
com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getDatasourceClasses(String mode,
com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getDatasourceVocabularies(String mode,
com.google.gwt.user.client.rpc.AsyncCallback<DatasourceVocabularies> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getLatestUpdateDateOfList(String mode,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getMetricsInfoForRepository(String repoId,
com.google.gwt.user.client.rpc.AsyncCallback<MetricsInfo> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getPiwikScriptForRepository(String repoId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getPiwikSiteForRepository(String repoId,
com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.domain.data.PiwikInfo> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getPiwikSitesForRepositories(com.google.gwt.user.client.rpc.AsyncCallback<List<eu.dnetlib.domain.data.PiwikInfo>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getRepositoriesByCountry(String country,
String mode,
com.google.gwt.user.client.rpc.AsyncCallback<List<eu.dnetlib.domain.data.Repository>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
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 |
getRepositoriesOfUser(String userEmail,
boolean includeShared,
boolean includeByOthers,
com.google.gwt.user.client.rpc.AsyncCallback<DatasourcesCollection> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getRepository(String repoId,
com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.domain.data.Repository> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getRepositoryAggregations(String repoId,
com.google.gwt.user.client.rpc.AsyncCallback<Aggregations> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getRepositoryUrlsOfUser(String userEmail,
boolean includeShared,
boolean includeByOthers,
com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getTimezones(com.google.gwt.user.client.rpc.AsyncCallback<List<Timezone>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
getTypologies(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
insertInterface(eu.dnetlib.domain.data.RepositoryInterface iFace,
String repoId,
String datatype,
com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.domain.data.RepositoryInterface> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
markPiwikSiteAsValidated(String repositoryId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
storeRepository(eu.dnetlib.domain.data.Repository repo,
String mode,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
updateInterface(eu.dnetlib.domain.data.RepositoryInterface iFace,
String repoId,
String datatype,
com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.domain.data.RepositoryInterface> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
updateRepositoryInformation(eu.dnetlib.domain.data.Repository repo,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void 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)
RepositoryServicevoid getRepositoryUrlsOfUser(String userEmail, boolean includeShared, boolean includeByOthers, com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
RepositoryServicevoid getRepository(String repoId, com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.domain.data.Repository> callback)
RepositoryServicevoid getCountries(Boolean existingOnly, String mode, com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
RepositoryServicevoid getCountries(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
RepositoryServicevoid getTimezones(com.google.gwt.user.client.rpc.AsyncCallback<List<Timezone>> callback)
RepositoryServicevoid getTypologies(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
RepositoryServicevoid getDatasourceClasses(String mode, com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
RepositoryServicevoid getCompatibilityClasses(String mode, com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> callback)
RepositoryServicevoid storeRepository(eu.dnetlib.domain.data.Repository repo,
String mode,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
RepositoryServicevoid updateRepositoryInformation(eu.dnetlib.domain.data.Repository repo,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
RepositoryServicevoid updateInterface(eu.dnetlib.domain.data.RepositoryInterface iFace,
String repoId,
String datatype,
com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.domain.data.RepositoryInterface> callback)
RepositoryServicevoid insertInterface(eu.dnetlib.domain.data.RepositoryInterface iFace,
String repoId,
String datatype,
com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.domain.data.RepositoryInterface> callback)
RepositoryServicevoid deleteInterface(String repoId, eu.dnetlib.domain.data.RepositoryInterface iFace, String datatype, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
RepositoryServicevoid deleteInterfaces(String repoId, List<eu.dnetlib.domain.data.RepositoryInterface> iFaces, String datatype, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
RepositoryServicevoid getDatasourceVocabularies(String mode, com.google.gwt.user.client.rpc.AsyncCallback<DatasourceVocabularies> callback)
RepositoryServicevoid getRepositoriesByCountry(String country, String mode, com.google.gwt.user.client.rpc.AsyncCallback<List<eu.dnetlib.domain.data.Repository>> callback)
RepositoryServicevoid getRepositoriesOfUser(String userEmail, boolean includeShared, boolean includeByOthers, com.google.gwt.user.client.rpc.AsyncCallback<DatasourcesCollection> callback)
RepositoryServicevoid getLatestUpdateDateOfList(String mode, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
RepositoryServicevoid getPiwikSiteForRepository(String repoId, com.google.gwt.user.client.rpc.AsyncCallback<eu.dnetlib.domain.data.PiwikInfo> callback)
RepositoryServicevoid enableMetricsForRepository(eu.dnetlib.domain.data.Repository repository,
eu.dnetlib.domain.functionality.UserProfile requestor,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
RepositoryServicevoid getPiwikScriptForRepository(String repoId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
RepositoryServicevoid getPiwikSitesForRepositories(com.google.gwt.user.client.rpc.AsyncCallback<List<eu.dnetlib.domain.data.PiwikInfo>> callback)
RepositoryServicevoid markPiwikSiteAsValidated(String repositoryId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
RepositoryServicevoid getMetricsInfoForRepository(String repoId, com.google.gwt.user.client.rpc.AsyncCallback<MetricsInfo> callback)
RepositoryServicevoid getRepositoryAggregations(String repoId, com.google.gwt.user.client.rpc.AsyncCallback<Aggregations> callback)
RepositoryServiceCopyright © 2019. All rights reserved.