| Package | Description |
|---|---|
| org.molgenis.omx.das | |
| org.molgenis.omx.xgap | |
| org.molgenis.omx.xgap.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
protected Chromosome |
DasOmxDataSource.getChromosome(String segmentId) |
| Modifier and Type | Method and Description |
|---|---|
Chromosome |
Chromosome.create(Entity entity) |
static Chromosome |
Chromosome.findById(Database db,
Integer id) |
static Chromosome |
Chromosome.findByIdentifier(Database db,
String identifier) |
Chromosome |
ProbeSet.getChromosome()
Get the Reference to the chromosome this position belongs to..
|
Chromosome |
Locus.getChromosome() |
Chromosome |
Variant.getChromosome()
Get the Reference to the chromosome this position belongs to..
|
Chromosome |
Gene.getChromosome()
Get the Reference to the chromosome this position belongs to..
|
Chromosome |
Probe.getChromosome()
Get the Reference to the chromosome this position belongs to..
|
Chromosome |
Clone.getChromosome()
Get the Reference to the chromosome this position belongs to..
|
Chromosome |
Marker.getChromosome()
Get the Reference to the chromosome this position belongs to..
|
Chromosome |
ProbeSet.getChromosome(Database db)
Deprecated.
|
Chromosome |
Variant.getChromosome(Database db)
Deprecated.
|
Chromosome |
Gene.getChromosome(Database db)
Deprecated.
|
Chromosome |
Probe.getChromosome(Database db)
Deprecated.
|
Chromosome |
Clone.getChromosome(Database db)
Deprecated.
|
Chromosome |
Marker.getChromosome(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Chromosome> |
Chromosome.find(Database db,
QueryRule... rules)
Shorthand for db.find(Chromosome.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends Chromosome> |
Chromosome.query(Database db)
Shorthand for db.query(Chromosome.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProbeSet.setChromosome(Chromosome chromosome)
Set the Reference to the chromosome this position belongs to..
|
void |
Locus.setChromosome(Chromosome chromosome) |
void |
Variant.setChromosome(Chromosome chromosome)
Set the Reference to the chromosome this position belongs to..
|
void |
Gene.setChromosome(Chromosome chromosome)
Set the Reference to the chromosome this position belongs to..
|
void |
Probe.setChromosome(Chromosome chromosome)
Set the Reference to the chromosome this position belongs to..
|
void |
Clone.setChromosome(Chromosome chromosome)
Set the Reference to the chromosome this position belongs to..
|
void |
Marker.setChromosome(Chromosome chromosome)
Set the Reference to the chromosome this position belongs to..
|
| Constructor and Description |
|---|
Chromosome(Chromosome copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChromosomeSecurityDecorator<E extends Chromosome>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Chromosome |
ChromosomeJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Chromosome> |
ChromosomeJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChromosomeJpaMapper.create(Chromosome 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 |
ChromosomeJpaMapper.destroy(Chromosome chromosome) |
void |
ChromosomeJpaMapper.edit(Chromosome chromosome) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChromosomeJpaMapper.executeAdd(List<? extends Chromosome> entities) |
int |
ChromosomeJpaMapper.executeRemove(List<? extends Chromosome> entities) |
int |
ChromosomeJpaMapper.executeUpdate(List<? extends Chromosome> entities) |
void |
ChromosomeJpaMapper.prepareFileAttachements(List<Chromosome> entities,
File baseDir) |
void |
ChromosomeJpaMapper.resolveForeignKeys(List<Chromosome> entities) |
boolean |
ChromosomeJpaMapper.saveFileAttachements(List<Chromosome> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
Chromosome |
ChromosomeService.create(Chromosome chromosome) |
Chromosome |
ChromosomeService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Chromosome> |
ChromosomeService.readAll() |
EntityPager<Chromosome> |
ChromosomeService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
Chromosome |
ChromosomeService.create(Chromosome chromosome) |
void |
ChromosomeService.update(Chromosome chromosome) |
Copyright © 2013. All Rights Reserved.