| Package | Description |
|---|---|
| org.jasig.portlet.attachment.dao | |
| org.jasig.portlet.attachment.dao.jpa | |
| org.jasig.portlet.attachment.service | |
| org.jasig.portlet.attachment.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
IAttachmentDao.get(long attachmentId) |
Attachment |
IAttachmentDao.get(String guid) |
Attachment |
IAttachmentDao.save(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
IAttachmentDao.find(String creator) |
List<Attachment> |
IAttachmentDao.find(String creator,
String filename) |
List<Attachment> |
IAttachmentDao.findAll(int offset,
int maxresults) |
| Modifier and Type | Method and Description |
|---|---|
void |
IAttachmentDao.delete(Attachment attachment) |
Attachment |
IAttachmentDao.save(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
JpaAttachmentDao.get(long attachmentId) |
Attachment |
JpaAttachmentDao.get(String guid) |
Attachment |
JpaAttachmentDao.save(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
JpaAttachmentDao.find(String creator) |
List<Attachment> |
JpaAttachmentDao.find(String creator,
String filename) |
List<Attachment> |
JpaAttachmentDao.findAll(int offset,
int maxresults) |
| Modifier and Type | Method and Description |
|---|---|
void |
JpaAttachmentDao.delete(Attachment attachment) |
Attachment |
JpaAttachmentDao.save(Attachment attachment) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
IAttachmentService.get(long attachmentId) |
Attachment |
IAttachmentService.get(String guid) |
Attachment |
IAttachmentService.save(Attachment attachment,
String username) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
IAttachmentService.find(String creator) |
List<Attachment> |
IAttachmentService.find(String creator,
String filename) |
List<Attachment> |
IAttachmentService.findAll(int offset,
int maxresults) |
| Modifier and Type | Method and Description |
|---|---|
void |
IAttachmentService.delete(Attachment attachment) |
Attachment |
IAttachmentService.save(Attachment attachment,
String username) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentService.get(long attachmentId) |
Attachment |
AttachmentService.get(String guid) |
Attachment |
AttachmentService.save(Attachment attachment,
String username) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
AttachmentService.find(String creator) |
List<Attachment> |
AttachmentService.find(String creator,
String filename) |
List<Attachment> |
AttachmentService.findAll(int offset,
int maxresults) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentService.delete(Attachment attachment) |
Attachment |
AttachmentService.save(Attachment attachment,
String username) |
protected void |
AttachmentService.updateTimestamps(Attachment attachment,
String user) |
Copyright © 2015 Jasig. All Rights Reserved.