Package | Description |
---|---|
org.jbei.ice.lib.bulkupload | |
org.jbei.ice.lib.dto.entry | |
org.jbei.ice.lib.entry.attachment | |
org.jbei.ice.lib.net | |
org.jbei.ice.services.rest | |
org.jbei.ice.storage |
Database access classes.
|
org.jbei.ice.storage.model |
Data models for ice objects.
|
Modifier and Type | Method and Description |
---|---|
AttachmentInfo |
BulkUploadController.addAttachment(String userId,
long bulkUploadId,
long entryId,
InputStream fileInputStream,
String fileName) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AttachmentInfo> |
PartData.getAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
PartData.setAttachments(ArrayList<AttachmentInfo> attachments) |
Modifier and Type | Method and Description |
---|---|
AttachmentInfo |
Attachments.addAttachmentToEntry(String userId,
long partId,
AttachmentInfo info) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AttachmentInfo> |
Attachments.getByEntry(String userId,
long entryId) |
Modifier and Type | Method and Description |
---|---|
AttachmentInfo |
Attachments.addAttachmentToEntry(String userId,
long partId,
AttachmentInfo info) |
Modifier and Type | Method and Description |
---|---|
List<AttachmentInfo> |
RemoteContact.getAttachmentList(String url,
long entryId,
String apiKey) |
List<AttachmentInfo> |
RemoteEntries.getEntryAttachments(String userId,
long remoteId,
long entryId) |
Modifier and Type | Method and Description |
---|---|
AttachmentInfo |
PartResource.addAttachment(long partId,
AttachmentInfo attachment) |
Modifier and Type | Method and Description |
---|---|
List<AttachmentInfo> |
PartResource.getAttachments(long partId) |
List<AttachmentInfo> |
WebResource.getAttachments(long partnerId,
long partId) |
List<AttachmentInfo> |
PartnerResource.getAttachments(long partnerId,
long partId) |
Modifier and Type | Method and Description |
---|---|
AttachmentInfo |
PartResource.addAttachment(long partId,
AttachmentInfo attachment) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<AttachmentInfo> |
ModelToInfoFactory.getAttachments(List<Attachment> attachments) |
Modifier and Type | Method and Description |
---|---|
AttachmentInfo |
Attachment.toDataTransferObject() |
Copyright © 2017. All rights reserved.