|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Flowcell | |
|---|---|
| org.molgenis.ngs.decorators | |
| org.molgenis.omx.ngs | |
| org.molgenis.omx.ngs.db | |
| org.molgenis.omx.ngs.ui | |
| org.molgenis.service | |
| org.molgenis.ui | |
| Uses of Flowcell in org.molgenis.ngs.decorators |
|---|
| Classes in org.molgenis.ngs.decorators with type parameters of type Flowcell | |
|---|---|
class |
FlowcellDecorator<E extends Flowcell>
Generic decorator for NGS Flowcell values. |
class |
ValidateFlowcellValue<E extends Flowcell>
Generic decorator for NGS values. |
| Uses of Flowcell in org.molgenis.omx.ngs |
|---|
| Methods in org.molgenis.omx.ngs that return Flowcell | |
|---|---|
Flowcell |
Flowcell.create(Tuple tuple)
|
static Flowcell |
Flowcell.findByFlowcellName(Database db,
String flowcellName)
|
static Flowcell |
Flowcell.findById(Database db,
Integer id)
|
Flowcell |
FlowcellLane.getFlowcell()
Get the The flowcell to which this lane belongs. |
Flowcell |
FlowcellLane.getFlowcell(Database db)
Deprecated. |
| Methods in org.molgenis.omx.ngs that return types with arguments of type Flowcell | |
|---|---|
static List<? extends Flowcell> |
Flowcell.find(Database db,
QueryRule... rules)
Shorthand for db.find(Flowcell.class, org.molgenis.framework.db.QueryRule ... |
static Query<? extends Flowcell> |
Flowcell.query(Database db)
Shorthand for db.query(Flowcell.class). |
| Methods in org.molgenis.omx.ngs with parameters of type Flowcell | |
|---|---|
void |
FlowcellLane.setFlowcell(Flowcell flowcell)
Set the The flowcell to which this lane belongs. |
| Constructors in org.molgenis.omx.ngs with parameters of type Flowcell | |
|---|---|
Flowcell(Flowcell copyMe)
copy constructor |
|
| Uses of Flowcell in org.molgenis.omx.ngs.db |
|---|
| Classes in org.molgenis.omx.ngs.db with type parameters of type Flowcell | |
|---|---|
class |
FlowcellSecurityDecorator<E extends Flowcell>
TODO add column level security filters |
| Methods in org.molgenis.omx.ngs.db that return Flowcell | |
|---|---|
Flowcell |
FlowcellJpaMapper.create()
|
| Methods in org.molgenis.omx.ngs.db that return types with arguments of type Flowcell | |
|---|---|
List<Flowcell> |
FlowcellJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.ngs.db with parameters of type Flowcell | |
|---|---|
void |
FlowcellJpaMapper.create(Flowcell 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 |
FlowcellJpaMapper.destroy(Flowcell flowcell)
|
void |
FlowcellJpaMapper.edit(Flowcell flowcell)
|
| Method parameters in org.molgenis.omx.ngs.db with type arguments of type Flowcell | |
|---|---|
int |
FlowcellJpaMapper.executeAdd(List<? extends Flowcell> entities)
|
int |
FlowcellJpaMapper.executeRemove(List<? extends Flowcell> entities)
|
int |
FlowcellJpaMapper.executeUpdate(List<? extends Flowcell> entities)
|
void |
FlowcellJpaMapper.prepareFileAttachements(List<Flowcell> entities,
File baseDir)
|
void |
FlowcellJpaMapper.resolveForeignKeys(List<Flowcell> entities)
|
boolean |
FlowcellJpaMapper.saveFileAttachements(List<Flowcell> entities,
File baseDir)
|
| Uses of Flowcell in org.molgenis.omx.ngs.ui |
|---|
| Methods in org.molgenis.omx.ngs.ui that return types with arguments of type Flowcell | |
|---|---|
Class<Flowcell> |
FlowcellForm.getEntityClass()
|
| Constructors in org.molgenis.omx.ngs.ui with parameters of type Flowcell | |
|---|---|
FlowcellForm(Flowcell entity)
|
|
| Uses of Flowcell in org.molgenis.service |
|---|
| Methods in org.molgenis.service that return Flowcell | |
|---|---|
Flowcell |
FlowcellService.create(Flowcell flowcell)
|
Flowcell |
FlowcellService.read(Integer id)
|
| Methods in org.molgenis.service that return types with arguments of type Flowcell | |
|---|---|
Iterable<Flowcell> |
FlowcellService.readAll()
|
EntityPager<Flowcell> |
FlowcellService.readAll(int start,
int num,
List<QueryRule> queryRules)
|
| Methods in org.molgenis.service with parameters of type Flowcell | |
|---|---|
Flowcell |
FlowcellService.create(Flowcell flowcell)
|
void |
FlowcellService.update(Flowcell flowcell)
|
| Uses of Flowcell in org.molgenis.ui |
|---|
| Methods in org.molgenis.ui that return types with arguments of type Flowcell | |
|---|---|
Class<Flowcell> |
FlowcellsFormController.getEntityClass()
|
Class<Flowcell> |
FlowcellRunsFormController.getEntityClass()
|
| Methods in org.molgenis.ui with parameters of type Flowcell | |
|---|---|
HtmlForm |
FlowcellsFormController.getInputs(Flowcell entity,
boolean newrecord)
|
HtmlForm |
FlowcellRunsFormController.getInputs(Flowcell entity,
boolean newrecord)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||