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

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

public class GetPackageDataHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<GetPackageData,GetPackageDataResult>


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

GetPackageDataHandler

@Inject
public GetPackageDataHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

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

execute

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

rollback

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


Copyright © 2013. All Rights Reserved.