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