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