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

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

public class GetPackageIdsHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<GetPackageIds,GetPackageIdsResult>


Constructor Summary
GetPackageIdsHandler(ImportSessionManager sessionManager)
           
 
Method Summary
 GetPackageIdsResult execute(GetPackageIds action, net.customware.gwt.dispatch.server.ExecutionContext context)
           
 Class<GetPackageIds> getActionType()
           
 void rollback(GetPackageIds action, GetPackageIdsResult 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

GetPackageIdsHandler

@Inject
public GetPackageIdsHandler(ImportSessionManager sessionManager)
Method Detail

getActionType

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

execute

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

rollback

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


Copyright © 2013. All Rights Reserved.