public class GetTypedDataHandler<T> extends Object implements net.customware.gwt.dispatch.server.ActionHandler<GetTypedData<T>,GetTypedDataResult<T>>
| Constructor and Description |
|---|
GetTypedDataHandler(ImportSessionManager importSessionManager) |
| Modifier and Type | Method and Description |
|---|---|
GetTypedDataResult<T> |
execute(GetTypedData<T> action,
net.customware.gwt.dispatch.server.ExecutionContext context) |
Class<GetTypedData<T>> |
getActionType() |
void |
rollback(GetTypedData<T> action,
GetTypedDataResult<T> result,
net.customware.gwt.dispatch.server.ExecutionContext context) |
@Inject public GetTypedDataHandler(ImportSessionManager importSessionManager)
public Class<GetTypedData<T>> getActionType()
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<GetTypedData<T>,GetTypedDataResult<T>>public GetTypedDataResult<T> execute(GetTypedData<T> action, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
execute in interface net.customware.gwt.dispatch.server.ActionHandler<GetTypedData<T>,GetTypedDataResult<T>>net.customware.gwt.dispatch.shared.DispatchExceptionpublic void rollback(GetTypedData<T> action, GetTypedDataResult<T> result, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<GetTypedData<T>,GetTypedDataResult<T>>net.customware.gwt.dispatch.shared.DispatchExceptionCopyright © 2016. All Rights Reserved.