Uses of Class
ubic.gemma.model.common.auditAndSecurity.GroupAuthority
-
Packages that use GroupAuthority Package Description ubic.gemma.model.common.auditAndSecurity ubic.gemma.persistence.service.common.auditAndSecurity -
-
Uses of GroupAuthority in ubic.gemma.model.common.auditAndSecurity
Methods in ubic.gemma.model.common.auditAndSecurity that return GroupAuthority Modifier and Type Method Description static GroupAuthority
GroupAuthority.Factory. newInstance()
static GroupAuthority
GroupAuthority.Factory. newInstance(String authority)
Methods in ubic.gemma.model.common.auditAndSecurity that return types with arguments of type GroupAuthority Modifier and Type Method Description Set<GroupAuthority>
UserGroup. getAuthorities()
Method parameters in ubic.gemma.model.common.auditAndSecurity with type arguments of type GroupAuthority Modifier and Type Method Description void
UserGroup. setAuthorities(Set<GroupAuthority> authorities)
-
Uses of GroupAuthority in ubic.gemma.persistence.service.common.auditAndSecurity
Methods in ubic.gemma.persistence.service.common.auditAndSecurity that return types with arguments of type GroupAuthority Modifier and Type Method Description Collection<GroupAuthority>
UserDao. loadGroupAuthorities(User u)
Collection<GroupAuthority>
UserDaoImpl. loadGroupAuthorities(User user)
-