org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers
Class ValidateUploadedFilesHandler
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers.ValidateUploadedFilesHandler
- All Implemented Interfaces:
- net.customware.gwt.dispatch.server.ActionHandler<ValidateUploadedFiles,ValidateUploadedFilesResult>
public class ValidateUploadedFilesHandler
- extends Object
- implements net.customware.gwt.dispatch.server.ActionHandler<ValidateUploadedFiles,ValidateUploadedFilesResult>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidateUploadedFilesHandler
@Inject
public ValidateUploadedFilesHandler(ImportSessionManager importSessionManager)
getActionType
public Class<ValidateUploadedFiles> getActionType()
- Specified by:
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<ValidateUploadedFiles,ValidateUploadedFilesResult>
execute
public ValidateUploadedFilesResult execute(ValidateUploadedFiles 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<ValidateUploadedFiles,ValidateUploadedFilesResult>
- Throws:
net.customware.gwt.dispatch.shared.DispatchException
rollback
public void rollback(ValidateUploadedFiles action,
ValidateUploadedFilesResult 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<ValidateUploadedFiles,ValidateUploadedFilesResult>
- Throws:
net.customware.gwt.dispatch.shared.DispatchException
Copyright © 2013. All Rights Reserved.