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