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

Packages that use PersonRole
org.molgenis.omx.auth   
org.molgenis.omx.auth.db   
org.molgenis.service   
 

Uses of PersonRole in org.molgenis.omx.auth
 

Methods in org.molgenis.omx.auth that return PersonRole
 PersonRole PersonRole.create(Tuple tuple)
           
static PersonRole PersonRole.findById(Database db, Integer id)
           
static PersonRole PersonRole.findByIdentifier(Database db, String identifier)
           
static PersonRole PersonRole.findByOntologyTermAccession(Database db, Integer ontology, String termAccession)
           
 PersonRole PersonContact.getRoles()
           
 PersonRole Person.getRoles()
          Get the Indicate role of the contact, e.g.
 PersonRole MolgenisUser.getRoles()
          Get the Indicate role of the contact, e.g.
 PersonRole Person.getRoles(Database db)
          Deprecated. 
 PersonRole MolgenisUser.getRoles(Database db)
          Deprecated. 
 

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

Methods in org.molgenis.omx.auth with parameters of type PersonRole
 void PersonContact.setRoles(PersonRole roles)
           
 void Person.setRoles(PersonRole roles)
          Set the Indicate role of the contact, e.g.
 void MolgenisUser.setRoles(PersonRole roles)
          Set the Indicate role of the contact, e.g.
 

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

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

Methods in org.molgenis.omx.auth.db that return PersonRole
 PersonRole PersonRoleJpaMapper.create()
           
 

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

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

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

Uses of PersonRole in org.molgenis.service
 

Methods in org.molgenis.service that return PersonRole
 PersonRole PersonRoleService.create(PersonRole personRole)
           
 PersonRole PersonRoleService.read(Integer id)
           
 

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

Methods in org.molgenis.service with parameters of type PersonRole
 PersonRole PersonRoleService.create(PersonRole personRole)
           
 void PersonRoleService.update(PersonRole personRole)
           
 



Copyright © 2013. All Rights Reserved.