| Package | Description |
|---|---|
| org.molgenis.omx.xgap | |
| org.molgenis.omx.xgap.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
Sample |
Sample.create(Entity entity) |
static Sample |
Sample.findById(Database db,
Integer id) |
static Sample |
Sample.findByIdentifier(Database db,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Sample> |
Sample.find(Database db,
QueryRule... rules)
Shorthand for db.find(Sample.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends Sample> |
Sample.query(Database db)
Shorthand for db.query(Sample.class).
|
| Constructor and Description |
|---|
Sample(Sample copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
SampleSecurityDecorator<E extends Sample>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Sample |
SampleJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
SampleJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
SampleJpaMapper.create(Sample 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 |
SampleJpaMapper.destroy(Sample sample) |
void |
SampleJpaMapper.edit(Sample sample) |
| Modifier and Type | Method and Description |
|---|---|
int |
SampleJpaMapper.executeAdd(List<? extends Sample> entities) |
int |
SampleJpaMapper.executeRemove(List<? extends Sample> entities) |
int |
SampleJpaMapper.executeUpdate(List<? extends Sample> entities) |
void |
SampleJpaMapper.prepareFileAttachements(List<Sample> entities,
File baseDir) |
void |
SampleJpaMapper.resolveForeignKeys(List<Sample> entities) |
boolean |
SampleJpaMapper.saveFileAttachements(List<Sample> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
Sample |
SampleService.create(Sample sample) |
Sample |
SampleService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Sample> |
SampleService.readAll() |
EntityPager<Sample> |
SampleService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
Sample |
SampleService.create(Sample sample) |
void |
SampleService.update(Sample sample) |
Copyright © 2013. All Rights Reserved.