org.kuali.rice.kew.documentlink.dao.impl
Class DocumentLinkDAOOjbImpl
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.kew.documentlink.dao.impl.DocumentLinkDAOOjbImpl
org.kuali.rice.kew.documentlink.dao.impl.DocumentLinkDAOOjbImpl
- All Implemented Interfaces: 
- DocumentLinkDAO, org.springframework.beans.factory.InitializingBean
- public class DocumentLinkDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements DocumentLinkDAO
This is a description of what this class does - g1zhang don't forget to fill this in.
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
 
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
| logger | 
 
 
 
| Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport | 
| checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate | 
 
| Methods inherited from class org.springframework.dao.support.DaoSupport | 
| afterPropertiesSet, initDao | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DocumentLinkDAOOjbImpl
public DocumentLinkDAOOjbImpl()
saveDocumentLink
public void saveDocumentLink(DocumentLink link)
- 
- Specified by:
- saveDocumentLinkin interface- DocumentLinkDAO
 
- 
 
deleteDocumentLink
public void deleteDocumentLink(DocumentLink link)
- 
- Specified by:
- deleteDocumentLinkin interface- DocumentLinkDAO
 
- 
 
deleteDocmentLinksByDocId
public void deleteDocmentLinksByDocId(String docId)
- 
- Specified by:
- deleteDocmentLinksByDocIdin interface- DocumentLinkDAO
 
- 
 
getLinkedDocumentsByDocId
public List<DocumentLink> getLinkedDocumentsByDocId(String docId)
- This overridden method ...
 
- 
- Specified by:
- getLinkedDocumentsByDocIdin interface- DocumentLinkDAO
 
- 
- See Also:
- org.kuali.rice.kew.documentlink.dao.DocumentLinkDAO#getLinkedDocumentByDocId(java.lang.Long)
 
getOutgoingLinkedDocumentsByDocId
public List<DocumentLink> getOutgoingLinkedDocumentsByDocId(String docId)
- 
- Specified by:
- getOutgoingLinkedDocumentsByDocIdin interface- DocumentLinkDAO
 
- 
 
getLinkedDocument
public DocumentLink getLinkedDocument(DocumentLink link)
- This overridden method ...
 
- 
- Specified by:
- getLinkedDocumentin interface- DocumentLinkDAO
 
- 
- See Also:
- DocumentLinkDAO.getLinkedDocument(org.kuali.rice.kew.documentlink.DocumentLink)
 
deleteSingleLinksByOrgnDocId
public void deleteSingleLinksByOrgnDocId(String docId)
- 
 
- 
 
getDocumentLink
public DocumentLink getDocumentLink(Long documentLinkId)
- 
- Specified by:
- getDocumentLinkin interface- DocumentLinkDAO
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.