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