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

Package class diagram package BallotResponse
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.BallotResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class BallotResponse
extends AbstractParliamentResponse

The Class BallotResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
BallotResponse(UserSessionDto userSessionDTO, List<VoteData> findLastVotesByBallotId2)
          Instantiates a new ballot response.
 
Method Summary
 List<VoteData> getFindLastVotesByBallotId()
          Gets the find last votes by ballot id.
 
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

BallotResponse

public BallotResponse(UserSessionDto userSessionDTO,
                      List<VoteData> findLastVotesByBallotId2)
Instantiates a new ballot response.

Parameters:
userSessionDTO - the user session dto
findLastVotesByBallotId2 - the find last votes by ballot id2
Method Detail

getFindLastVotesByBallotId

public final List<VoteData> getFindLastVotesByBallotId()
Gets the find last votes by ballot id.

Returns:
the find last votes by ballot id


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