| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.documentlink.dao.impl.DocumentLinkDAOJpaImpl
public class DocumentLinkDAOJpaImpl
This is a description of what this class does - g1zhang don't forget to fill this in.
| Constructor Summary | |
|---|---|
| DocumentLinkDAOJpaImpl() | |
| Method Summary | |
|---|---|
|  void | deleteDocmentLinksByDocId(String docId)double delete all links from orgn doc | 
|  void | deleteDocumentLink(DocumentLink link)double delete a link | 
|  DocumentLink | getDocumentLink(Long documentLinkId) | 
|  javax.persistence.EntityManager | getEntityManager() | 
|  DocumentLink | getLinkedDocument(DocumentLink link)get a link from orgn doc | 
|  List<DocumentLink> | getLinkedDocumentsByDocId(String docId)get all links from orgn doc | 
|  List<DocumentLink> | getOutgoingLinkedDocumentsByDocId(String docId) | 
|  void | saveDocumentLink(DocumentLink link)add double link | 
|  void | setEntityManager(javax.persistence.EntityManager entityManager) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DocumentLinkDAOJpaImpl()
| Method Detail | 
|---|
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
public void deleteDocmentLinksByDocId(String docId)
deleteDocmentLinksByDocId in interface DocumentLinkDAOorg.kuali.rice.kew.documentlink.dao.DocumentLinkDAO#deleteDocmentLinksByDocId(java.lang.Long)public void deleteDocumentLink(DocumentLink link)
deleteDocumentLink in interface DocumentLinkDAODocumentLinkDAO.deleteDocumentLink(org.kuali.rice.kew.documentlink.DocumentLink)public DocumentLink getLinkedDocument(DocumentLink link)
getLinkedDocument in interface DocumentLinkDAODocumentLinkDAO.getLinkedDocument(org.kuali.rice.kew.documentlink.DocumentLink)public List<DocumentLink> getLinkedDocumentsByDocId(String docId)
getLinkedDocumentsByDocId in interface DocumentLinkDAOorg.kuali.rice.kew.documentlink.dao.DocumentLinkDAO#getLinkedDocumentsByDocId(java.lang.Long)public List<DocumentLink> getOutgoingLinkedDocumentsByDocId(String docId)
getOutgoingLinkedDocumentsByDocId in interface DocumentLinkDAOpublic void saveDocumentLink(DocumentLink link)
saveDocumentLink in interface DocumentLinkDAODocumentLinkDAO.saveDocumentLink(org.kuali.rice.kew.documentlink.DocumentLink)public DocumentLink getDocumentLink(Long documentLinkId)
getDocumentLink in interface DocumentLinkDAO| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||