| Package | Description |
|---|---|
| org.molgenis.omx.dataset | |
| org.molgenis.omx.observ | |
| org.molgenis.omx.observ.db | |
| org.molgenis.service |
| Constructor and Description |
|---|
DataSetTableIterator(Database db,
List<Field> columns,
Query<ObservationSet> query) |
| Modifier and Type | Method and Description |
|---|---|
ObservationSet |
ObservationSet.create(Entity entity) |
static ObservationSet |
ObservationSet.findById(Database db,
Integer id) |
static ObservationSet |
ObservationSet.findByIdentifier(Database db,
String identifier) |
static ObservationSet |
ObservationSet.findByPartOfDataSetTime(Database db,
Integer partOfDataSet,
Date time) |
ObservationSet |
ObservedValue.getObservationSet()
Get the Reference to the observation.
|
ObservationSet |
ObservedValue.getObservationSet(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends ObservationSet> |
ObservationSet.find(Database db,
QueryRule... rules)
Shorthand for db.find(ObservationSet.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends ObservationSet> |
ObservationSet.query(Database db)
Shorthand for db.query(ObservationSet.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservedValue.setObservationSet(ObservationSet observationSet)
Set the Reference to the observation.
|
| Constructor and Description |
|---|
ObservationSet(ObservationSet copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObservationSetSecurityDecorator<E extends ObservationSet>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
ObservationSet |
ObservationSetJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<ObservationSet> |
ObservationSetJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationSetJpaMapper.create(ObservationSet entity)
This method first saves the objects that are being refered to by entity,
then the entity itself and
finally the objects that refer to this object
|
void |
ObservationSetJpaMapper.destroy(ObservationSet observationSet) |
void |
ObservationSetJpaMapper.edit(ObservationSet observationSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
ObservationSetJpaMapper.executeAdd(List<? extends ObservationSet> entities) |
int |
ObservationSetJpaMapper.executeRemove(List<? extends ObservationSet> entities) |
int |
ObservationSetJpaMapper.executeUpdate(List<? extends ObservationSet> entities) |
void |
ObservationSetJpaMapper.prepareFileAttachements(List<ObservationSet> entities,
File baseDir) |
void |
ObservationSetJpaMapper.resolveForeignKeys(List<ObservationSet> entities) |
boolean |
ObservationSetJpaMapper.saveFileAttachements(List<ObservationSet> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
ObservationSet |
ObservationSetService.create(ObservationSet observationSet) |
ObservationSet |
ObservationSetService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ObservationSet> |
ObservationSetService.readAll() |
EntityPager<ObservationSet> |
ObservationSetService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
ObservationSet |
ObservationSetService.create(ObservationSet observationSet) |
void |
ObservationSetService.update(ObservationSet observationSet) |
Copyright © 2013. All Rights Reserved.