|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueAttachmentDAO
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.itracker.persistence.dao.BaseDAO |
|---|
delete, detach, merge, refresh, save, saveOrUpdate |
| Method Detail |
|---|
IssueAttachment findByPrimaryKey(Integer attachmentId)
attachmentId - system ID
IssueAttachment findByFileName(String fileName)
fileName -
List<IssueAttachment> findAll()
Long countAll()
Long totalAttachmentsSize()
List<IssueAttachment> findByIssue(Integer issueId)
issueId - system ID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||