|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.data.impl.AbstractGenericDAOImpl<DocumentElement,String> com.hack23.cia.service.data.impl.DocumentElementDAOImpl
@Repository(value="DocumentElementDAO") public class DocumentElementDAOImpl
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 |
---|
public DocumentElementDAOImpl()
Method Detail |
---|
public boolean checkDocumentElement(String documentId)
DocumentElementDAO
checkDocumentElement
in interface DocumentElementDAO
documentId
- the document id
public List<String> getAvaibleDocumentContent()
DocumentElementDAO
getAvaibleDocumentContent
in interface DocumentElementDAO
public List<String> getAvaibleDocumentStatus()
DocumentElementDAO
getAvaibleDocumentStatus
in interface DocumentElementDAO
protected javax.persistence.EntityManager getEntityManager()
AbstractGenericDAOImpl
getEntityManager
in class AbstractGenericDAOImpl<DocumentElement,String>
public List<String> getIdList()
DocumentElementDAO
getIdList
in interface DocumentElementDAO
public Long getSize()
AbstractGenericDAO
getSize
in interface AbstractGenericDAO<DocumentElement,String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |