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