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

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

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

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

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

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

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

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

Methods in org.molgenis.omx.observ.value.db that return TextValue
 TextValue TextValueJpaMapper.create()
           
 

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

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

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

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

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

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

Uses of TextValue in org.molgenis.service
 

Methods in org.molgenis.service that return TextValue
 TextValue TextValueService.create(TextValue textValue)
           
 TextValue TextValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type TextValue
 TextValue TextValueService.create(TextValue textValue)
           
 void TextValueService.update(TextValue textValue)
           
 



Copyright © 2013. All Rights Reserved.