public interface IAttachmentDao
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Attachment attachment) |
void |
delete(long attachmentId) |
List<Attachment> |
find(String creator) |
List<Attachment> |
find(String creator,
String filename) |
List<Attachment> |
findAll(int offset,
int maxresults) |
Attachment |
get(long attachmentId) |
Attachment |
get(String guid) |
Attachment |
save(Attachment attachment) |
Attachment get(long attachmentId)
Attachment get(String guid)
List<Attachment> find(String creator)
List<Attachment> find(String creator, String filename)
List<Attachment> findAll(int offset, int maxresults)
Attachment save(Attachment attachment)
void delete(Attachment attachment)
void delete(long attachmentId)
Copyright © 2015 Jasig. All Rights Reserved.