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