| Package | Description |
|---|---|
| org.molgenis.omx.converters | |
| org.molgenis.omx.observ.value | |
| org.molgenis.omx.observ.value.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
BoolValue |
TupleToBoolValueConverter.fromTuple(Tuple tuple,
String colName,
ObservableFeature feature) |
BoolValue |
TupleToBoolValueConverter.updateFromTuple(Tuple tuple,
String colName,
ObservableFeature feature,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
BoolValue |
BoolValue.create(Entity entity) |
static BoolValue |
BoolValue.findById(Database db,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends BoolValue> |
BoolValue.find(Database db,
QueryRule... rules)
Shorthand for db.find(BoolValue.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends BoolValue> |
BoolValue.query(Database db)
Shorthand for db.query(BoolValue.class).
|
| Constructor and Description |
|---|
BoolValue(BoolValue copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoolValueSecurityDecorator<E extends BoolValue>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
BoolValue |
BoolValueJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<BoolValue> |
BoolValueJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoolValueJpaMapper.create(BoolValue 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 |
BoolValueJpaMapper.destroy(BoolValue boolValue) |
void |
BoolValueJpaMapper.edit(BoolValue boolValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
BoolValueJpaMapper.executeAdd(List<? extends BoolValue> entities) |
int |
BoolValueJpaMapper.executeRemove(List<? extends BoolValue> entities) |
int |
BoolValueJpaMapper.executeUpdate(List<? extends BoolValue> entities) |
void |
BoolValueJpaMapper.prepareFileAttachements(List<BoolValue> entities,
File baseDir) |
void |
BoolValueJpaMapper.resolveForeignKeys(List<BoolValue> entities) |
boolean |
BoolValueJpaMapper.saveFileAttachements(List<BoolValue> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
BoolValue |
BoolValueService.create(BoolValue boolValue) |
BoolValue |
BoolValueService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<BoolValue> |
BoolValueService.readAll() |
EntityPager<BoolValue> |
BoolValueService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
BoolValue |
BoolValueService.create(BoolValue boolValue) |
void |
BoolValueService.update(BoolValue boolValue) |
Copyright © 2013. All Rights Reserved.