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