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

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

public class SetScopeHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<SetScope,SetScopeResult>


Constructor Summary
SetScopeHandler(com.google.inject.Provider<javax.servlet.http.HttpSession> sessionProvider)
           
 
Method Summary
 SetScopeResult execute(SetScope scopeAction, net.customware.gwt.dispatch.server.ExecutionContext context)
           
 Class<SetScope> getActionType()
           
 void rollback(SetScope arg0, SetScopeResult arg1, net.customware.gwt.dispatch.server.ExecutionContext arg2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetScopeHandler

@Inject
public SetScopeHandler(com.google.inject.Provider<javax.servlet.http.HttpSession> sessionProvider)
Method Detail

execute

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

getActionType

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

rollback

public void rollback(SetScope arg0,
                     SetScopeResult arg1,
                     net.customware.gwt.dispatch.server.ExecutionContext arg2)
              throws net.customware.gwt.dispatch.shared.DispatchException
Specified by:
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<SetScope,SetScopeResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException


Copyright © 2013. All Rights Reserved.