Uses of Class
com.jamasoftware.contour.domain.Document_Document

Packages that use Document_Document
com.jamasoftware.contour.dao   
 

Uses of Document_Document in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Document_Document
 Document_Document RelationshipDao.getRelationship(java.lang.Integer dtodId)
           
 Document_Document RelationshipDao.getSyncMasterRelationship(java.lang.Integer copyDocumentId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Document_Document
 java.util.List<Document_Document> RelationshipDao.getAllRelationshipsForDocuments(java.util.Collection<java.lang.Integer> ids)
           
 java.util.List<Document_Document> RelationshipDao.getAllRelationshipsForProject(java.lang.Integer projectId)
           
 java.util.List<Document_Document> DocumentDao.getDocumentDocumentList(java.lang.Integer documentId)
           
 java.util.List<Document_Document> RelationshipDao.getOutOfSyncRelationshipsForCopiesInProject(java.lang.Integer projectId)
           
 java.util.List<Document_Document> RelationshipDao.getOutOfSyncRelationshipsForDocument(java.lang.Integer docId, boolean isForward, boolean onlyOutOfSync)
           
 java.util.List<Document_Document> RelationshipDao.getOutOfSyncRelationshipsForDocument(java.lang.Integer docId, boolean isForward, java.lang.Integer itemSyncStatusId)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipList(Filter filter)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsBetweenDocuments(java.lang.Integer fromDocId, java.lang.Integer toDocId)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsForDocument(java.lang.Integer documentId, boolean isForward)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsForDocumentAndMultipleTypes(java.lang.Integer documentParentId, java.util.List<java.lang.Integer> typeIds, boolean isForward)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsForDocumentAndType(java.lang.Integer documentId, java.lang.Integer relatedTypeId, boolean isForward)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsForDocumentByRelationshipType(java.lang.Integer docId, java.lang.Integer relTypeId, java.lang.Boolean isForward)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsForDocuments(java.util.Collection<java.lang.Integer> ids, boolean isForward)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsForDocuments(java.util.Collection<java.lang.Integer> ids, boolean isForward, java.lang.Integer otherSideHavingDocumentTypeId)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsForDocuments(java.lang.String condition, boolean isForward)
           
 java.util.List<Document_Document> RelationshipDao.getRelationshipsForDocumentTypeAndRelationshipType(java.lang.Integer docTypeId, java.lang.Integer relTypeId)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Document_Document
 void DocumentDao.deleteDocumentDocument(Document_Document documentToDocument)
           
 void RelationshipDao.removeRelationship(Document_Document dtod)
           
 void RelationshipDao.saveRelationship(Document_Document dtod)
           
 

Method parameters in com.jamasoftware.contour.dao with type arguments of type Document_Document
 void RelationshipDao.batchDeleteRelationships(java.util.List<Document_Document> results)
           
 void RelationshipDao.batchUpdateRelationships(Filter fieldChangeFilter, java.util.List<Document_Document> relationships)
           
 void RelationshipDao.saveRelationships(java.util.Collection<Document_Document> associatedDocuments)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.