org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers
Class GetThirdPartyHandler
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers.GetThirdPartyHandler
- All Implemented Interfaces:
- net.customware.gwt.dispatch.server.ActionHandler<GetThirdParty,GetThirdPartyResult>
public class GetThirdPartyHandler
- extends Object
- implements net.customware.gwt.dispatch.server.ActionHandler<GetThirdParty,GetThirdPartyResult>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetThirdPartyHandler
@Inject
public GetThirdPartyHandler(ImportSessionManager importSessionManager)
getActionType
public Class<GetThirdParty> getActionType()
- Specified by:
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<GetThirdParty,GetThirdPartyResult>
execute
public GetThirdPartyResult execute(GetThirdParty action,
net.customware.gwt.dispatch.server.ExecutionContext context)
throws net.customware.gwt.dispatch.shared.DispatchException
- Specified by:
execute in interface net.customware.gwt.dispatch.server.ActionHandler<GetThirdParty,GetThirdPartyResult>
- Throws:
net.customware.gwt.dispatch.shared.DispatchException
rollback
public void rollback(GetThirdParty action,
GetThirdPartyResult result,
net.customware.gwt.dispatch.server.ExecutionContext context)
throws net.customware.gwt.dispatch.shared.DispatchException
- Specified by:
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<GetThirdParty,GetThirdPartyResult>
- Throws:
net.customware.gwt.dispatch.shared.DispatchException
Copyright © 2013. All Rights Reserved.