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