| Package | Description |
|---|---|
| org.molgenis.omx.observ.target | |
| org.molgenis.omx.observ.target.db | |
| org.molgenis.service |
| Modifier and Type | Method and Description |
|---|---|
Panel |
Panel.create(Entity entity) |
static Panel |
Panel.findById(Database db,
Integer id) |
static Panel |
Panel.findByIdentifier(Database db,
String identifier) |
Panel |
PanelSource.getCurrentPanel()
Get the Panel for which these sources are defined..
|
Panel |
PanelSource.getCurrentPanel(Database db)
Deprecated.
|
Panel |
Panel_Individuals.getPanel()
Get the .
|
Panel |
Panel_Individuals.getPanel(Database db)
Deprecated.
|
Panel |
PanelSource.getSourcePanel()
Get the Source that contributed individuals to current panel.
|
Panel |
PanelSource.getSourcePanel(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Panel> |
Panel.find(Database db,
QueryRule... rules)
Shorthand for db.find(Panel.class, org.molgenis.framework.db.QueryRule ...
|
Collection<Panel> |
Individual.getIndividualsPanelCollection() |
Collection<Panel> |
Individual.getIndividualsPanelCollection(Database db) |
static Query<? extends Panel> |
Panel.query(Database db)
Shorthand for db.query(Panel.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PanelSource.setCurrentPanel(Panel currentPanel)
Set the Panel for which these sources are defined..
|
void |
Panel_Individuals.setPanel(Panel panel)
Set the .
|
void |
PanelSource.setSourcePanel(Panel sourcePanel)
Set the Source that contributed individuals to current panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Individual.setIndividualsPanelCollection(Collection<Panel> collection) |
| Constructor and Description |
|---|
Panel(Panel copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
PanelSecurityDecorator<E extends Panel>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
Panel |
PanelJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Panel> |
PanelJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
PanelJpaMapper.create(Panel 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 |
PanelJpaMapper.destroy(Panel panel) |
void |
PanelJpaMapper.edit(Panel panel) |
| Modifier and Type | Method and Description |
|---|---|
int |
PanelJpaMapper.executeAdd(List<? extends Panel> entities) |
int |
PanelJpaMapper.executeRemove(List<? extends Panel> entities) |
int |
PanelJpaMapper.executeUpdate(List<? extends Panel> entities) |
void |
PanelJpaMapper.prepareFileAttachements(List<Panel> entities,
File baseDir) |
void |
PanelJpaMapper.resolveForeignKeys(List<Panel> entities) |
boolean |
PanelJpaMapper.saveFileAttachements(List<Panel> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
Panel |
PanelService.create(Panel panel) |
Panel |
PanelService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Panel> |
PanelService.readAll() |
EntityPager<Panel> |
PanelService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
Panel |
PanelService.create(Panel panel) |
void |
PanelService.update(Panel panel) |
Copyright © 2013. All Rights Reserved.