public interface DMPServiceAsync
DMPService.| Modifier and Type | Method and Description |
|---|---|
void |
action(ActionRequestDMO actionRequest,
com.google.gwt.user.client.rpc.AsyncCallback<ActionResponseDMO> callback)
Performs some application specific action.
|
void |
actionCancel(ActionCancelRequestDMO actionCancelRequest,
com.google.gwt.user.client.rpc.AsyncCallback<ActionCancelResponseDMO> callback)
Cancels a running action.
|
void |
create(CreateRequestDMO createRequest,
com.google.gwt.user.client.rpc.AsyncCallback<CreateResponseDMO> callback)
Creates a new object.
|
void |
delete(DeleteRequestDMO deleteRequest,
com.google.gwt.user.client.rpc.AsyncCallback<DeleteResponseDMO> callback)
Deletes an existing named object.
|
void |
denotify(DenotifyRequestDMO denotifyRequest,
com.google.gwt.user.client.rpc.AsyncCallback<DenotifyResponseDMO> callback)
Deregisters for event notification.
|
void |
get(GetRequestDMO getRequest,
com.google.gwt.user.client.rpc.AsyncCallback<GetResponseDMO> callback)
Retrieves one or more objects from the server and may register for event notifications.
|
void |
login(LoginRequestDMO loginRequest,
com.google.gwt.user.client.rpc.AsyncCallback<LoginResponseDMO> callback)
Performs the login operation.
|
void |
logout(LogoutRequestDMO logoutRequest,
com.google.gwt.user.client.rpc.AsyncCallback<LogoutResponseDMO> callback)
Performs the logout of a user.
|
void |
notify(NotifyRequestDMO notifyRequest,
com.google.gwt.user.client.rpc.AsyncCallback<NotifyResponseDMO> callback)
Allows for registration of interest in events associated with objects.
|
void |
otherRequest(RequestDMO request,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseDMO> callback)
Allows for the processing of application specific requests.
|
void |
preauth(PreAuthRequestDMO preathRequest,
com.google.gwt.user.client.rpc.AsyncCallback<PreAuthResponseDMO> callback)
Allows for sending a request for data from the server before the user has authenticated.
|
void |
set(SetRequestDMO setRequest,
com.google.gwt.user.client.rpc.AsyncCallback<SetResponseDMO> callback)
Alters an existing named object.
|
void preauth(PreAuthRequestDMO preathRequest, com.google.gwt.user.client.rpc.AsyncCallback<PreAuthResponseDMO> callback)
preathRequest - The request.callback - The callback to handle the response.void login(LoginRequestDMO loginRequest, com.google.gwt.user.client.rpc.AsyncCallback<LoginResponseDMO> callback)
loginRequest - The request.callback - The callback to handle the response.void logout(LogoutRequestDMO logoutRequest, com.google.gwt.user.client.rpc.AsyncCallback<LogoutResponseDMO> callback)
logoutRequest - The request.callback - The callback to handle the response.void get(GetRequestDMO getRequest, com.google.gwt.user.client.rpc.AsyncCallback<GetResponseDMO> callback)
getRequest - The request.callback - The callback to handle the response.void set(SetRequestDMO setRequest, com.google.gwt.user.client.rpc.AsyncCallback<SetResponseDMO> callback)
setRequest - The request.callback - The callback to handle the response.void create(CreateRequestDMO createRequest, com.google.gwt.user.client.rpc.AsyncCallback<CreateResponseDMO> callback)
createRequest - The request.callback - The callback to handle the response.void delete(DeleteRequestDMO deleteRequest, com.google.gwt.user.client.rpc.AsyncCallback<DeleteResponseDMO> callback)
deleteRequest - The request.callback - The callback to handle the response.void action(ActionRequestDMO actionRequest, com.google.gwt.user.client.rpc.AsyncCallback<ActionResponseDMO> callback)
actionRequest - The request.callback - The callback to handle the response.void actionCancel(ActionCancelRequestDMO actionCancelRequest, com.google.gwt.user.client.rpc.AsyncCallback<ActionCancelResponseDMO> callback)
actionCancelRequest - The request.callback - The callback to handle the response.void notify(NotifyRequestDMO notifyRequest, com.google.gwt.user.client.rpc.AsyncCallback<NotifyResponseDMO> callback)
notifyRequest - The request.callback - The callback to handle the response.void denotify(DenotifyRequestDMO denotifyRequest, com.google.gwt.user.client.rpc.AsyncCallback<DenotifyResponseDMO> callback)
denotifyRequest - The request.callback - The callback to handle the response.void otherRequest(RequestDMO request, com.google.gwt.user.client.rpc.AsyncCallback<ResponseDMO> callback)
request - The request.callback - The callback to handle the response.Copyright © 2023. All rights reserved.