com.hack23.cia.service.api.user
Class AbstractParliamentResponse

Package class diagram package AbstractParliamentResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceResponse
          extended by com.hack23.cia.service.api.user.AbstractUserResponse
              extended by com.hack23.cia.service.api.user.AbstractParliamentResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable
Direct Known Subclasses:
BallotResponse, CommitteeReportResponse, CommitteeReportsResponse, ParliamentMemberResponse, SearchResponse, TopListResponse

public abstract class AbstractParliamentResponse
extends AbstractUserResponse

The Class AbstractParliamentResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
AbstractParliamentResponse(UserSessionDto userSessionDTO)
          Instantiates a new abstract parliament response.
 
Method Summary
 
Methods inherited from class com.hack23.cia.service.api.user.AbstractUserResponse
getResult
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse
getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractParliamentResponse

public AbstractParliamentResponse(UserSessionDto userSessionDTO)
Instantiates a new abstract parliament response.

Parameters:
userSessionDTO - the user session dto


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