com.hack23.cia.service.impl.user
Class PartyRequestService
java.lang.Object
com.hack23.cia.service.impl.common.AbstractGenericService<REQUEST>
com.hack23.cia.service.impl.user.AbstractUserRequestService<REQUEST>
com.hack23.cia.service.impl.user.AbstractParliamentRequestService<PartyRequest>
com.hack23.cia.service.impl.user.PartyRequestService
- All Implemented Interfaces:
- BusinessService
public class PartyRequestService
- extends AbstractParliamentRequestService<PartyRequest>
The Class PartyRequestService.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartyRequestService
public PartyRequestService(UserSessionService userSessionService,
ParliamentService parliamentService,
int numberInTopList)
- Instantiates a new party request service.
- Parameters:
userSessionService
- the user session serviceparliamentService
- the parliament servicenumberInTopList
- the number in top list
createActionEvent
public final ActionEvent createActionEvent(PartyRequest request,
UserSessionData userSession)
- Description copied from class:
AbstractGenericService
- Creates the action event.
- Specified by:
createActionEvent
in class AbstractGenericService<PartyRequest>
- Parameters:
request
- the serviceuserSession
- 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(PartyRequest request,
UserSessionDto userSession)
- Description copied from class:
AbstractGenericService
- Handle service request.
- Specified by:
handleServiceRequest
in class AbstractGenericService<PartyRequest>
- Parameters:
request
- the serviceuserSession
- the user session
- Returns:
- the service response
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.