|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.impl.common.AbstractGenericService<REQUEST> com.hack23.cia.service.impl.admin.AbstractAdminRequestService<AgentDeploymentRequest> com.hack23.cia.service.impl.admin.AgentDeploymentRequestService
public class AgentDeploymentRequestService
The Class AgentDeploymentRequestService.
Constructor Summary | |
---|---|
AgentDeploymentRequestService(UserSessionService userSessionService,
AdminService adminService,
List<AgentOperationService> agentOperationService)
Instantiates a new agent deployment request service. |
Method Summary | |
---|---|
ActionEvent |
createActionEvent(AgentDeploymentRequest request,
UserSessionData userSession)
Creates the action event. |
Class |
getSupportedService()
Gets the supported service. |
ServiceResponse |
handleServiceRequest(AgentDeploymentRequest request,
UserSessionDto userSession)
Handle service request. |
Methods inherited from class com.hack23.cia.service.impl.admin.AbstractAdminRequestService |
---|
getAdminService, lookupUserSession |
Methods inherited from class com.hack23.cia.service.impl.common.AbstractGenericService |
---|
getApplicationModelFactory, getCommonModelFactory, getSwedenModelFactory, getUserSessionService, processService, setApplicationModelFactory, setCommonModelFactory, setSwedenModelFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentDeploymentRequestService(UserSessionService userSessionService, AdminService adminService, List<AgentOperationService> agentOperationService)
userSessionService
- the user session serviceadminService
- the admin serviceagentOperationService
- the agent operation serviceMethod Detail |
---|
public final ActionEvent createActionEvent(AgentDeploymentRequest request, UserSessionData userSession)
AbstractGenericService
createActionEvent
in class AbstractGenericService<AgentDeploymentRequest>
request
- the serviceuserSession
- the user session
public final Class getSupportedService()
BusinessService
public final ServiceResponse handleServiceRequest(AgentDeploymentRequest request, UserSessionDto userSession)
AbstractGenericService
handleServiceRequest
in class AbstractGenericService<AgentDeploymentRequest>
request
- the serviceuserSession
- the user session
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |