com.hack23.cia.service.impl.admin
Class LanguageContentRequestService

Package class diagram package LanguageContentRequestService
java.lang.Object
  extended by com.hack23.cia.service.impl.common.AbstractGenericService<REQUEST>
      extended by com.hack23.cia.service.impl.admin.AbstractAdminRequestService<LanguageContentRequest>
          extended by com.hack23.cia.service.impl.admin.LanguageContentRequestService
All Implemented Interfaces:
BusinessService

public class LanguageContentRequestService
extends AbstractAdminRequestService<LanguageContentRequest>

The Class LanguageContentRequestService.


Constructor Summary
LanguageContentRequestService(UserSessionService userSessionService, AdminService adminService)
          Instantiates a new language content request service.
 
Method Summary
 ActionEvent createActionEvent(LanguageContentRequest request, UserSessionData userSession)
          Creates the action event.
 Class getSupportedService()
          Gets the supported service.
 ServiceResponse handleServiceRequest(LanguageContentRequest 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

LanguageContentRequestService

public LanguageContentRequestService(UserSessionService userSessionService,
                                     AdminService adminService)
Instantiates a new language content request service.

Parameters:
userSessionService - the user session service
adminService - the admin service
Method Detail

createActionEvent

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

Specified by:
createActionEvent in class AbstractGenericService<LanguageContentRequest>
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(LanguageContentRequest request,
                                                  UserSessionDto userSession)
Description copied from class: AbstractGenericService
Handle service request.

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


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