| Package | Description |
|---|---|
| org.jbei.ice.lib.entry.sample | |
| org.jbei.ice.storage.hibernate.dao | |
| org.jbei.ice.storage.model |
Data models for ice objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Sample |
SampleCreator.createSampleObject(String label,
String depositor,
String notes)
Create a
Sample object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SampleAuthorization.canWrite(String userId,
Sample sample)
Determines if the specified user has write privileges.
|
protected String |
SampleAuthorization.getOwner(Sample sample) |
| Modifier and Type | Method and Description |
|---|---|
Sample |
SampleDAO.get(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
SampleDAO.getSamplesByEntry(Entry entry) |
List<Sample> |
SampleDAO.getSamplesByStorage(Storage storage)
|
| Modifier and Type | Method and Description |
|---|---|
Set<Sample> |
Comment.getSamples() |
Set<Sample> |
Entry.getSamples() |
Copyright © 2017. All rights reserved.