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

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

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

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

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

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

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

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

Methods in org.molgenis.omx.observ.value.db that return HtmlValue
 HtmlValue HtmlValueJpaMapper.create()
           
 

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

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

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

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

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

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

Uses of HtmlValue in org.molgenis.service
 

Methods in org.molgenis.service that return HtmlValue
 HtmlValue HtmlValueService.create(HtmlValue htmlValue)
           
 HtmlValue HtmlValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type HtmlValue
 HtmlValue HtmlValueService.create(HtmlValue htmlValue)
           
 void HtmlValueService.update(HtmlValue htmlValue)
           
 



Copyright © 2013. All Rights Reserved.