com.hack23.cia.service.impl.control.core
Class AgentDeploymentRequestService

Package class diagram package AgentDeploymentRequestService
java.lang.Object
  extended by com.hack23.cia.service.impl.common.AbstractGenericService<REQUEST>
      extended by com.hack23.cia.service.impl.control.core.AgentDeploymentRequestService
All Implemented Interfaces:
BusinessService

public class AgentDeploymentRequestService
extends AbstractGenericService<REQUEST>

The Class AgentDeploymentRequestService.


Constructor Summary
Constructor and Description
AgentDeploymentRequestService(UserSessionService userSessionService, List<AgentOperationService> agentOperationService)
          Instantiates a new agent deployment request service.
 
Method Summary
Modifier and Type Method and Description
protected  ActionEvent createActionEvent(AgentDeploymentRequest request, UserSessionData userSession)
          Creates the action event.
 Class<? extends ServiceRequest> getSupportedService()
          Gets the supported service.
protected  ServiceResponse handleServiceRequest(AgentDeploymentRequest request, UserSessionDto userSession)
          Handle service request.
protected  UserSessionData lookupUserSession(AbstractServiceRequest request)
          Lookup user session.
 
Methods inherited from class com.hack23.cia.service.impl.common.AbstractGenericService
getApplicationDtoFactory, getApplicationModelFactory, getCommonModelFactory, getSwedenModelFactory, getUserSessionService, processService, setApplicationDtoFactory, setApplicationModelFactoryFactory, setCommonModelFactory, setSwedenModelFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentDeploymentRequestService

public AgentDeploymentRequestService(UserSessionService userSessionService,
                                     List<AgentOperationService> agentOperationService)
Instantiates a new agent deployment request service.

Parameters:
userSessionService - the user session service
agentOperationService - the agent operation service
Method Detail

createActionEvent

protected final ActionEvent createActionEvent(AgentDeploymentRequest request,
                                              UserSessionData userSession)
Description copied from class: AbstractGenericService
Creates the action event.

Specified by:
createActionEvent in class AbstractGenericService<AgentDeploymentRequest>
Parameters:
request - the service
userSession - the user session
Returns:
the action event

getSupportedService

public Class<? extends ServiceRequest> getSupportedService()
Description copied from interface: BusinessService
Gets the supported service.

Returns:
the supported service

handleServiceRequest

protected final ServiceResponse handleServiceRequest(AgentDeploymentRequest request,
                                                     UserSessionDto userSession)
Description copied from class: AbstractGenericService
Handle service request.

Specified by:
handleServiceRequest in class AbstractGenericService<AgentDeploymentRequest>
Parameters:
request - the service
userSession - the user session
Returns:
the service response

lookupUserSession

protected final UserSessionData lookupUserSession(AbstractServiceRequest request)
Description copied from class: AbstractGenericService
Lookup user session.

Specified by:
lookupUserSession in class AbstractGenericService<REQUEST extends AbstractServiceRequest>
Parameters:
request - the request
Returns:
the user session data


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.