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