org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers
Class SetTypedDataHandler<T>

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers.SetTypedDataHandler<T>
All Implemented Interfaces:
net.customware.gwt.dispatch.server.ActionHandler<SetTypedData<T>,SetTypedDataResult<T>>

public class SetTypedDataHandler<T>
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<SetTypedData<T>,SetTypedDataResult<T>>


Constructor Summary
SetTypedDataHandler(ImportSessionManager importSessionManager)
           
 
Method Summary
 SetTypedDataResult<T> execute(SetTypedData<T> action, net.customware.gwt.dispatch.server.ExecutionContext context)
           
 Class<SetTypedData<T>> getActionType()
           
 void rollback(SetTypedData<T> action, SetTypedDataResult<T> 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

SetTypedDataHandler

@Inject
public SetTypedDataHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

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

execute

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

rollback

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


Copyright © 2013. All Rights Reserved.