Uses of Class
org.molgenis.omx.auth.Institute

Packages that use Institute
org.molgenis.omx.auth   
org.molgenis.omx.auth.db   
org.molgenis.omx.auth.ui   
org.molgenis.service   
 

Uses of Institute in org.molgenis.omx.auth
 

Methods in org.molgenis.omx.auth that return Institute
 Institute Institute.create(Tuple tuple)
           
static Institute Institute.findById(Database db, Integer id)
           
static Institute Institute.findByIdentifier(Database db, String identifier)
           
static Institute Institute.findByName(Database db, String name)
           
 Institute PersonContact.getAffiliation()
           
 Institute Person.getAffiliation()
          Get the Affiliation.
 Institute MolgenisUser.getAffiliation()
          Get the Affiliation.
 Institute Person.getAffiliation(Database db)
          Deprecated. 
 Institute MolgenisUser.getAffiliation(Database db)
          Deprecated. 
 

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

Methods in org.molgenis.omx.auth with parameters of type Institute
 void PersonContact.setAffiliation(Institute affiliation)
           
 void Person.setAffiliation(Institute affiliation)
          Set the Affiliation.
 void MolgenisUser.setAffiliation(Institute affiliation)
          Set the Affiliation.
 

Constructors in org.molgenis.omx.auth with parameters of type Institute
Institute(Institute copyMe)
          copy constructor
 

Uses of Institute in org.molgenis.omx.auth.db
 

Methods in org.molgenis.omx.auth.db that return Institute
 Institute InstituteJpaMapper.create()
           
 

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

Methods in org.molgenis.omx.auth.db with parameters of type Institute
 void InstituteJpaMapper.create(Institute 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 InstituteJpaMapper.destroy(Institute institute)
           
 void InstituteJpaMapper.edit(Institute institute)
           
 

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

Uses of Institute in org.molgenis.omx.auth.ui
 

Methods in org.molgenis.omx.auth.ui that return types with arguments of type Institute
 Class<Institute> InstituteForm.getEntityClass()
           
 

Constructors in org.molgenis.omx.auth.ui with parameters of type Institute
InstituteForm(Institute entity)
           
 

Uses of Institute in org.molgenis.service
 

Methods in org.molgenis.service that return Institute
 Institute InstituteService.create(Institute institute)
           
 Institute InstituteService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type Institute
 Institute InstituteService.create(Institute institute)
           
 void InstituteService.update(Institute institute)
           
 



Copyright © 2013. All Rights Reserved.