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