com.hack23.cia.service.data.api
Interface VoteDataDAO

Package class diagram package VoteDataDAO
All Superinterfaces:
AbstractGenericDAO<VoteData,VoteDataId>
All Known Implementing Classes:
VoteDataDAOImpl

public interface VoteDataDAO
extends AbstractGenericDAO<VoteData,VoteDataId>

The Interface VoteDataDAO.


Method Summary
 List<String> getBallotIdList()
          Gets the ballot id list.
 List<VoteDataId> getIdList()
          Gets the id list.
 
Methods inherited from interface com.hack23.cia.service.data.api.AbstractGenericDAO
delete, findFirstByProperty, findListByProperty, getAll, getSize, load, merge, persist, persist
 

Method Detail

getBallotIdList

List<String> getBallotIdList()
Gets the ballot id list.

Returns:
the ballot id list

getIdList

List<VoteDataId> getIdList()
Gets the id list.

Returns:
the id list


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