Uses of Class
ubic.gemma.web.controller.common.auditAndSecurity.SecurityInfoValueObject
-
Packages that use SecurityInfoValueObject Package Description ubic.gemma.web.controller.common.auditAndSecurity -
-
Uses of SecurityInfoValueObject in ubic.gemma.web.controller.common.auditAndSecurity
Methods in ubic.gemma.web.controller.common.auditAndSecurity that return SecurityInfoValueObject Modifier and Type Method Description SecurityInfoValueObject
SecurityController. getSecurityInfo(EntityDelegator<? extends Securable> ed)
SecurityInfoValueObject
SecurityController. updatePermission(SecurityInfoValueObject settings)
Methods in ubic.gemma.web.controller.common.auditAndSecurity that return types with arguments of type SecurityInfoValueObject Modifier and Type Method Description Collection<SecurityInfoValueObject>
SecurityController. getUsersData(String currentGroup, boolean privateOnly)
Methods in ubic.gemma.web.controller.common.auditAndSecurity with parameters of type SecurityInfoValueObject Modifier and Type Method Description SecurityInfoValueObject
SecurityController. updatePermission(SecurityInfoValueObject settings)
void
SecurityController. updatePermissions(SecurityInfoValueObject[] settings)
-