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

Packages that use MrefValue_Value
org.molgenis.omx.observ.value   
org.molgenis.omx.observ.value.db   
org.molgenis.omx.observ.value.ui   
 

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

Methods in org.molgenis.omx.observ.value that return MrefValue_Value
 MrefValue_Value MrefValue_Value.create(Tuple tuple)
           
static MrefValue_Value MrefValue_Value.findByAutoid(Database db, Integer autoid)
           
static MrefValue_Value MrefValue_Value.findByValueMrefValue(Database db, Integer value, Integer mrefValue)
           
 

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

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

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

Methods in org.molgenis.omx.observ.value.db that return MrefValue_Value
 MrefValue_Value MrefValue_ValueJpaMapper.create()
           
 

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

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

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

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

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

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



Copyright © 2013. All Rights Reserved.