Uses of Class
org.molgenis.omx.observ.ObservationSet

Packages that use ObservationSet
org.molgenis.omx.dataset   
org.molgenis.omx.observ   
org.molgenis.omx.observ.db   
org.molgenis.omx.observ.ui   
org.molgenis.service   
 

Uses of ObservationSet in org.molgenis.omx.dataset
 

Constructor parameters in org.molgenis.omx.dataset with type arguments of type ObservationSet
DataSetTableIterator(Database db, List<Field> columns, Query<ObservationSet> query)
           
 

Uses of ObservationSet in org.molgenis.omx.observ
 

Methods in org.molgenis.omx.observ that return ObservationSet
 ObservationSet ObservationSet.create(Tuple tuple)
           
static ObservationSet ObservationSet.findById(Database db, Integer id)
           
static ObservationSet ObservationSet.findByPartOfDataSetTime(Database db, Integer partOfDataSet, Date time)
           
 ObservationSet ObservedValue.getObservationSet()
          Get the Reference to the observation.
 ObservationSet ObservedValue.getObservationSet(Database db)
          Deprecated. 
 

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

Methods in org.molgenis.omx.observ with parameters of type ObservationSet
 void ObservedValue.setObservationSet(ObservationSet observationSet)
          Set the Reference to the observation.
 

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

Uses of ObservationSet in org.molgenis.omx.observ.db
 

Methods in org.molgenis.omx.observ.db that return ObservationSet
 ObservationSet ObservationSetJpaMapper.create()
           
 

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

Methods in org.molgenis.omx.observ.db with parameters of type ObservationSet
 void ObservationSetJpaMapper.create(ObservationSet 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 ObservationSetJpaMapper.destroy(ObservationSet observationSet)
           
 void ObservationSetJpaMapper.edit(ObservationSet observationSet)
           
 

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

Uses of ObservationSet in org.molgenis.omx.observ.ui
 

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

Constructors in org.molgenis.omx.observ.ui with parameters of type ObservationSet
ObservationSetForm(ObservationSet entity)
           
 

Uses of ObservationSet in org.molgenis.service
 

Methods in org.molgenis.service that return ObservationSet
 ObservationSet ObservationSetService.create(ObservationSet observationSet)
           
 ObservationSet ObservationSetService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type ObservationSet
 ObservationSet ObservationSetService.create(ObservationSet observationSet)
           
 void ObservationSetService.update(ObservationSet observationSet)
           
 



Copyright © 2013. All Rights Reserved.