|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowcellLane | |
|---|---|
| org.molgenis.omx.ngs | |
| org.molgenis.omx.ngs.db | |
| org.molgenis.omx.ngs.ui | |
| org.molgenis.service | |
| org.molgenis.ui | |
| Uses of FlowcellLane in org.molgenis.omx.ngs |
|---|
| Methods in org.molgenis.omx.ngs that return FlowcellLane | |
|---|---|
FlowcellLane |
FlowcellLane.create(Tuple tuple)
|
static FlowcellLane |
FlowcellLane.findByFlowcellLaneSample(Database db,
Integer flowcell,
String lane,
Integer sample)
|
static FlowcellLane |
FlowcellLane.findById(Database db,
Integer id)
|
| Methods in org.molgenis.omx.ngs that return types with arguments of type FlowcellLane | |
|---|---|
static List<? extends FlowcellLane> |
FlowcellLane.find(Database db,
QueryRule... rules)
Shorthand for db.find(FlowcellLane.class, org.molgenis.framework.db.QueryRule ... |
static Query<? extends FlowcellLane> |
FlowcellLane.query(Database db)
Shorthand for db.query(FlowcellLane.class). |
| Constructors in org.molgenis.omx.ngs with parameters of type FlowcellLane | |
|---|---|
FlowcellLane(FlowcellLane copyMe)
copy constructor |
|
| Uses of FlowcellLane in org.molgenis.omx.ngs.db |
|---|
| Classes in org.molgenis.omx.ngs.db with type parameters of type FlowcellLane | |
|---|---|
class |
FlowcellLaneSecurityDecorator<E extends FlowcellLane>
TODO add column level security filters |
| Methods in org.molgenis.omx.ngs.db that return FlowcellLane | |
|---|---|
FlowcellLane |
FlowcellLaneJpaMapper.create()
|
| Methods in org.molgenis.omx.ngs.db that return types with arguments of type FlowcellLane | |
|---|---|
List<FlowcellLane> |
FlowcellLaneJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.ngs.db with parameters of type FlowcellLane | |
|---|---|
void |
FlowcellLaneJpaMapper.create(FlowcellLane 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 |
FlowcellLaneJpaMapper.destroy(FlowcellLane flowcellLane)
|
void |
FlowcellLaneJpaMapper.edit(FlowcellLane flowcellLane)
|
| Method parameters in org.molgenis.omx.ngs.db with type arguments of type FlowcellLane | |
|---|---|
int |
FlowcellLaneJpaMapper.executeAdd(List<? extends FlowcellLane> entities)
|
int |
FlowcellLaneJpaMapper.executeRemove(List<? extends FlowcellLane> entities)
|
int |
FlowcellLaneJpaMapper.executeUpdate(List<? extends FlowcellLane> entities)
|
void |
FlowcellLaneJpaMapper.prepareFileAttachements(List<FlowcellLane> entities,
File baseDir)
|
void |
FlowcellLaneJpaMapper.resolveForeignKeys(List<FlowcellLane> entities)
|
boolean |
FlowcellLaneJpaMapper.saveFileAttachements(List<FlowcellLane> entities,
File baseDir)
|
| Uses of FlowcellLane in org.molgenis.omx.ngs.ui |
|---|
| Methods in org.molgenis.omx.ngs.ui that return types with arguments of type FlowcellLane | |
|---|---|
Class<FlowcellLane> |
FlowcellLaneForm.getEntityClass()
|
| Constructors in org.molgenis.omx.ngs.ui with parameters of type FlowcellLane | |
|---|---|
FlowcellLaneForm(FlowcellLane entity)
|
|
| Uses of FlowcellLane in org.molgenis.service |
|---|
| Methods in org.molgenis.service that return FlowcellLane | |
|---|---|
FlowcellLane |
FlowcellLaneService.create(FlowcellLane flowcellLane)
|
FlowcellLane |
FlowcellLaneService.read(Integer id)
|
| Methods in org.molgenis.service that return types with arguments of type FlowcellLane | |
|---|---|
Iterable<FlowcellLane> |
FlowcellLaneService.readAll()
|
EntityPager<FlowcellLane> |
FlowcellLaneService.readAll(int start,
int num,
List<QueryRule> queryRules)
|
| Methods in org.molgenis.service with parameters of type FlowcellLane | |
|---|---|
FlowcellLane |
FlowcellLaneService.create(FlowcellLane flowcellLane)
|
void |
FlowcellLaneService.update(FlowcellLane flowcellLane)
|
| Uses of FlowcellLane in org.molgenis.ui |
|---|
| Methods in org.molgenis.ui that return types with arguments of type FlowcellLane | |
|---|---|
Class<FlowcellLane> |
FlowcellLanesFormController.getEntityClass()
|
| Methods in org.molgenis.ui with parameters of type FlowcellLane | |
|---|---|
HtmlForm |
FlowcellLanesFormController.getInputs(FlowcellLane entity,
boolean newrecord)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||