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