| Package | Description |
|---|---|
| org.molgenis.omx.dataset | |
| org.molgenis.omx.datasetdeleter | |
| org.molgenis.omx.observ | |
| org.molgenis.omx.observ.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetTable.getDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetTable.setDataSet(DataSet dataSet) |
| Constructor and Description |
|---|
DataSetTable(DataSet set,
Database db) |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetDeleterServiceImpl.delete(String dataSetIdentifier,
boolean deleteMetaData) |
DataSet |
DataSetDeleterService.delete(String dataSetIdentifier,
boolean deleteMetaData) |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.create(Entity entity) |
static DataSet |
DataSet.findById(Database db,
Integer id) |
static DataSet |
DataSet.findByIdentifier(Database db,
String identifier) |
DataSet |
ObservationSet.getPartOfDataSet()
Get the DataSet this ValueSet is part of..
|
DataSet |
ObservationSet.getPartOfDataSet(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends DataSet> |
DataSet.find(Database db,
QueryRule... rules)
Shorthand for db.find(DataSet.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends DataSet> |
DataSet.query(Database db)
Shorthand for db.query(DataSet.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationSet.setPartOfDataSet(DataSet partOfDataSet)
Set the DataSet this ValueSet is part of..
|
| Constructor and Description |
|---|
DataSet(DataSet copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSetSecurityDecorator<E extends DataSet>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<DataSet> |
DataSetJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetJpaMapper.create(DataSet 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 |
DataSetJpaMapper.destroy(DataSet dataSet) |
void |
DataSetJpaMapper.edit(DataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
DataSetJpaMapper.executeAdd(List<? extends DataSet> entities) |
int |
DataSetJpaMapper.executeRemove(List<? extends DataSet> entities) |
int |
DataSetJpaMapper.executeUpdate(List<? extends DataSet> entities) |
void |
DataSetJpaMapper.prepareFileAttachements(List<DataSet> entities,
File baseDir) |
void |
DataSetJpaMapper.resolveForeignKeys(List<DataSet> entities) |
boolean |
DataSetJpaMapper.saveFileAttachements(List<DataSet> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetService.create(DataSet dataSet) |
DataSet |
DataSetService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<DataSet> |
DataSetService.readAll() |
EntityPager<DataSet> |
DataSetService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSetService.create(DataSet dataSet) |
void |
DataSetService.update(DataSet dataSet) |
Copyright © 2013. All Rights Reserved.