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

Package class diagram package CommitteeProposalComponentDataDAOImpl
java.lang.Object
  extended by com.hack23.cia.service.data.impl.AbstractGenericDAOImpl<CommitteeProposalComponentData,Long>
      extended by com.hack23.cia.service.data.impl.CommitteeProposalComponentDataDAOImpl
All Implemented Interfaces:
AbstractGenericDAO<CommitteeProposalComponentData,Long>, CommitteeProposalComponentDataDAO

@Repository(value="CommitteeProposalComponentDataDAO")
public class CommitteeProposalComponentDataDAOImpl
extends AbstractGenericDAOImpl<CommitteeProposalComponentData,Long>
implements CommitteeProposalComponentDataDAO

The Class CommitteeProposalComponentDataDAOImpl.


Constructor Summary
CommitteeProposalComponentDataDAOImpl()
          Instantiates a new committee proposal component data dao impl.
 
Method Summary
 boolean checkCommitteeDocumentData(String documentId)
          Check committee document data.
protected  javax.persistence.EntityManager getEntityManager()
          Gets the entity manager.
 List<String> 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

CommitteeProposalComponentDataDAOImpl

public CommitteeProposalComponentDataDAOImpl()
Instantiates a new committee proposal component data dao impl.

Method Detail

checkCommitteeDocumentData

public boolean checkCommitteeDocumentData(String documentId)
Description copied from interface: CommitteeProposalComponentDataDAO
Check committee document data.

Specified by:
checkCommitteeDocumentData in interface CommitteeProposalComponentDataDAO
Parameters:
documentId - the document id
Returns:
true, if successful

getEntityManager

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

Overrides:
getEntityManager in class AbstractGenericDAOImpl<CommitteeProposalComponentData,Long>
Returns:
the entity manager

getIdList

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

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

getSize

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

Specified by:
getSize in interface AbstractGenericDAO<CommitteeProposalComponentData,Long>
Returns:
the size


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