Uses of Class
org.molgenis.omx.observ.target.Accession

Packages that use Accession
org.molgenis.omx.observ.target   
org.molgenis.omx.observ.target.db   
org.molgenis.omx.observ.target.ui   
org.molgenis.service   
 

Uses of Accession in org.molgenis.omx.observ.target
 

Methods in org.molgenis.omx.observ.target that return Accession
 Accession Accession.create(Tuple tuple)
           
static Accession Accession.findById(Database db, Integer id)
           
static Accession Accession.findByIdentifier(Database db, String identifier)
           
static Accession Accession.findByOntologyTermAccession(Database db, Integer ontology, String termAccession)
           
 

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

Constructors in org.molgenis.omx.observ.target with parameters of type Accession
Accession(Accession copyMe)
          copy constructor
 

Uses of Accession in org.molgenis.omx.observ.target.db
 

Methods in org.molgenis.omx.observ.target.db that return Accession
 Accession AccessionJpaMapper.create()
           
 

Methods in org.molgenis.omx.observ.target.db that return types with arguments of type Accession
 List<Accession> AccessionJpaMapper.createList(int size)
          Return EMPTY list of given allocated size
 

Methods in org.molgenis.omx.observ.target.db with parameters of type Accession
 void AccessionJpaMapper.create(Accession 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 AccessionJpaMapper.destroy(Accession accession)
           
 void AccessionJpaMapper.edit(Accession accession)
           
 

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

Uses of Accession in org.molgenis.omx.observ.target.ui
 

Methods in org.molgenis.omx.observ.target.ui that return types with arguments of type Accession
 Class<Accession> AccessionForm.getEntityClass()
           
 

Constructors in org.molgenis.omx.observ.target.ui with parameters of type Accession
AccessionForm(Accession entity)
           
 

Uses of Accession in org.molgenis.service
 

Methods in org.molgenis.service that return Accession
 Accession AccessionService.create(Accession accession)
           
 Accession AccessionService.read(Integer id)
           
 

Methods in org.molgenis.service that return types with arguments of type Accession
 Iterable<Accession> AccessionService.readAll()
           
 EntityPager<Accession> AccessionService.readAll(int start, int num, List<QueryRule> queryRules)
           
 

Methods in org.molgenis.service with parameters of type Accession
 Accession AccessionService.create(Accession accession)
           
 void AccessionService.update(Accession accession)
           
 



Copyright © 2013. All Rights Reserved.