org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers
Class GetThirdPartyCapabilityHandler

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers.GetThirdPartyCapabilityHandler
All Implemented Interfaces:
net.customware.gwt.dispatch.server.ActionHandler<GetThirdPartyCapability,GetThirdPartyCapabilityResult>

public class GetThirdPartyCapabilityHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<GetThirdPartyCapability,GetThirdPartyCapabilityResult>


Constructor Summary
GetThirdPartyCapabilityHandler(ImportSessionManager importSessionManager)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetThirdPartyCapabilityHandler

@Inject
public GetThirdPartyCapabilityHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

public Class<GetThirdPartyCapability> getActionType()
Specified by:
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<GetThirdPartyCapability,GetThirdPartyCapabilityResult>

execute

public GetThirdPartyCapabilityResult execute(GetThirdPartyCapability 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<GetThirdPartyCapability,GetThirdPartyCapabilityResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException

rollback

public void rollback(GetThirdPartyCapability action,
                     GetThirdPartyCapabilityResult 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<GetThirdPartyCapability,GetThirdPartyCapabilityResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException


Copyright © 2013. All Rights Reserved.