Uses of Class
org.molgenis.omx.ngs.Sample_SampleInPool

Packages that use Sample_SampleInPool
org.molgenis.omx.ngs   
org.molgenis.omx.ngs.db   
org.molgenis.omx.ngs.ui   
 

Uses of Sample_SampleInPool in org.molgenis.omx.ngs
 

Methods in org.molgenis.omx.ngs that return Sample_SampleInPool
 Sample_SampleInPool Sample_SampleInPool.create(Tuple tuple)
           
static Sample_SampleInPool Sample_SampleInPool.findByAutoid(Database db, Integer autoid)
           
static Sample_SampleInPool Sample_SampleInPool.findBySampleInPoolSample(Database db, Integer sampleInPool, Integer sample)
           
 

Methods in org.molgenis.omx.ngs that return types with arguments of type Sample_SampleInPool
static List<? extends Sample_SampleInPool> Sample_SampleInPool.find(Database db, QueryRule... rules)
          Shorthand for db.find(Sample_SampleInPool.class, org.molgenis.framework.db.QueryRule ...
static Query<? extends Sample_SampleInPool> Sample_SampleInPool.query(Database db)
          Shorthand for db.query(Sample_SampleInPool.class).
 

Constructors in org.molgenis.omx.ngs with parameters of type Sample_SampleInPool
Sample_SampleInPool(Sample_SampleInPool copyMe)
          copy constructor
 

Uses of Sample_SampleInPool in org.molgenis.omx.ngs.db
 

Classes in org.molgenis.omx.ngs.db with type parameters of type Sample_SampleInPool
 class Sample_SampleInPoolSecurityDecorator<E extends Sample_SampleInPool>
          TODO add column level security filters
 

Methods in org.molgenis.omx.ngs.db that return Sample_SampleInPool
 Sample_SampleInPool Sample_SampleInPoolJpaMapper.create()
           
 

Methods in org.molgenis.omx.ngs.db that return types with arguments of type Sample_SampleInPool
 List<Sample_SampleInPool> Sample_SampleInPoolJpaMapper.createList(int size)
          Return EMPTY list of given allocated size
 

Methods in org.molgenis.omx.ngs.db with parameters of type Sample_SampleInPool
 void Sample_SampleInPoolJpaMapper.create(Sample_SampleInPool 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 Sample_SampleInPoolJpaMapper.destroy(Sample_SampleInPool sample_SampleInPool)
           
 void Sample_SampleInPoolJpaMapper.edit(Sample_SampleInPool sample_SampleInPool)
           
 

Method parameters in org.molgenis.omx.ngs.db with type arguments of type Sample_SampleInPool
 int Sample_SampleInPoolJpaMapper.executeAdd(List<? extends Sample_SampleInPool> entities)
           
 int Sample_SampleInPoolJpaMapper.executeRemove(List<? extends Sample_SampleInPool> entities)
           
 int Sample_SampleInPoolJpaMapper.executeUpdate(List<? extends Sample_SampleInPool> entities)
           
 void Sample_SampleInPoolJpaMapper.prepareFileAttachements(List<Sample_SampleInPool> entities, File baseDir)
           
 void Sample_SampleInPoolJpaMapper.resolveForeignKeys(List<Sample_SampleInPool> entities)
           
 boolean Sample_SampleInPoolJpaMapper.saveFileAttachements(List<Sample_SampleInPool> entities, File baseDir)
           
 

Uses of Sample_SampleInPool in org.molgenis.omx.ngs.ui
 

Methods in org.molgenis.omx.ngs.ui that return types with arguments of type Sample_SampleInPool
 Class<Sample_SampleInPool> Sample_SampleInPoolForm.getEntityClass()
           
 

Constructors in org.molgenis.omx.ngs.ui with parameters of type Sample_SampleInPool
Sample_SampleInPoolForm(Sample_SampleInPool entity)
           
 



Copyright © 2013. All Rights Reserved.