| Package | Description |
|---|---|
| org.molgenis.omx.auth | |
| org.molgenis.omx.auth.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
PersonRole |
PersonRole.create(Entity entity) |
static PersonRole |
PersonRole.findById(Database db,
Integer id) |
static PersonRole |
PersonRole.findByIdentifier(Database db,
String identifier) |
static PersonRole |
PersonRole.findByOntologyTermAccession(Database db,
Integer ontology,
String termAccession) |
PersonRole |
Person.getRoles()
Get the Indicate role of the contact, e.g.
|
PersonRole |
PersonInterface.getRoles() |
PersonRole |
Person.getRoles(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends PersonRole> |
PersonRole.find(Database db,
QueryRule... rules)
Shorthand for db.find(PersonRole.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends PersonRole> |
PersonRole.query(Database db)
Shorthand for db.query(PersonRole.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setRoles(PersonRole roles)
Set the Indicate role of the contact, e.g.
|
void |
PersonInterface.setRoles(PersonRole roles) |
| Constructor and Description |
|---|
PersonRole(PersonRole copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersonRoleSecurityDecorator<E extends PersonRole>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
PersonRole |
PersonRoleJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<PersonRole> |
PersonRoleJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonRoleJpaMapper.create(PersonRole 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 |
PersonRoleJpaMapper.destroy(PersonRole personRole) |
void |
PersonRoleJpaMapper.edit(PersonRole personRole) |
| Modifier and Type | Method and Description |
|---|---|
int |
PersonRoleJpaMapper.executeAdd(List<? extends PersonRole> entities) |
int |
PersonRoleJpaMapper.executeRemove(List<? extends PersonRole> entities) |
int |
PersonRoleJpaMapper.executeUpdate(List<? extends PersonRole> entities) |
void |
PersonRoleJpaMapper.prepareFileAttachements(List<PersonRole> entities,
File baseDir) |
void |
PersonRoleJpaMapper.resolveForeignKeys(List<PersonRole> entities) |
boolean |
PersonRoleJpaMapper.saveFileAttachements(List<PersonRole> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
PersonRole |
PersonRoleService.create(PersonRole personRole) |
PersonRole |
PersonRoleService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PersonRole> |
PersonRoleService.readAll() |
EntityPager<PersonRole> |
PersonRoleService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
PersonRole |
PersonRoleService.create(PersonRole personRole) |
void |
PersonRoleService.update(PersonRole personRole) |
Copyright © 2013. All Rights Reserved.