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