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

Package class diagram package DocumentElementDAOImpl
java.lang.Object
  extended by com.hack23.cia.service.data.impl.AbstractGenericDAOImpl<DocumentElement,String>
      extended by com.hack23.cia.service.data.impl.DocumentElementDAOImpl
All Implemented Interfaces:
AbstractGenericDAO<DocumentElement,String>, DocumentElementDAO

@Repository(value="DocumentElementDAO")
public class DocumentElementDAOImpl
extends AbstractGenericDAOImpl<DocumentElement,String>
implements DocumentElementDAO

The Class DocumentElementDAOImpl.


Constructor Summary
DocumentElementDAOImpl()
          Instantiates a new document element dao impl.
 
Method Summary
 boolean checkDocumentElement(String documentId)
          Check document element.
 List<String> getAvaibleDocumentContent()
          Gets the avaible document content.
 List<String> getAvaibleDocumentStatus()
          Gets the avaible document status.
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

DocumentElementDAOImpl

public DocumentElementDAOImpl()
Instantiates a new document element dao impl.

Method Detail

checkDocumentElement

public boolean checkDocumentElement(String documentId)
Description copied from interface: DocumentElementDAO
Check document element.

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

getAvaibleDocumentContent

public List<String> getAvaibleDocumentContent()
Description copied from interface: DocumentElementDAO
Gets the avaible document content.

Specified by:
getAvaibleDocumentContent in interface DocumentElementDAO
Returns:
the avaible document content

getAvaibleDocumentStatus

public List<String> getAvaibleDocumentStatus()
Description copied from interface: DocumentElementDAO
Gets the avaible document status.

Specified by:
getAvaibleDocumentStatus in interface DocumentElementDAO
Returns:
the avaible document status

getEntityManager

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

Overrides:
getEntityManager in class AbstractGenericDAOImpl<DocumentElement,String>
Returns:
the entity manager

getIdList

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

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

getSize

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

Specified by:
getSize in interface AbstractGenericDAO<DocumentElement,String>
Returns:
the size


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