com.hack23.cia.service.api.control
Class AbstractUserAccountResponse

Package class diagram package AbstractUserAccountResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceResponse
      extended by com.hack23.cia.service.api.control.AbstractUserResponse
          extended by com.hack23.cia.service.api.control.AbstractUserAccountResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable
Direct Known Subclasses:
UserAccountResponse

public abstract class AbstractUserAccountResponse
extends AbstractUserResponse

The Class AbstractUserAccountResponse.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
Modifier Constructor and Description
protected AbstractUserAccountResponse(UserSessionDto userSessionDTO, List<PoliticalPartyData> politicalParties)
          Instantiates a new abstract user account response.
 
Method Summary
Modifier and Type Method and Description
 List<PoliticalPartyData> getPoliticalParties()
          Gets the political parties.
 
Methods inherited from class com.hack23.cia.service.api.control.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

AbstractUserAccountResponse

protected AbstractUserAccountResponse(UserSessionDto userSessionDTO,
                                      List<PoliticalPartyData> politicalParties)
Instantiates a new abstract user account response.

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

getPoliticalParties

public final List<PoliticalPartyData> getPoliticalParties()
Gets the political parties.

Returns:
the political parties


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