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