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