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

Packages that use BoolValue
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 BoolValue in org.molgenis.omx.converters
 

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

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

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

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

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

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

Methods in org.molgenis.omx.observ.value.db that return BoolValue
 BoolValue BoolValueJpaMapper.create()
           
 

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

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

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

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

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

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

Uses of BoolValue in org.molgenis.service
 

Methods in org.molgenis.service that return BoolValue
 BoolValue BoolValueService.create(BoolValue boolValue)
           
 BoolValue BoolValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type BoolValue
 BoolValue BoolValueService.create(BoolValue boolValue)
           
 void BoolValueService.update(BoolValue boolValue)
           
 



Copyright © 2013. All Rights Reserved.