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