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