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

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

Uses of MrefValue in org.molgenis.omx.converters
 

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

Uses of MrefValue in org.molgenis.omx.observ
 

Methods in org.molgenis.omx.observ that return types with arguments of type MrefValue
 Collection<MrefValue> Characteristic.getValueMrefValueCollection()
           
 Collection<MrefValue> Characteristic.getValueMrefValueCollection(Database db)
           
 

Method parameters in org.molgenis.omx.observ with type arguments of type MrefValue
 void Characteristic.setValueMrefValueCollection(Collection<MrefValue> collection)
           
 

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

Methods in org.molgenis.omx.observ.value that return MrefValue
 MrefValue MrefValue.create(Tuple tuple)
           
static MrefValue MrefValue.findById(Database db, Integer id)
           
 MrefValue MrefValue_Value.getMrefValue()
          Get the .
 MrefValue MrefValue_Value.getMrefValue(Database db)
          Deprecated. 
 

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

Methods in org.molgenis.omx.observ.value with parameters of type MrefValue
 void MrefValue_Value.setMrefValue(MrefValue mrefValue)
          Set the .
 

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

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

Methods in org.molgenis.omx.observ.value.db that return MrefValue
 MrefValue MrefValueJpaMapper.create()
           
 

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

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

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

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

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

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

Uses of MrefValue in org.molgenis.service
 

Methods in org.molgenis.service that return MrefValue
 MrefValue MrefValueService.create(MrefValue mrefValue)
           
 MrefValue MrefValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type MrefValue
 MrefValue MrefValueService.create(MrefValue mrefValue)
           
 void MrefValueService.update(MrefValue mrefValue)
           
 



Copyright © 2013. All Rights Reserved.