Package | Description |
---|---|
io.seqware.webservice.controller |
Classes for customized behaviour for the REST web resources.
|
io.seqware.webservice.generated.controller |
Autogenerated web resources.
|
io.seqware.webservice.generated.model |
Auto-generated model classes.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomStudyAttributeFacadeREST.createWithBaseEntity(StudyAttribute entity)
Create a new study and a new study attribute to associate with it in a single step.
|
Modifier and Type | Method and Description |
---|---|
StudyAttribute |
StudyAttributeFacadeREST.find(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<StudyAttribute> |
StudyAttributeFacadeREST.findAll() |
List<StudyAttribute> |
StudyAttributeFacadeREST.findRange(Integer from,
Integer to) |
Modifier and Type | Method and Description |
---|---|
void |
StudyAttributeFacadeREST.create(StudyAttribute entity) |
void |
StudyAttributeFacadeREST.edit(StudyAttribute entity) |
Modifier and Type | Method and Description |
---|---|
Collection<StudyAttribute> |
Study.getStudyAttributeCollection() |
Modifier and Type | Method and Description |
---|---|
void |
Study.setStudyAttributeCollection(Collection<StudyAttribute> studyAttributeCollection) |
Copyright © 2015 SeqWare. All rights reserved.