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

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

public class UserAccountResponse
extends AbstractUserAccountResponse

The Class UserAccountResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
UserAccountResponse(UserSessionDto userSessionDTO, List<PoliticalPartyData> politicalParties)
          Instantiates a new user account response.
 
Method Summary
 
Methods inherited from class com.hack23.cia.service.api.user.AbstractUserAccountResponse
getPoliticalParties
 
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

UserAccountResponse

public UserAccountResponse(UserSessionDto userSessionDTO,
                           List<PoliticalPartyData> politicalParties)
Instantiates a new user account response.

Parameters:
userSessionDTO - the user session dto
politicalParties - the political parties


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