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

Packages that use EmailValue
org.molgenis.omx.converters   
org.molgenis.omx.decorators   
org.molgenis.omx.observ.value   
org.molgenis.omx.observ.value.db   
org.molgenis.omx.observ.value.ui   
org.molgenis.service   
 

Uses of EmailValue in org.molgenis.omx.converters
 

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

Uses of EmailValue in org.molgenis.omx.decorators
 

Classes in org.molgenis.omx.decorators with type parameters of type EmailValue
 class EmailValueDecorator<E extends EmailValue>
           
 

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

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

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

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

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

Methods in org.molgenis.omx.observ.value.db that return EmailValue
 EmailValue EmailValueJpaMapper.create()
           
 

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

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

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

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

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

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

Uses of EmailValue in org.molgenis.service
 

Methods in org.molgenis.service that return EmailValue
 EmailValue EmailValueService.create(EmailValue emailValue)
           
 EmailValue EmailValueService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type EmailValue
 EmailValue EmailValueService.create(EmailValue emailValue)
           
 void EmailValueService.update(EmailValue emailValue)
           
 



Copyright © 2013. All Rights Reserved.