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