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