| Package | Description |
|---|---|
| org.molgenis.omx.observ | |
| org.molgenis.omx.observ.db |
| Modifier and Type | Method and Description |
|---|---|
Protocol_Features |
Protocol_Features.create(Entity entity) |
static Protocol_Features |
Protocol_Features.findByAutoid(Database db,
Integer autoid) |
static Protocol_Features |
Protocol_Features.findByFeaturesProtocol(Database db,
Integer features,
Integer protocol) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Protocol_Features> |
Protocol_Features.find(Database db,
QueryRule... rules)
Shorthand for db.find(Protocol_Features.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends Protocol_Features> |
Protocol_Features.query(Database db)
Shorthand for db.query(Protocol_Features.class).
|
| Constructor and Description |
|---|
Protocol_Features(Protocol_Features copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol_FeaturesSecurityDecorator<E extends Protocol_Features>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Protocol_Features |
Protocol_FeaturesJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Protocol_Features> |
Protocol_FeaturesJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol_FeaturesJpaMapper.create(Protocol_Features 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 |
Protocol_FeaturesJpaMapper.destroy(Protocol_Features protocol_Features) |
void |
Protocol_FeaturesJpaMapper.edit(Protocol_Features protocol_Features) |
| Modifier and Type | Method and Description |
|---|---|
int |
Protocol_FeaturesJpaMapper.executeAdd(List<? extends Protocol_Features> entities) |
int |
Protocol_FeaturesJpaMapper.executeRemove(List<? extends Protocol_Features> entities) |
int |
Protocol_FeaturesJpaMapper.executeUpdate(List<? extends Protocol_Features> entities) |
void |
Protocol_FeaturesJpaMapper.prepareFileAttachements(List<Protocol_Features> entities,
File baseDir) |
void |
Protocol_FeaturesJpaMapper.resolveForeignKeys(List<Protocol_Features> entities) |
boolean |
Protocol_FeaturesJpaMapper.saveFileAttachements(List<Protocol_Features> entities,
File baseDir) |
Copyright © 2013. All Rights Reserved.