| Package | Description |
|---|---|
| org.molgenis.omx.observ.target | |
| org.molgenis.omx.observ.target.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
Species |
Species.create(Entity entity) |
static Species |
Species.findById(Database db,
Integer id) |
static Species |
Species.findByIdentifier(Database db,
String identifier) |
static Species |
Species.findByOntologyTermAccession(Database db,
Integer ontology,
String termAccession) |
Species |
Panel.getSpecies()
Get the The species this panel is an instance of/part of/extracted from..
|
Species |
Panel.getSpecies(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Species> |
Species.find(Database db,
QueryRule... rules)
Shorthand for db.find(Species.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends Species> |
Species.query(Database db)
Shorthand for db.query(Species.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Panel.setSpecies(Species species)
Set the The species this panel is an instance of/part of/extracted from..
|
| Constructor and Description |
|---|
Species(Species copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpeciesSecurityDecorator<E extends Species>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Species |
SpeciesJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Species> |
SpeciesJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesJpaMapper.create(Species 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 |
SpeciesJpaMapper.destroy(Species species) |
void |
SpeciesJpaMapper.edit(Species species) |
| Modifier and Type | Method and Description |
|---|---|
int |
SpeciesJpaMapper.executeAdd(List<? extends Species> entities) |
int |
SpeciesJpaMapper.executeRemove(List<? extends Species> entities) |
int |
SpeciesJpaMapper.executeUpdate(List<? extends Species> entities) |
void |
SpeciesJpaMapper.prepareFileAttachements(List<Species> entities,
File baseDir) |
void |
SpeciesJpaMapper.resolveForeignKeys(List<Species> entities) |
boolean |
SpeciesJpaMapper.saveFileAttachements(List<Species> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
Species |
SpeciesService.create(Species species) |
Species |
SpeciesService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Species> |
SpeciesService.readAll() |
EntityPager<Species> |
SpeciesService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
Species |
SpeciesService.create(Species species) |
void |
SpeciesService.update(Species species) |
Copyright © 2013. All Rights Reserved.