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