|
||||||||||
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.configuration.LanguageContentRequestService
public class LanguageContentRequestService extends AbstractGenericService<REQUEST>
The Class LanguageContentRequestService.
Constructor and Description |
---|
LanguageContentRequestService(UserSessionService userSessionService,
ConfigurationService configurationService)
Instantiates a new language content request service. |
Modifier and Type | Method and Description |
---|---|
ActionEvent |
createActionEvent(LanguageContentRequest request,
UserSessionData userSession)
Creates the action event. |
ConfigurationService |
getConfigurationService()
Gets the configuration service. |
Class<? extends ServiceRequest> |
getSupportedService()
Gets the supported service. |
ServiceResponse |
handleServiceRequest(LanguageContentRequest request,
UserSessionDto userSession)
Handle service request. |
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 |
---|
public LanguageContentRequestService(UserSessionService userSessionService, ConfigurationService configurationService)
userSessionService
- the user session serviceconfigurationService
- the configuration serviceMethod Detail |
---|
public final ActionEvent createActionEvent(LanguageContentRequest request, UserSessionData userSession)
AbstractGenericService
createActionEvent
in class AbstractGenericService<LanguageContentRequest>
request
- the serviceuserSession
- the user sessionpublic Class<? extends ServiceRequest> getSupportedService()
BusinessService
public final ServiceResponse handleServiceRequest(LanguageContentRequest request, UserSessionDto userSession)
AbstractGenericService
handleServiceRequest
in class AbstractGenericService<LanguageContentRequest>
request
- the serviceuserSession
- the user sessionpublic final ConfigurationService getConfigurationService()
public final UserSessionData lookupUserSession(AbstractServiceRequest request)
AbstractGenericService
lookupUserSession
in class AbstractGenericService<REQUEST extends AbstractServiceRequest>
request
- the request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |