|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PanelSource | |
|---|---|
| org.molgenis.omx.observ.target | |
| org.molgenis.omx.observ.target.db | |
| org.molgenis.omx.observ.target.ui | |
| org.molgenis.service | |
| Uses of PanelSource in org.molgenis.omx.observ.target |
|---|
| Methods in org.molgenis.omx.observ.target that return PanelSource | |
|---|---|
PanelSource |
PanelSource.create(Tuple tuple)
|
static PanelSource |
PanelSource.findById(Database db,
Integer id)
|
| Methods in org.molgenis.omx.observ.target that return types with arguments of type PanelSource | |
|---|---|
static List<? extends PanelSource> |
PanelSource.find(Database db,
QueryRule... rules)
Shorthand for db.find(PanelSource.class, org.molgenis.framework.db.QueryRule ... |
static Query<? extends PanelSource> |
PanelSource.query(Database db)
Shorthand for db.query(PanelSource.class). |
| Constructors in org.molgenis.omx.observ.target with parameters of type PanelSource | |
|---|---|
PanelSource(PanelSource copyMe)
copy constructor |
|
| Uses of PanelSource in org.molgenis.omx.observ.target.db |
|---|
| Methods in org.molgenis.omx.observ.target.db that return PanelSource | |
|---|---|
PanelSource |
PanelSourceJpaMapper.create()
|
| Methods in org.molgenis.omx.observ.target.db that return types with arguments of type PanelSource | |
|---|---|
List<PanelSource> |
PanelSourceJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.observ.target.db with parameters of type PanelSource | |
|---|---|
void |
PanelSourceJpaMapper.create(PanelSource 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 |
PanelSourceJpaMapper.destroy(PanelSource panelSource)
|
void |
PanelSourceJpaMapper.edit(PanelSource panelSource)
|
| Method parameters in org.molgenis.omx.observ.target.db with type arguments of type PanelSource | |
|---|---|
int |
PanelSourceJpaMapper.executeAdd(List<? extends PanelSource> entities)
|
int |
PanelSourceJpaMapper.executeRemove(List<? extends PanelSource> entities)
|
int |
PanelSourceJpaMapper.executeUpdate(List<? extends PanelSource> entities)
|
void |
PanelSourceJpaMapper.prepareFileAttachements(List<PanelSource> entities,
File baseDir)
|
void |
PanelSourceJpaMapper.resolveForeignKeys(List<PanelSource> entities)
|
boolean |
PanelSourceJpaMapper.saveFileAttachements(List<PanelSource> entities,
File baseDir)
|
| Uses of PanelSource in org.molgenis.omx.observ.target.ui |
|---|
| Methods in org.molgenis.omx.observ.target.ui that return types with arguments of type PanelSource | |
|---|---|
Class<PanelSource> |
PanelSourceForm.getEntityClass()
|
| Constructors in org.molgenis.omx.observ.target.ui with parameters of type PanelSource | |
|---|---|
PanelSourceForm(PanelSource entity)
|
|
| Uses of PanelSource in org.molgenis.service |
|---|
| Methods in org.molgenis.service that return PanelSource | |
|---|---|
PanelSource |
PanelSourceService.create(PanelSource panelSource)
|
PanelSource |
PanelSourceService.read(Integer id)
|
| Methods in org.molgenis.service that return types with arguments of type PanelSource | |
|---|---|
Iterable<PanelSource> |
PanelSourceService.readAll()
|
EntityPager<PanelSource> |
PanelSourceService.readAll(int start,
int num,
List<QueryRule> queryRules)
|
| Methods in org.molgenis.service with parameters of type PanelSource | |
|---|---|
PanelSource |
PanelSourceService.create(PanelSource panelSource)
|
void |
PanelSourceService.update(PanelSource panelSource)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||