Package | Description |
---|---|
org.jbei.ice.lib.bulkupload | |
org.jbei.ice.storage.hibernate.dao | |
org.jbei.ice.storage.model |
Data models for ice objects.
|
Modifier and Type | Method and Description |
---|---|
BulkUploadStatus |
BulkUploadInfo.getStatus() |
static BulkUploadStatus |
BulkUploadStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkUploadStatus[] |
BulkUploadStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkUploadInfo.setStatus(BulkUploadStatus status) |
ProcessedBulkUpload |
BulkEntryCreator.updateStatus(String userId,
long id,
BulkUploadStatus status) |
Modifier and Type | Method and Description |
---|---|
List<BulkUpload> |
BulkUploadDAO.retrieveByStatus(BulkUploadStatus status) |
Modifier and Type | Method and Description |
---|---|
BulkUploadStatus |
BulkUpload.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
BulkUpload.setStatus(BulkUploadStatus status) |
Copyright © 2017. All rights reserved.