public class RemovePackageHandler extends Object implements net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>
| Constructor and Description |
|---|
RemovePackageHandler(ImportSessionManager importSessionManager) |
| Modifier and Type | Method and Description |
|---|---|
RemovePackageResult |
execute(RemovePackage action,
net.customware.gwt.dispatch.server.ExecutionContext context) |
Class<RemovePackage> |
getActionType() |
void |
rollback(RemovePackage action,
RemovePackageResult result,
net.customware.gwt.dispatch.server.ExecutionContext context) |
@Inject public RemovePackageHandler(ImportSessionManager importSessionManager)
public Class<RemovePackage> getActionType()
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>public RemovePackageResult execute(RemovePackage action, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
execute in interface net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>net.customware.gwt.dispatch.shared.DispatchExceptionpublic void rollback(RemovePackage action, RemovePackageResult result, net.customware.gwt.dispatch.server.ExecutionContext context) throws net.customware.gwt.dispatch.shared.DispatchException
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>net.customware.gwt.dispatch.shared.DispatchExceptionCopyright © 2016. All Rights Reserved.