com.hack23.cia.service.impl.user
Class LogoutRequestService

Package class diagram package LogoutRequestService
java.lang.Object
  extended by com.hack23.cia.service.impl.common.AbstractGenericService<REQUEST>
      extended by com.hack23.cia.service.impl.user.AbstractUserRequestService<LogoutRequest>
          extended by com.hack23.cia.service.impl.user.LogoutRequestService
All Implemented Interfaces:
BusinessService

public class LogoutRequestService
extends AbstractUserRequestService<LogoutRequest>

The Class LogoutRequestService.


Constructor Summary
LogoutRequestService(UserSessionService userSessionService, ParliamentService parliamentService)
          Instantiates a new logout request service.
 
Method Summary
 ActionEvent createActionEvent(LogoutRequest request, UserSessionData userSession)
          Creates the action event.
 Class getSupportedService()
          Gets the supported service.
 ServiceResponse handleServiceRequest(LogoutRequest request, UserSessionDto userSession)
          Handle service request.
 
Methods inherited from class com.hack23.cia.service.impl.user.AbstractUserRequestService
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

LogoutRequestService

public LogoutRequestService(UserSessionService userSessionService,
                            ParliamentService parliamentService)
Instantiates a new logout request service.

Parameters:
userSessionService - the user session service
parliamentService - the parliament service
Method Detail

createActionEvent

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

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

getSupportedService

public final Class getSupportedService()
Description copied from interface: BusinessService
Gets the supported service.

Returns:
the supported service

handleServiceRequest

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

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


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