|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Category | |
|---|---|
| org.molgenis.omx.observ | |
| org.molgenis.omx.observ.db | |
| org.molgenis.omx.observ.ui | |
| org.molgenis.omx.observ.value | |
| org.molgenis.service | |
| Uses of Category in org.molgenis.omx.observ |
|---|
| Methods in org.molgenis.omx.observ that return Category | |
|---|---|
Category |
Category.create(Tuple tuple)
|
static Category |
Category.findById(Database db,
Integer id)
|
static Category |
Category.findByIdentifier(Database db,
String identifier)
|
| Methods in org.molgenis.omx.observ that return types with arguments of type Category | |
|---|---|
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). |
| Constructors in org.molgenis.omx.observ with parameters of type Category | |
|---|---|
Category(Category copyMe)
copy constructor |
|
| Uses of Category in org.molgenis.omx.observ.db |
|---|
| Methods in org.molgenis.omx.observ.db that return Category | |
|---|---|
Category |
CategoryJpaMapper.create()
|
| Methods in org.molgenis.omx.observ.db that return types with arguments of type Category | |
|---|---|
List<Category> |
CategoryJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.observ.db with parameters of type Category | |
|---|---|
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)
|
| Method parameters in org.molgenis.omx.observ.db with type arguments of type Category | |
|---|---|
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)
|
| Uses of Category in org.molgenis.omx.observ.ui |
|---|
| Methods in org.molgenis.omx.observ.ui that return types with arguments of type Category | |
|---|---|
Class<Category> |
CategoryForm.getEntityClass()
|
| Constructors in org.molgenis.omx.observ.ui with parameters of type Category | |
|---|---|
CategoryForm(Category entity)
|
|
| Uses of Category in org.molgenis.omx.observ.value |
|---|
| Methods in org.molgenis.omx.observ.value that return Category | |
|---|---|
Category |
CategoricalValue.getValue()
Get the Value. |
Category |
CategoricalValue.getValue(Database db)
Deprecated. |
| Methods in org.molgenis.omx.observ.value with parameters of type Category | |
|---|---|
void |
CategoricalValue.setValue(Category value)
Set the Value. |
| Uses of Category in org.molgenis.service |
|---|
| Methods in org.molgenis.service that return Category | |
|---|---|
Category |
CategoryService.create(Category category)
|
Category |
CategoryService.read(Integer id)
|
| Methods in org.molgenis.service that return types with arguments of type Category | |
|---|---|
Iterable<Category> |
CategoryService.readAll()
|
EntityPager<Category> |
CategoryService.readAll(int start,
int num,
List<QueryRule> queryRules)
|
| Methods in org.molgenis.service with parameters of type Category | |
|---|---|
Category |
CategoryService.create(Category category)
|
void |
CategoryService.update(Category category)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||