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

Packages that use Document_Attachment
com.jamasoftware.contour.dao   
 

Uses of Document_Attachment in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Document_Attachment
 Document_Attachment DocumentDao.getDocumentAttachment(java.lang.Integer docAttId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Document_Attachment
 java.util.List<Document_Attachment> DocumentDao.getDocumentAttachments(java.lang.Integer documentId)
           
 java.util.List<Document_Attachment> DocumentDao.getDocumentAttachmentsFor(java.util.List<Attachment> attachments)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Document_Attachment
 void DocumentDao.deleteDocumentAttachment(Document_Attachment docAtt)
           
 void DocumentDao.saveDocumentAttachment(Document_Attachment docAttach)
           
 



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