| Package | Description |
|---|---|
| org.jbei.ice.lib.dto |
Value Objects classes.
|
| org.jbei.ice.lib.dto.sample | |
| org.jbei.ice.lib.entry.sample | |
| org.jbei.ice.storage.hibernate.dao |
| Modifier and Type | Method and Description |
|---|---|
SampleType |
StorageLocation.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageLocation.setType(SampleType type) |
| Modifier and Type | Method and Description |
|---|---|
static SampleType |
SampleType.toSampleType(String name) |
static SampleType |
SampleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SampleType[] |
SampleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Storage |
SampleService.createStorage(String userId,
String name,
SampleType sampleType) |
| Modifier and Type | Method and Description |
|---|---|
List<Storage> |
StorageDAO.retrieveStorageByIndex(String index,
SampleType type)
Retrieve a
Storage object by its index and SampleType fields. |
Copyright © 2017. All rights reserved.