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

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

public class SetThirdPartyHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<SetThirdParty,SetThirdPartyResult>


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

Constructor Detail

SetThirdPartyHandler

@Inject
public SetThirdPartyHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

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

execute

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

rollback

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


Copyright © 2013. All Rights Reserved.