Uses of Class
org.molgenis.omx.core.RuntimeProperty

Packages that use RuntimeProperty
org.molgenis.omx.core   
org.molgenis.omx.core.db   
org.molgenis.omx.core.ui   
org.molgenis.service   
 

Uses of RuntimeProperty in org.molgenis.omx.core
 

Methods in org.molgenis.omx.core that return RuntimeProperty
 RuntimeProperty RuntimeProperty.create(Tuple tuple)
           
static RuntimeProperty RuntimeProperty.findById(Database db, Integer id)
           
static RuntimeProperty RuntimeProperty.findByIdentifier(Database db, String identifier)
           
static RuntimeProperty RuntimeProperty.findByName(Database db, String name)
           
 

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

Constructors in org.molgenis.omx.core with parameters of type RuntimeProperty
RuntimeProperty(RuntimeProperty copyMe)
          copy constructor
 

Uses of RuntimeProperty in org.molgenis.omx.core.db
 

Methods in org.molgenis.omx.core.db that return RuntimeProperty
 RuntimeProperty RuntimePropertyJpaMapper.create()
           
 

Methods in org.molgenis.omx.core.db that return types with arguments of type RuntimeProperty
 List<RuntimeProperty> RuntimePropertyJpaMapper.createList(int size)
          Return EMPTY list of given allocated size
 

Methods in org.molgenis.omx.core.db with parameters of type RuntimeProperty
 void RuntimePropertyJpaMapper.create(RuntimeProperty 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 RuntimePropertyJpaMapper.destroy(RuntimeProperty runtimeProperty)
           
 void RuntimePropertyJpaMapper.edit(RuntimeProperty runtimeProperty)
           
 

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

Uses of RuntimeProperty in org.molgenis.omx.core.ui
 

Methods in org.molgenis.omx.core.ui that return types with arguments of type RuntimeProperty
 Class<RuntimeProperty> RuntimePropertyForm.getEntityClass()
           
 

Constructors in org.molgenis.omx.core.ui with parameters of type RuntimeProperty
RuntimePropertyForm(RuntimeProperty entity)
           
 

Uses of RuntimeProperty in org.molgenis.service
 

Methods in org.molgenis.service that return RuntimeProperty
 RuntimeProperty RuntimePropertyService.create(RuntimeProperty runtimeProperty)
           
 RuntimeProperty RuntimePropertyService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type RuntimeProperty
 RuntimeProperty RuntimePropertyService.create(RuntimeProperty runtimeProperty)
           
 void RuntimePropertyService.update(RuntimeProperty runtimeProperty)
           
 



Copyright © 2013. All Rights Reserved.