Package org.jasig.portlet.attachment.dao
Interface IAttachmentDao
- All Known Implementing Classes:
JpaAttachmentDao
public interface IAttachmentDao
- Author:
- Chris Waymire (chris@waymire.net)
-
Method Summary
Modifier and Type Method Description voiddelete(long attachmentId)voiddelete(Attachment attachment)List<Attachment>find(String creator)List<Attachment>find(String creator, String filename)List<Attachment>findAll(int offset, int maxresults)Attachmentget(long attachmentId)Attachmentget(String guid)Attachmentsave(Attachment attachment)