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

Package class diagram package SearchResponse
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
                  extended by com.hack23.cia.service.api.user.SearchResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class SearchResponse
extends AbstractParliamentResponse

The Class SearchResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
SearchResponse(UserSessionDto userSessionDTO, List<ParliamentMemberData> findParliamentMembersByName)
          Instantiates a new search response.
 
Method Summary
 List<ParliamentMemberData> getParliamentMemberList()
          Gets the parliament member list.
 
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

SearchResponse

public SearchResponse(UserSessionDto userSessionDTO,
                      List<ParliamentMemberData> findParliamentMembersByName)
Instantiates a new search response.

Parameters:
userSessionDTO - the user session dto
findParliamentMembersByName - the find parliament members by name
Method Detail

getParliamentMemberList

public final List<ParliamentMemberData> getParliamentMemberList()
Gets the parliament member list.

Returns:
the parliament member list


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