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