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

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

Uses of DataSet in org.molgenis.omx.dataset
 

Methods in org.molgenis.omx.dataset that return DataSet
 DataSet DataSetTable.getDataSet()
           
 

Methods in org.molgenis.omx.dataset with parameters of type DataSet
 void DataSetTable.setDataSet(DataSet dataSet)
           
 

Constructors in org.molgenis.omx.dataset with parameters of type DataSet
DataSetTable(DataSet set, Database db)
           
 

Uses of DataSet in org.molgenis.omx.observ
 

Methods in org.molgenis.omx.observ that return DataSet
 DataSet DataSet.create(Tuple tuple)
           
static DataSet DataSet.findById(Database db, Integer id)
           
static DataSet DataSet.findByIdentifier(Database db, String identifier)
           
 DataSet ObservationSet.getPartOfDataSet()
          Get the DataSet this ValueSet is part of..
 DataSet ObservationSet.getPartOfDataSet(Database db)
          Deprecated. 
 

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

Methods in org.molgenis.omx.observ with parameters of type DataSet
 void ObservationSet.setPartOfDataSet(DataSet partOfDataSet)
          Set the DataSet this ValueSet is part of..
 

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

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

Methods in org.molgenis.omx.observ.db that return DataSet
 DataSet DataSetJpaMapper.create()
           
 

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

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

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

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

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

Constructors in org.molgenis.omx.observ.ui with parameters of type DataSet
DataSetForm(DataSet entity)
           
 

Uses of DataSet in org.molgenis.service
 

Methods in org.molgenis.service that return DataSet
 DataSet DataSetService.create(DataSet dataSet)
           
 DataSet DataSetService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type DataSet
 DataSet DataSetService.create(DataSet dataSet)
           
 void DataSetService.update(DataSet dataSet)
           
 



Copyright © 2013. All Rights Reserved.