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