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