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

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

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

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

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

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

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

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

Methods in org.molgenis.omx.observ.value.db that return StringValue
 StringValue StringValueJpaMapper.create()
           
 

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

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

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

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

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

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

Uses of StringValue in org.molgenis.service
 

Methods in org.molgenis.service that return StringValue
 StringValue StringValueService.create(StringValue stringValue)
           
 StringValue StringValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type StringValue
 StringValue StringValueService.create(StringValue stringValue)
           
 void StringValueService.update(StringValue stringValue)
           
 



Copyright © 2013. All Rights Reserved.