|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampleBarcode | |
|---|---|
| org.molgenis.omx.ngs | |
| org.molgenis.omx.ngs.db | |
| org.molgenis.omx.ngs.ui | |
| org.molgenis.service | |
| org.molgenis.ui | |
| Uses of SampleBarcode in org.molgenis.omx.ngs |
|---|
| Methods in org.molgenis.omx.ngs that return SampleBarcode | |
|---|---|
SampleBarcode |
SampleBarcode.create(Tuple tuple)
|
static SampleBarcode |
SampleBarcode.findById(Database db,
Integer id)
|
static SampleBarcode |
SampleBarcode.findBySampleBarcodeName(Database db,
String sampleBarcodeName)
|
static SampleBarcode |
SampleBarcode.findBySampleBarcodeTypeSampleBarcodeNrSampleBarcodeSequence(Database db,
Integer sampleBarcodeType,
String sampleBarcodeNr,
String sampleBarcodeSequence)
|
SampleBarcode |
Sample.getSampleBarcode()
Get the Multiple samples can be on one flowcell using barcodes.. |
SampleBarcode |
Sample.getSampleBarcode(Database db)
Deprecated. |
| Methods in org.molgenis.omx.ngs that return types with arguments of type SampleBarcode | |
|---|---|
static List<? extends SampleBarcode> |
SampleBarcode.find(Database db,
QueryRule... rules)
Shorthand for db.find(SampleBarcode.class, org.molgenis.framework.db.QueryRule ... |
static Query<? extends SampleBarcode> |
SampleBarcode.query(Database db)
Shorthand for db.query(SampleBarcode.class). |
| Methods in org.molgenis.omx.ngs with parameters of type SampleBarcode | |
|---|---|
void |
Sample.setSampleBarcode(SampleBarcode sampleBarcode)
Set the Multiple samples can be on one flowcell using barcodes.. |
| Constructors in org.molgenis.omx.ngs with parameters of type SampleBarcode | |
|---|---|
SampleBarcode(SampleBarcode copyMe)
copy constructor |
|
| Uses of SampleBarcode in org.molgenis.omx.ngs.db |
|---|
| Classes in org.molgenis.omx.ngs.db with type parameters of type SampleBarcode | |
|---|---|
class |
SampleBarcodeSecurityDecorator<E extends SampleBarcode>
TODO add column level security filters |
| Methods in org.molgenis.omx.ngs.db that return SampleBarcode | |
|---|---|
SampleBarcode |
SampleBarcodeJpaMapper.create()
|
| Methods in org.molgenis.omx.ngs.db that return types with arguments of type SampleBarcode | |
|---|---|
List<SampleBarcode> |
SampleBarcodeJpaMapper.createList(int size)
Return EMPTY list of given allocated size |
| Methods in org.molgenis.omx.ngs.db with parameters of type SampleBarcode | |
|---|---|
void |
SampleBarcodeJpaMapper.create(SampleBarcode 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 |
SampleBarcodeJpaMapper.destroy(SampleBarcode sampleBarcode)
|
void |
SampleBarcodeJpaMapper.edit(SampleBarcode sampleBarcode)
|
| Method parameters in org.molgenis.omx.ngs.db with type arguments of type SampleBarcode | |
|---|---|
int |
SampleBarcodeJpaMapper.executeAdd(List<? extends SampleBarcode> entities)
|
int |
SampleBarcodeJpaMapper.executeRemove(List<? extends SampleBarcode> entities)
|
int |
SampleBarcodeJpaMapper.executeUpdate(List<? extends SampleBarcode> entities)
|
void |
SampleBarcodeJpaMapper.prepareFileAttachements(List<SampleBarcode> entities,
File baseDir)
|
void |
SampleBarcodeJpaMapper.resolveForeignKeys(List<SampleBarcode> entities)
|
boolean |
SampleBarcodeJpaMapper.saveFileAttachements(List<SampleBarcode> entities,
File baseDir)
|
| Uses of SampleBarcode in org.molgenis.omx.ngs.ui |
|---|
| Methods in org.molgenis.omx.ngs.ui that return types with arguments of type SampleBarcode | |
|---|---|
Class<SampleBarcode> |
SampleBarcodeForm.getEntityClass()
|
| Constructors in org.molgenis.omx.ngs.ui with parameters of type SampleBarcode | |
|---|---|
SampleBarcodeForm(SampleBarcode entity)
|
|
| Uses of SampleBarcode in org.molgenis.service |
|---|
| Methods in org.molgenis.service that return SampleBarcode | |
|---|---|
SampleBarcode |
SampleBarcodeService.create(SampleBarcode sampleBarcode)
|
SampleBarcode |
SampleBarcodeService.read(Integer id)
|
| Methods in org.molgenis.service that return types with arguments of type SampleBarcode | |
|---|---|
Iterable<SampleBarcode> |
SampleBarcodeService.readAll()
|
EntityPager<SampleBarcode> |
SampleBarcodeService.readAll(int start,
int num,
List<QueryRule> queryRules)
|
| Methods in org.molgenis.service with parameters of type SampleBarcode | |
|---|---|
SampleBarcode |
SampleBarcodeService.create(SampleBarcode sampleBarcode)
|
void |
SampleBarcodeService.update(SampleBarcode sampleBarcode)
|
| Uses of SampleBarcode in org.molgenis.ui |
|---|
| Methods in org.molgenis.ui that return types with arguments of type SampleBarcode | |
|---|---|
Class<SampleBarcode> |
SampleBarcodesFormController.getEntityClass()
|
| Methods in org.molgenis.ui with parameters of type SampleBarcode | |
|---|---|
HtmlForm |
SampleBarcodesFormController.getInputs(SampleBarcode entity,
boolean newrecord)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||