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