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