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

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

Classes in org.molgenis.omx.converters with type parameters of type Value
 interface TupleToValueConverter<S extends Value,T>
           
 

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

Methods in org.molgenis.omx.converters with parameters of type Value
 Cell<?> ValueConverter.toCell(Value value)
           
 Cell<String> TupleToXrefValueConverter.toCell(Value value)
           
 Cell<T> TupleToValueConverter.toCell(Value value)
          Returns the java type value contained by a value entity
 Cell<String> TupleToTextValueConverter.toCell(Value value)
           
 Cell<String> TupleToStringValueConverter.toCell(Value value)
           
 Cell<List<Cell<String>>> TupleToMrefValueConverter.toCell(Value value)
           
 Cell<Long> TupleToLongValueConverter.toCell(Value value)
           
 Cell<Integer> TupleToIntValueConverter.toCell(Value value)
           
 Cell<String> TupleToHyperlinkValueConverter.toCell(Value value)
           
 Cell<String> TupleToHtmlValueConverter.toCell(Value value)
           
 Cell<String> TupleToEmailValueConverter.toCell(Value value)
           
 Cell<Double> TupleToDecimalValueConverter.toCell(Value value)
           
 Cell<String> TupleToDateValueConverter.toCell(Value value)
           
 Cell<String> TupleToDateTimeValueConverter.toCell(Value value)
           
 Cell<String> TupleToCategoricalValueConverter.toCell(Value value)
           
 Cell<Boolean> TupleToBoolValueConverter.toCell(Value value)
           
 

Uses of Value in org.molgenis.omx.observ
 

Methods in org.molgenis.omx.observ that return Value
 Value ObservedValue.getValue()
          Get the The value observed.
 Value ObservedValue.getValue(Database db)
          Deprecated. 
 

Methods in org.molgenis.omx.observ with parameters of type Value
 void ObservedValue.setValue(Value value)
          Set the The value observed.
 

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

Subclasses of Value in org.molgenis.omx.observ.value
 class BoolValue
          BoolValue: .
 class CategoricalValue
          CategoricalValue: .
 class DateTimeValue
          DateTimeValue: .
 class DateValue
          DateValue: .
 class DecimalValue
          DecimalValue: .
 class EmailValue
          EmailValue: .
 class HtmlValue
          HtmlValue: .
 class HyperlinkValue
          HyperlinkValue: .
 class IntValue
          IntValue: .
 class LongValue
          LongValue: .
 class MrefValue
          MrefValue: .
 class StringValue
          StringValue: .
 class TextValue
          TextValue: .
 class XrefValue
          XrefValue: .
 

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

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

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

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

Methods in org.molgenis.omx.observ.value.db that return Value
 Value ValueJpaMapper.create()
           
 

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

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

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

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

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

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

Uses of Value in org.molgenis.service
 

Methods in org.molgenis.service that return Value
 Value ValueService.create(Value value)
           
 Value ValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type Value
 Value ValueService.create(Value value)
           
 void ValueService.update(Value value)
           
 



Copyright © 2013. All Rights Reserved.