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

Packages that use Document_DocAttach
com.jamasoftware.contour.dao   
 

Uses of Document_DocAttach in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Document_DocAttach
 Document_DocAttach DocumentDao.getDocumentDocAttachment(java.lang.Integer docAttachId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Document_DocAttach
 com.jamasoftware.contour.service.search.SearchResults<Document_DocAttach> DocumentDao.getAttachmentDocuments(java.lang.Integer documentId, com.jamasoftware.contour.service.search.PageInfo pageInfo)
           
 java.util.List<Document_DocAttach> DocumentDao.getDocumentAttachments(java.lang.Integer documentId, java.lang.Integer docAttachmentId)
           
 com.jamasoftware.contour.service.search.SearchResults<Document_DocAttach> DocumentDao.getDocumentAttachments(java.lang.Integer documentId, com.jamasoftware.contour.service.search.PageInfo pageInfo, com.jamasoftware.contour.service.search.SorterList sorter)
           
 java.util.List<Document_DocAttach> DocumentDao.getDocumentToAttachmentDocumentList(java.lang.Integer documentId)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Document_DocAttach
 void DocumentDao.deleteDocumentAttachment(Document_DocAttach docAtt)
           
 void RelationshipDao.saveAttachmentRelationship(Document_DocAttach dtod)
           
 void DocumentDao.saveAttachmentRelationship(Document_DocAttach dtod)
           
 



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