BaseDAO<IssueAttachment>
IssueAttachmentDAOImpl
public interface IssueAttachmentDAO extends BaseDAO<IssueAttachment>
Modifier and Type | Method | Description |
---|---|---|
Long |
countAll() |
Counts all Issue attachments.
|
List<IssueAttachment> |
findAll() |
Finds all Issue attachments.
|
IssueAttachment |
findByFileName(String fileName) |
Finds an attachment by the file name on the filesystem.
|
List<IssueAttachment> |
findByIssue(Integer issueId) |
Finds all attachments for an Issue.
|
IssueAttachment |
findByPrimaryKey(Integer attachmentId) |
|
Long |
totalAttachmentsSize() |
Calculates the total Size of attachments in the system.
|
IssueAttachment findByPrimaryKey(Integer attachmentId)
attachmentId
- system IDIssueAttachment findByFileName(String fileName)
List<IssueAttachment> findAll()
Long countAll()
Long totalAttachmentsSize()
List<IssueAttachment> findByIssue(Integer issueId)
issueId
- system IDCopyright © 2002–2019 itracker. All rights reserved.