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

Packages that use Attachment
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
 

Uses of Attachment in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Attachment
 Attachment AttachmentDao.getAttachment(java.lang.Integer attachmentId)
           
 Attachment AttachmentDao.getAttachmentByFileName(java.lang.String fileName, java.lang.Integer orgId, java.lang.Integer projectId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Attachment
 java.util.List<Attachment> AttachmentDao.getAllAttachmentsForOrganization(java.lang.Integer orgId)
           
 java.util.List<Attachment> AttachmentDao.getAllAttachmentsForProject(java.lang.Integer projectId)
           
 java.util.List<Attachment> AttachmentDao.getFileAttachmentListForProject(java.lang.Integer projectId)
           
 java.util.List<Attachment> AttachmentDao.getReportAttachmentList()
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Attachment
 void AttachmentDao.deleteAttachment(Attachment attachment)
           
 void AttachmentDao.saveAttachment(Attachment attachement)
           
 

Method parameters in com.jamasoftware.contour.dao with type arguments of type Attachment
 java.util.List<Document_Attachment> DocumentDao.getDocumentAttachmentsFor(java.util.List<Attachment> attachments)
           
 

Uses of Attachment in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return Attachment
 Attachment Document_Attachment.getAttachment()
           
 Attachment User.getAvatar()
           
 Attachment Report.getMainReportFile()
           
 Attachment Report.getPreviewImageFile()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type Attachment
 void Document_Attachment.setAttachment(Attachment attachment)
           
 void User.setAvatar(Attachment avatar)
           
 void Report.setMainReportFile(Attachment mainReportFile)
           
 void Report.setPreviewImageFile(Attachment previewImageFile)
           
 



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