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

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

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

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

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

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

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

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

Methods in org.molgenis.omx.observ.value.db that return IntValue
 IntValue IntValueJpaMapper.create()
           
 

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

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

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

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

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

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

Uses of IntValue in org.molgenis.service
 

Methods in org.molgenis.service that return IntValue
 IntValue IntValueService.create(IntValue intValue)
           
 IntValue IntValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type IntValue
 IntValue IntValueService.create(IntValue intValue)
           
 void IntValueService.update(IntValue intValue)
           
 



Copyright © 2013. All Rights Reserved.