| 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 | 
|---|---|
| protected Storage | SampleService. createChildrenStorage(StorageLocation currentLocation,
                     Storage currentStorage,
                     String depositor)Creates storage for all children of given parent storage | 
| protected Storage | SampleService. createPlate96Location(String sampleDepositor,
                     StorageLocation mainLocation)Creates location records for a sample contained in a 96 well plate
 Provides support for 2-D barcoded systems. | 
| protected Storage | SampleService. createShelfStorage(String depositor,
                  StorageLocation shelf) | 
| protected Storage | SampleService. createStorage(String userId,
             String name,
             SampleType sampleType) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Storage | SampleService. createChildrenStorage(StorageLocation currentLocation,
                     Storage currentStorage,
                     String depositor)Creates storage for all children of given parent storage | 
| Modifier and Type | Method and Description | 
|---|---|
| Storage | StorageDAO. get(long id) | 
| Storage | StorageDAO. retrieveStorageTube(String barcode)Retrieves  Storageobject representing a tube. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Storage> | StorageDAO. retrieveStorageByIndex(String index,
                      SampleType type)Retrieve a  Storageobject by its index andSampleTypefields. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Sample> | SampleDAO. getSamplesByStorage(Storage storage) | 
| Modifier and Type | Method and Description | 
|---|---|
| Storage | Storage. getParent() | 
| Storage | Sample. getStorage() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Storage> | Storage. getChildren()Make sure to get a copy from database before calling this method | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Storage. setParent(Storage parent) | 
| void | Sample. setStorage(Storage locationNew) | 
Copyright © 2017. All rights reserved.