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