public interface UserProfileEditingServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
createUserProfile(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
getAvailableCollections(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<CollectionInfoBean,ArrayList<CollectionInfoBean>>> callback) |
void |
getAvailablePresentableFieldsPerCollection(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<PresentableFieldInfoBean>>> callback) |
void |
getAvailableXSLTsFromIS(String xsltType,
com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,Vector<String[]>>> callback) |
void |
getPersonalInformation(com.google.gwt.user.client.rpc.AsyncCallback<UserPersonalInformation> callback) |
void |
getPresentableFieldsFromProfile(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<String>>> callback) |
void |
getProfileMetadataXSLTs(com.google.gwt.user.client.rpc.AsyncCallback<String[][]> callback) |
void |
getSearchPreferences(com.google.gwt.user.client.rpc.AsyncCallback<SearchPreferencesInformation> callback) |
void |
getUsersFavoriteCollections(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback) |
void |
setEmailToSession(String email,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setFullnameToSession(String fullname,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setLanguageToSession(String newLanguage,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setPersistenceToSession(String persistence,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setSearchEngineToSession(String newEngine,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setToleranceToSession(String tolerance,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
updateUserProfile(HashMap<String,ArrayList<PresentableFieldInfoBean>> selectedFieldsPerCollection,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
updateXSLT(String xsltType,
String schemaName,
String schemaValue,
String schemaID,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void createUserProfile(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getPersonalInformation(com.google.gwt.user.client.rpc.AsyncCallback<UserPersonalInformation> callback)
void getSearchPreferences(com.google.gwt.user.client.rpc.AsyncCallback<SearchPreferencesInformation> callback)
void getAvailableXSLTsFromIS(String xsltType, com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,Vector<String[]>>> callback)
void getProfileMetadataXSLTs(com.google.gwt.user.client.rpc.AsyncCallback<String[][]> callback)
void updateXSLT(String xsltType, String schemaName, String schemaValue, String schemaID, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void updateUserProfile(HashMap<String,ArrayList<PresentableFieldInfoBean>> selectedFieldsPerCollection, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void setLanguageToSession(String newLanguage, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setSearchEngineToSession(String newEngine, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setToleranceToSession(String tolerance, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setPersistenceToSession(String persistence, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setEmailToSession(String email, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setFullnameToSession(String fullname, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getAvailableCollections(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<CollectionInfoBean,ArrayList<CollectionInfoBean>>> callback)
void getUsersFavoriteCollections(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback)
void getPresentableFieldsFromProfile(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<String>>> callback)
void getAvailablePresentableFieldsPerCollection(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<String,ArrayList<PresentableFieldInfoBean>>> callback)
Copyright © 2014. All Rights Reserved.