com.hack23.cia.service.api.user
Class SearchResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.user.AbstractUserResponse
com.hack23.cia.service.api.user.AbstractParliamentResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResponse
public SearchResponse(UserSessionDto userSessionDTO,
List<ParliamentMemberData> findParliamentMembersByName)
- Instantiates a new search response.
- Parameters:
userSessionDTO
- the user session dtofindParliamentMembersByName
- the find parliament members by name
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.