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