| Package | Description |
|---|---|
| org.molgenis.omx.xgap | |
| org.molgenis.omx.xgap.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
Clone |
Clone.create(Entity entity) |
static Clone |
Clone.findById(Database db,
Integer id) |
static Clone |
Clone.findByIdentifier(Database db,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Clone> |
Clone.find(Database db,
QueryRule... rules)
Shorthand for db.find(Clone.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends Clone> |
Clone.query(Database db)
Shorthand for db.query(Clone.class).
|
| Constructor and Description |
|---|
Clone(Clone copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloneSecurityDecorator<E extends Clone>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Clone |
CloneJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Clone> |
CloneJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloneJpaMapper.create(Clone 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 |
CloneJpaMapper.destroy(Clone clone) |
void |
CloneJpaMapper.edit(Clone clone) |
| Modifier and Type | Method and Description |
|---|---|
int |
CloneJpaMapper.executeAdd(List<? extends Clone> entities) |
int |
CloneJpaMapper.executeRemove(List<? extends Clone> entities) |
int |
CloneJpaMapper.executeUpdate(List<? extends Clone> entities) |
void |
CloneJpaMapper.prepareFileAttachements(List<Clone> entities,
File baseDir) |
void |
CloneJpaMapper.resolveForeignKeys(List<Clone> entities) |
boolean |
CloneJpaMapper.saveFileAttachements(List<Clone> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
Clone |
CloneService.create(Clone clone) |
Clone |
CloneService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Clone> |
CloneService.readAll() |
EntityPager<Clone> |
CloneService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
Clone |
CloneService.create(Clone clone) |
void |
CloneService.update(Clone clone) |
Copyright © 2013. All Rights Reserved.