|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Machine | |
|---|---|
| org.molgenis.omx.ngs | |
| org.molgenis.omx.ngs.db | |
| org.molgenis.omx.ngs.ui | |
| org.molgenis.service | |
| org.molgenis.ui | |
| Uses of Machine in org.molgenis.omx.ngs |
|---|
| Methods in org.molgenis.omx.ngs that return Machine | |
|---|---|
Machine |
Machine.create(Tuple tuple)
|
static Machine |
Machine.findById(Database db,
Integer id)
|
static Machine |
Machine.findByMachineName(Database db,
String machineName)
|
Machine |
Flowcell.getMachine()
Get the The machine used for sequencing. |
Machine |
Flowcell.getMachine(Database db)
Deprecated. |
| Methods in org.molgenis.omx.ngs that return types with arguments of type Machine | |
|---|---|
static List<? extends Machine> |
Machine.find(Database db,
QueryRule... rules)
Shorthand for db.find(Machine.class, org.molgenis.framework.db.QueryRule ... |
static Query<? extends Machine> |
Machine.query(Database db)
Shorthand for db.query(Machine.class). |
| Methods in org.molgenis.omx.ngs with parameters of type Machine | |
|---|---|
void |
Flowcell.setMachine(Machine machine)
Set the The machine used for sequencing. |
| Constructors in org.molgenis.omx.ngs with parameters of type Machine | |
|---|---|
Machine(Machine copyMe)
copy constructor |
|
| Uses of Machine in org.molgenis.omx.ngs.db |
|---|
| Classes in org.molgenis.omx.ngs.db with type parameters of type Machine | |
|---|---|
class |
MachineSecurityDecorator<E extends Machine>
TODO add column level security filters |
| Methods in org.molgenis.omx.ngs.db that return Machine | |
|---|---|
Machine |
MachineJpaMapper.create()
|
| Methods in org.molgenis.omx.ngs.db that return types with arguments of type Machine | |
|---|---|
List<Machine> |
MachineJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.ngs.db with parameters of type Machine | |
|---|---|
void |
MachineJpaMapper.create(Machine 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 |
MachineJpaMapper.destroy(Machine machine)
|
void |
MachineJpaMapper.edit(Machine machine)
|
| Method parameters in org.molgenis.omx.ngs.db with type arguments of type Machine | |
|---|---|
int |
MachineJpaMapper.executeAdd(List<? extends Machine> entities)
|
int |
MachineJpaMapper.executeRemove(List<? extends Machine> entities)
|
int |
MachineJpaMapper.executeUpdate(List<? extends Machine> entities)
|
void |
MachineJpaMapper.prepareFileAttachements(List<Machine> entities,
File baseDir)
|
void |
MachineJpaMapper.resolveForeignKeys(List<Machine> entities)
|
boolean |
MachineJpaMapper.saveFileAttachements(List<Machine> entities,
File baseDir)
|
| Uses of Machine in org.molgenis.omx.ngs.ui |
|---|
| Methods in org.molgenis.omx.ngs.ui that return types with arguments of type Machine | |
|---|---|
Class<Machine> |
MachineForm.getEntityClass()
|
| Constructors in org.molgenis.omx.ngs.ui with parameters of type Machine | |
|---|---|
MachineForm(Machine entity)
|
|
| Uses of Machine in org.molgenis.service |
|---|
| Methods in org.molgenis.service that return Machine | |
|---|---|
Machine |
MachineService.create(Machine machine)
|
Machine |
MachineService.read(Integer id)
|
| Methods in org.molgenis.service that return types with arguments of type Machine | |
|---|---|
Iterable<Machine> |
MachineService.readAll()
|
EntityPager<Machine> |
MachineService.readAll(int start,
int num,
List<QueryRule> queryRules)
|
| Methods in org.molgenis.service with parameters of type Machine | |
|---|---|
Machine |
MachineService.create(Machine machine)
|
void |
MachineService.update(Machine machine)
|
| Uses of Machine in org.molgenis.ui |
|---|
| Methods in org.molgenis.ui that return types with arguments of type Machine | |
|---|---|
Class<Machine> |
SequencersFormController.getEntityClass()
|
| Methods in org.molgenis.ui with parameters of type Machine | |
|---|---|
HtmlForm |
SequencersFormController.getInputs(Machine entity,
boolean newrecord)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||