| Package | Description |
|---|---|
| org.molgenis.omx.observ.target | |
| org.molgenis.omx.observ.target.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
Individual |
Individual.create(Entity entity) |
static Individual |
Individual.findById(Database db,
Integer id) |
static Individual |
Individual.findByIdentifier(Database db,
String identifier) |
Individual |
Individual.getFather()
Get the Refers to the father of the individual..
|
Individual |
Individual.getFather(Database db)
Deprecated.
|
Individual |
Panel_Individuals.getIndividuals()
Get the .
|
Individual |
Panel_Individuals.getIndividuals(Database db)
Deprecated.
|
Individual |
Individual.getMother()
Get the Refers to the mother of the individual..
|
Individual |
Individual.getMother(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Individual> |
Individual.find(Database db,
QueryRule... rules)
Shorthand for db.find(Individual.class, org.molgenis.framework.db.QueryRule ...
|
List<Individual> |
Panel.getIndividuals()
Get the The list of individuals in this panel.
|
List<Individual> |
Panel.getIndividuals(Database db)
Deprecated.
|
static Query<? extends Individual> |
Individual.query(Database db)
Shorthand for db.query(Individual.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Individual.setFather(Individual father)
Set the Refers to the father of the individual..
|
void |
Panel.setIndividuals(Individual... individuals) |
void |
Panel_Individuals.setIndividuals(Individual individuals)
Set the .
|
void |
Individual.setMother(Individual mother)
Set the Refers to the mother of the individual..
|
| Modifier and Type | Method and Description |
|---|---|
void |
Panel.setIndividuals(List<Individual> individuals)
Set the The list of individuals in this panel.
|
| Constructor and Description |
|---|
Individual(Individual copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndividualSecurityDecorator<E extends Individual>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Individual |
IndividualJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Individual> |
IndividualJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndividualJpaMapper.create(Individual 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 |
IndividualJpaMapper.destroy(Individual individual) |
void |
IndividualJpaMapper.edit(Individual individual) |
| Modifier and Type | Method and Description |
|---|---|
int |
IndividualJpaMapper.executeAdd(List<? extends Individual> entities) |
int |
IndividualJpaMapper.executeRemove(List<? extends Individual> entities) |
int |
IndividualJpaMapper.executeUpdate(List<? extends Individual> entities) |
void |
IndividualJpaMapper.prepareFileAttachements(List<Individual> entities,
File baseDir) |
void |
IndividualJpaMapper.resolveForeignKeys(List<Individual> entities) |
boolean |
IndividualJpaMapper.saveFileAttachements(List<Individual> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
Individual |
IndividualService.create(Individual individual) |
Individual |
IndividualService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Individual> |
IndividualService.readAll() |
EntityPager<Individual> |
IndividualService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
Individual |
IndividualService.create(Individual individual) |
void |
IndividualService.update(Individual individual) |
Copyright © 2013. All Rights Reserved.