Back to GWTP Home
A B C D E G I M N R S U V 

A

AbstractSimpleResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
A common use-case is returning a single value from an action.
AbstractSimpleResult(T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
 
AbstractSimpleResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
 
AbstractSimpleResult<T> - Class in com.gwtplatform.dispatch.shared
Deprecated.
AbstractSimpleResult(T) - Constructor for class com.gwtplatform.dispatch.shared.AbstractSimpleResult
Deprecated.
 
AbstractSimpleResult() - Constructor for class com.gwtplatform.dispatch.shared.AbstractSimpleResult
Deprecated.
 
AbstractUpdateResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
Provides support for simple update response which contain both the old value and new value.
AbstractUpdateResult(T, T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
 
AbstractUpdateResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
For serialization support only.
AbstractUpdateResult<T> - Class in com.gwtplatform.dispatch.shared
Deprecated.
AbstractUpdateResult(T, T) - Constructor for class com.gwtplatform.dispatch.shared.AbstractUpdateResult
Deprecated.
 
AbstractUpdateResult() - Constructor for class com.gwtplatform.dispatch.shared.AbstractUpdateResult
Deprecated.
For serialization support only.
Action<R extends Result> - Interface in com.gwtplatform.dispatch.rpc.shared
An action represents a command sent to the com.gwtplatform.dispatch.rpc.server.Dispatch.
Action<R extends Result> - Interface in com.gwtplatform.dispatch.shared
Deprecated.
Please use Action.
ActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.rpc.shared
Default Action using the base path as dispatch/className.
ActionImpl() - Constructor for class com.gwtplatform.dispatch.rpc.shared.ActionImpl
 
ActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use ActionImpl.
ActionImpl() - Constructor for class com.gwtplatform.dispatch.shared.ActionImpl
Deprecated.
 

B

BatchAction - Class in com.gwtplatform.dispatch.rpc.shared
This provides a simple way to send multiple actions to be executed in sequence.
BatchAction(BatchAction.OnException, Action<?>...) - Constructor for class com.gwtplatform.dispatch.rpc.shared.BatchAction
Constructs a new batch action, which will attempt to execute the provided list of actions in order.
BatchAction - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use BatchAction.
BatchAction(BatchAction.OnException, Action<?>...) - Constructor for class com.gwtplatform.dispatch.shared.BatchAction
Deprecated.
Constructs a new batch action, which will attempt to execute the provided list of actions in order.
BatchAction.OnException - Enum in com.gwtplatform.dispatch.rpc.shared
BatchAction's enumeration of possible outcomes when there is an exception.
BatchAction.OnException - Enum in com.gwtplatform.dispatch.shared
Deprecated.
BatchAction's OnException enumeration.
BatchResult - Class in com.gwtplatform.dispatch.rpc.shared
Contains the list of Results from successful actions in the BatchAction.
BatchResult(List<Result>) - Constructor for class com.gwtplatform.dispatch.rpc.shared.BatchResult
Creates a new result with the list of results from the batch action, in order.
BatchResult - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use BatchResult.
BatchResult(List<Result>) - Constructor for class com.gwtplatform.dispatch.shared.BatchResult
Deprecated.
Creates a new result with the list of results from the batch action, in order.

C

com.gwtplatform.dispatch.rpc.shared - package com.gwtplatform.dispatch.rpc.shared
 
com.gwtplatform.dispatch.shared - package com.gwtplatform.dispatch.shared
 

D

DEFAULT_SERVICE_NAME - Static variable in interface com.gwtplatform.dispatch.rpc.shared.Action
The URL of the service used by default.
DEFAULT_SERVICE_NAME - Static variable in interface com.gwtplatform.dispatch.shared.Action
Deprecated.
The URL of the service used by default.
DispatchAsync - Interface in com.gwtplatform.dispatch.rpc.shared
The asynchronous client-side dispatcher service with an arbitrary action type.
DispatchAsync - Interface in com.gwtplatform.dispatch.shared
Deprecated.
Please use DispatchAsync.
DispatchService - Interface in com.gwtplatform.dispatch.rpc.shared
The base class of the synchronous dispatcher service.
DispatchService - Interface in com.gwtplatform.dispatch.shared
Deprecated.
Please use DispatchService.
DispatchServiceAsync - Interface in com.gwtplatform.dispatch.rpc.shared
The asynchronous client-side dispatcher service.
DispatchServiceAsync - Interface in com.gwtplatform.dispatch.shared
Deprecated.

E

execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchAsync
This method is called client-side whenever a new action is executed.
execute(String, Action<?>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchService
This method is called server-side whenever a new action is dispatched.
execute(String, Action<R>, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchServiceAsync
This method is called client-side whenever a new action is executed.
execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.shared.DispatchAsync
Deprecated.
This method is called client-side whenever a new action is executed.
execute(String, Action<?>) - Method in interface com.gwtplatform.dispatch.shared.DispatchService
Deprecated.
This method is called server-side whenever a new action is dispatched.
execute(String, Action<?>, AsyncCallback<Result>) - Method in interface com.gwtplatform.dispatch.shared.DispatchServiceAsync
Deprecated.
This method is called client-side whenever a new action is executed.

G

get() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
 
get() - Method in class com.gwtplatform.dispatch.rpc.shared.MultipleResult
 
get() - Method in class com.gwtplatform.dispatch.shared.AbstractSimpleResult
Deprecated.
 
get() - Method in class com.gwtplatform.dispatch.shared.MultipleResult
Deprecated.
 
getActions() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchAction
The list of actions to execute.
getActions() - Method in class com.gwtplatform.dispatch.shared.BatchAction
Deprecated.
The list of actions to execute.
getNew() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
The new/current value.
getNew() - Method in class com.gwtplatform.dispatch.shared.AbstractUpdateResult
Deprecated.
The new/current value.
getOld() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
The previous value.
getOld() - Method in class com.gwtplatform.dispatch.shared.AbstractUpdateResult
Deprecated.
The previous value.
getOnException() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchAction
The expected behaviour if any of the sub-actions throw an exception.
getOnException() - Method in class com.gwtplatform.dispatch.shared.BatchAction
Deprecated.
The expected behaviour if any of the sub-actions throw an exception.
getResults() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchResult
 
getResults() - Method in class com.gwtplatform.dispatch.shared.BatchResult
Deprecated.
 
getServiceName() - Method in interface com.gwtplatform.dispatch.rpc.shared.Action
Access the name of the service, which will be used as the URL path to access the action.
getServiceName() - Method in class com.gwtplatform.dispatch.rpc.shared.ActionImpl
Default Action using the base path as dispatch/className.
getServiceName() - Method in class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
Default Action using the base path as dispatch/className.
getServiceName() - Method in interface com.gwtplatform.dispatch.shared.Action
Deprecated.
Access the name of the service, which will be used as the URL path to access the action.
getServiceName() - Method in class com.gwtplatform.dispatch.shared.ActionImpl
Deprecated.
Default Action using the base path as dispatch/className.
getServiceName() - Method in class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
Deprecated.
Default Action using the base path as dispatch/className.

I

isSecured() - Method in class com.gwtplatform.dispatch.rpc.shared.ActionImpl
Secure is on by default.
isSecured() - Method in class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
Secure is off by default.
isSecured() - Method in interface com.gwtplatform.dispatch.shared.Action
Deprecated.
Verifies if the action is secured.
isSecured() - Method in class com.gwtplatform.dispatch.shared.ActionImpl
Deprecated.
Secure is on by default.
isSecured() - Method in class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
Deprecated.
Secure is off by default.

M

MultipleResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
A common use-case is returning a list value from an action.
MultipleResult(List<T>) - Constructor for class com.gwtplatform.dispatch.rpc.shared.MultipleResult
 
MultipleResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.MultipleResult
 
MultipleResult<T> - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use MultipleResult.
MultipleResult(List<T>) - Constructor for class com.gwtplatform.dispatch.shared.MultipleResult
Deprecated.
 
MultipleResult() - Constructor for class com.gwtplatform.dispatch.shared.MultipleResult
Deprecated.
 

N

NoResult - Class in com.gwtplatform.dispatch.rpc.shared
A common use-case is returning nothing from an action.
NoResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.NoResult
 
NoResult - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use NoResult.
NoResult() - Constructor for class com.gwtplatform.dispatch.shared.NoResult
Deprecated.
 

R

Result - Interface in com.gwtplatform.dispatch.rpc.shared
A marker interface for Action results.
Result - Interface in com.gwtplatform.dispatch.shared
Deprecated.
Please use ServiceException.

S

ServiceException - Exception in com.gwtplatform.dispatch.rpc.shared
This is thrown by services when there is a low-level problem while processing an action execution.
ServiceException() - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
 
ServiceException(String) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
 
ServiceException(Throwable) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
 
ServiceException - Exception in com.gwtplatform.dispatch.shared
Deprecated.
Please use ServiceException.
ServiceException() - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
Deprecated.
 
ServiceException(String) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
Deprecated.
 
ServiceException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
Deprecated.
 
ServiceException(Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
Deprecated.
 
SimpleResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
A common use-case is returning a single value from an action.
SimpleResult(T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.SimpleResult
 
SimpleResult<T> - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use SimpleResult.
SimpleResult(T) - Constructor for class com.gwtplatform.dispatch.shared.SimpleResult
Deprecated.
 

U

undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchAsync
This method is called client-side whenever a previous executed action need to be undone.
undo(String, Action<Result>, Result) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchService
This method is called server-side whenever a previously executed action needs to be undone.
undo(String, Action<R>, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchServiceAsync
This method is called client-side whenever a previous executed action need to be undone.
undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.shared.DispatchAsync
Deprecated.
This method is called client-side whenever a previous executed action need to be undone.
undo(String, Action<Result>, Result) - Method in interface com.gwtplatform.dispatch.shared.DispatchService
Deprecated.
This method is called server-side whenever a previously executed action needs to be undone.
undo(String, Action<?>, Result, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.shared.DispatchServiceAsync
Deprecated.
This method is called client-side whenever a previous executed action need to be undone.
UnsecuredActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.rpc.shared
Default Action using the base path as dispatch/className.
UnsecuredActionImpl() - Constructor for class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
 
UnsecuredActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.shared
Deprecated.
UnsecuredActionImpl() - Constructor for class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
Deprecated.
 
UnsupportedActionException - Exception in com.gwtplatform.dispatch.rpc.shared
 
UnsupportedActionException(Action<? extends Result>) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.UnsupportedActionException
 
UnsupportedActionException(Class<? extends Action<? extends Result>>) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.UnsupportedActionException
 
UnsupportedActionException - Exception in com.gwtplatform.dispatch.shared
Deprecated.
UnsupportedActionException(Action<? extends Result>) - Constructor for exception com.gwtplatform.dispatch.shared.UnsupportedActionException
Deprecated.
 
UnsupportedActionException(Class<? extends Action<? extends Result>>) - Constructor for exception com.gwtplatform.dispatch.shared.UnsupportedActionException
Deprecated.
 

V

valueOf(String) - Static method in enum com.gwtplatform.dispatch.rpc.shared.BatchAction.OnException
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.dispatch.shared.BatchAction.OnException
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gwtplatform.dispatch.rpc.shared.BatchAction.OnException
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.dispatch.shared.BatchAction.OnException
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G I M N R S U V 
Back to GWTP Home

Copyright © 2010–2015 Arcbees. All rights reserved.