Uses of Class
org.molgenis.omx.observ.value.CategoricalValue

Packages that use CategoricalValue
org.molgenis.omx.converters   
org.molgenis.omx.observ.value   
org.molgenis.omx.observ.value.db   
org.molgenis.omx.observ.value.ui   
org.molgenis.service   
 

Uses of CategoricalValue in org.molgenis.omx.converters
 

Methods in org.molgenis.omx.converters that return CategoricalValue
 CategoricalValue TupleToCategoricalValueConverter.fromTuple(Tuple tuple, String colName, ObservableFeature feature)
           
 

Uses of CategoricalValue in org.molgenis.omx.observ.value
 

Methods in org.molgenis.omx.observ.value that return CategoricalValue
 CategoricalValue CategoricalValue.create(Tuple tuple)
           
static CategoricalValue CategoricalValue.findById(Database db, Integer id)
           
 

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

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

Uses of CategoricalValue in org.molgenis.omx.observ.value.db
 

Methods in org.molgenis.omx.observ.value.db that return CategoricalValue
 CategoricalValue CategoricalValueJpaMapper.create()
           
 

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

Methods in org.molgenis.omx.observ.value.db with parameters of type CategoricalValue
 void CategoricalValueJpaMapper.create(CategoricalValue 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 CategoricalValueJpaMapper.destroy(CategoricalValue categoricalValue)
           
 void CategoricalValueJpaMapper.edit(CategoricalValue categoricalValue)
           
 

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

Uses of CategoricalValue in org.molgenis.omx.observ.value.ui
 

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

Constructors in org.molgenis.omx.observ.value.ui with parameters of type CategoricalValue
CategoricalValueForm(CategoricalValue entity)
           
 

Uses of CategoricalValue in org.molgenis.service
 

Methods in org.molgenis.service that return CategoricalValue
 CategoricalValue CategoricalValueService.create(CategoricalValue categoricalValue)
           
 CategoricalValue CategoricalValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type CategoricalValue
 CategoricalValue CategoricalValueService.create(CategoricalValue categoricalValue)
           
 void CategoricalValueService.update(CategoricalValue categoricalValue)
           
 



Copyright © 2013. All Rights Reserved.