com.hack23.cia.service.data.impl
Class VoteDataDAOImpl

Package class diagram package VoteDataDAOImpl
java.lang.Object
  extended by com.hack23.cia.service.data.impl.AbstractGenericDAOImpl<VoteData,VoteDataId>
      extended by com.hack23.cia.service.data.impl.VoteDataDAOImpl
All Implemented Interfaces:
AbstractGenericDAO<VoteData,VoteDataId>, VoteDataDAO

@Repository(value="VoteDataDAO")
public class VoteDataDAOImpl
extends AbstractGenericDAOImpl<VoteData,VoteDataId>
implements VoteDataDAO

The Class VoteDataDAOImpl.


Constructor Summary
VoteDataDAOImpl()
          Instantiates a new vote data dao impl.
 
Method Summary
 List<String> getBallotIdList()
          Gets the ballot id list.
protected  javax.persistence.EntityManager getEntityManager()
          Gets the entity manager.
 List<VoteDataId> getIdList()
          Gets the id list.
 Long getSize()
          Gets the size.
 
Methods inherited from class com.hack23.cia.service.data.impl.AbstractGenericDAOImpl
addCacheHints, delete, findFirstByProperty, findListByProperty, getAll, getCriteriaBuilder, getMetamodel, getPersistentClass, load, merge, persist, persist
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.service.data.api.AbstractGenericDAO
delete, findFirstByProperty, findListByProperty, getAll, load, merge, persist, persist
 

Constructor Detail

VoteDataDAOImpl

public VoteDataDAOImpl()
Instantiates a new vote data dao impl.

Method Detail

getBallotIdList

public List<String> getBallotIdList()
Description copied from interface: VoteDataDAO
Gets the ballot id list.

Specified by:
getBallotIdList in interface VoteDataDAO
Returns:
the ballot id list

getEntityManager

protected javax.persistence.EntityManager getEntityManager()
Description copied from class: AbstractGenericDAOImpl
Gets the entity manager.

Overrides:
getEntityManager in class AbstractGenericDAOImpl<VoteData,VoteDataId>
Returns:
the entity manager

getIdList

public List<VoteDataId> getIdList()
Description copied from interface: VoteDataDAO
Gets the id list.

Specified by:
getIdList in interface VoteDataDAO
Returns:
the id list

getSize

public Long getSize()
Description copied from interface: AbstractGenericDAO
Gets the size.

Specified by:
getSize in interface AbstractGenericDAO<VoteData,VoteDataId>
Returns:
the size


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