| Package | Description |
|---|---|
| org.molgenis.omx.auth | |
| org.molgenis.omx.auth.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
Institute |
Institute.create(Entity entity) |
static Institute |
Institute.findById(Database db,
Integer id) |
static Institute |
Institute.findByIdentifier(Database db,
String identifier) |
static Institute |
Institute.findByName(Database db,
String name) |
Institute |
Person.getAffiliation()
Get the Affiliation.
|
Institute |
PersonInterface.getAffiliation() |
Institute |
Person.getAffiliation(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Institute> |
Institute.find(Database db,
QueryRule... rules)
Shorthand for db.find(Institute.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends Institute> |
Institute.query(Database db)
Shorthand for db.query(Institute.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setAffiliation(Institute affiliation)
Set the Affiliation.
|
void |
PersonInterface.setAffiliation(Institute affiliation) |
| Constructor and Description |
|---|
Institute(Institute copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstituteSecurityDecorator<E extends Institute>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Institute |
InstituteJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Institute> |
InstituteJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstituteJpaMapper.create(Institute 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 |
InstituteJpaMapper.destroy(Institute institute) |
void |
InstituteJpaMapper.edit(Institute institute) |
| Modifier and Type | Method and Description |
|---|---|
int |
InstituteJpaMapper.executeAdd(List<? extends Institute> entities) |
int |
InstituteJpaMapper.executeRemove(List<? extends Institute> entities) |
int |
InstituteJpaMapper.executeUpdate(List<? extends Institute> entities) |
void |
InstituteJpaMapper.prepareFileAttachements(List<Institute> entities,
File baseDir) |
void |
InstituteJpaMapper.resolveForeignKeys(List<Institute> entities) |
boolean |
InstituteJpaMapper.saveFileAttachements(List<Institute> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
Institute |
InstituteService.create(Institute institute) |
Institute |
InstituteService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Institute> |
InstituteService.readAll() |
EntityPager<Institute> |
InstituteService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
Institute |
InstituteService.create(Institute institute) |
void |
InstituteService.update(Institute institute) |
Copyright © 2013. All Rights Reserved.