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