public interface UserServiceAsync
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserServiceAsync.Util
Utility class to get the RPC Async interface from client-side code
|
| Modifier and Type | Method and Description |
|---|---|
void |
activateUser(String activationId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
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 |
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
|
void |
prepareResetPassword(String email,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
register(eu.dnetlib.domain.functionality.UserProfile userProfile,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
resendActivation(String email,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
resetPassword(String securityCode,
String password,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
updateUser(eu.dnetlib.domain.functionality.UserProfile userProfile,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GWT-RPC service asynchronous (client-side) interface
|
void login(String email, String password, com.google.gwt.user.client.rpc.AsyncCallback<Tuple<eu.dnetlib.domain.functionality.UserProfile,String>> callback)
UserServicevoid register(eu.dnetlib.domain.functionality.UserProfile userProfile,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
UserServicevoid activateUser(String activationId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
UserServicevoid updateUser(eu.dnetlib.domain.functionality.UserProfile userProfile,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
UserServicevoid getUserByEmail(String email, com.google.gwt.user.client.rpc.AsyncCallback<Tuple<eu.dnetlib.domain.functionality.UserProfile,String>> callback)
UserServicevoid prepareResetPassword(String email, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
UserServicevoid resetPassword(String securityCode, String password, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
UserServicevoid resendActivation(String email, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
UserServiceCopyright © 2019. All rights reserved.