|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Individual | |
|---|---|
| org.molgenis.omx.observ.target | |
| org.molgenis.omx.observ.target.db | |
| org.molgenis.omx.observ.target.ui | |
| org.molgenis.service | |
| Uses of Individual in org.molgenis.omx.observ.target |
|---|
| Methods in org.molgenis.omx.observ.target that return Individual | |
|---|---|
Individual |
Individual.create(Tuple tuple)
|
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. |
| Methods in org.molgenis.omx.observ.target that return types with arguments of type Individual | |
|---|---|
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). |
| Methods in org.molgenis.omx.observ.target with parameters of type Individual | |
|---|---|
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.. |
| Method parameters in org.molgenis.omx.observ.target with type arguments of type Individual | |
|---|---|
void |
Panel.setIndividuals(List<Individual> individuals)
Set the The list of individuals in this panel. |
| Constructors in org.molgenis.omx.observ.target with parameters of type Individual | |
|---|---|
Individual(Individual copyMe)
copy constructor |
|
| Uses of Individual in org.molgenis.omx.observ.target.db |
|---|
| Methods in org.molgenis.omx.observ.target.db that return Individual | |
|---|---|
Individual |
IndividualJpaMapper.create()
|
| Methods in org.molgenis.omx.observ.target.db that return types with arguments of type Individual | |
|---|---|
List<Individual> |
IndividualJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.observ.target.db with parameters of type Individual | |
|---|---|
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)
|
| Method parameters in org.molgenis.omx.observ.target.db with type arguments of type Individual | |
|---|---|
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)
|
| Uses of Individual in org.molgenis.omx.observ.target.ui |
|---|
| Methods in org.molgenis.omx.observ.target.ui that return types with arguments of type Individual | |
|---|---|
Class<Individual> |
IndividualForm.getEntityClass()
|
| Constructors in org.molgenis.omx.observ.target.ui with parameters of type Individual | |
|---|---|
IndividualForm(Individual entity)
|
|
| Uses of Individual in org.molgenis.service |
|---|
| Methods in org.molgenis.service that return Individual | |
|---|---|
Individual |
IndividualService.create(Individual individual)
|
Individual |
IndividualService.read(Integer id)
|
| Methods in org.molgenis.service that return types with arguments of type Individual | |
|---|---|
Iterable<Individual> |
IndividualService.readAll()
|
EntityPager<Individual> |
IndividualService.readAll(int start,
int num,
List<QueryRule> queryRules)
|
| Methods in org.molgenis.service with parameters of type Individual | |
|---|---|
Individual |
IndividualService.create(Individual individual)
|
void |
IndividualService.update(Individual individual)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||