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

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

@Repository(value="DocumentContentDataDAO")
public class DocumentContentDataDAOImpl
extends AbstractGenericDAOImpl<DocumentContentData,Long>
implements DocumentContentDataDAO

The Class DocumentContentDataDAOImpl.


Constructor Summary
DocumentContentDataDAOImpl()
          Instantiates a new document content data dao impl.
 
Method Summary
 boolean checkDocumentContentData(String documentId)
          Check document content 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

DocumentContentDataDAOImpl

public DocumentContentDataDAOImpl()
Instantiates a new document content data dao impl.

Method Detail

checkDocumentContentData

public boolean checkDocumentContentData(String documentId)
Description copied from interface: DocumentContentDataDAO
Check document content data.

Specified by:
checkDocumentContentData in interface DocumentContentDataDAO
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<DocumentContentData,Long>
Returns:
the entity manager

getIdList

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

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

getSize

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

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


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