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