Package | Description |
---|---|
io.seqware.webservice.generated.controller |
Autogenerated web resources.
|
io.seqware.webservice.generated.model |
Auto-generated model classes.
|
Modifier and Type | Method and Description |
---|---|
Experiment |
ExperimentFacadeREST.find(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<Experiment> |
ExperimentFacadeREST.findAll() |
List<Experiment> |
ExperimentFacadeREST.findRange(Integer from,
Integer to) |
Modifier and Type | Method and Description |
---|---|
void |
ExperimentFacadeREST.create(Experiment entity) |
void |
ExperimentFacadeREST.edit(Experiment entity) |
Modifier and Type | Method and Description |
---|---|
Experiment |
ExperimentAttribute.getExperimentId() |
Experiment |
Sample.getExperimentId() |
Experiment |
ExperimentLink.getExperimentId() |
Experiment |
ProcessingExperiments.getExperimentId() |
Modifier and Type | Method and Description |
---|---|
Collection<Experiment> |
Platform.getExperimentCollection() |
Collection<Experiment> |
Registration.getExperimentCollection() |
Collection<Experiment> |
ExperimentSpotDesign.getExperimentCollection() |
Collection<Experiment> |
ExperimentLibraryDesign.getExperimentCollection() |
Collection<Experiment> |
Study.getExperimentCollection() |
Modifier and Type | Method and Description |
---|---|
void |
ExperimentAttribute.setExperimentId(Experiment experimentId) |
void |
Sample.setExperimentId(Experiment experimentId) |
void |
ExperimentLink.setExperimentId(Experiment experimentId) |
void |
ProcessingExperiments.setExperimentId(Experiment experimentId) |
Modifier and Type | Method and Description |
---|---|
void |
Platform.setExperimentCollection(Collection<Experiment> experimentCollection) |
void |
Registration.setExperimentCollection(Collection<Experiment> experimentCollection) |
void |
ExperimentSpotDesign.setExperimentCollection(Collection<Experiment> experimentCollection) |
void |
ExperimentLibraryDesign.setExperimentCollection(Collection<Experiment> experimentCollection) |
void |
Study.setExperimentCollection(Collection<Experiment> experimentCollection) |
Copyright © 2015 SeqWare. All rights reserved.