Uses of Class
ubic.gemma.web.controller.common.auditAndSecurity.SidValueObject
-
Packages that use SidValueObject Package Description ubic.gemma.web.controller.common.auditAndSecurity -
-
Uses of SidValueObject in ubic.gemma.web.controller.common.auditAndSecurity
Methods in ubic.gemma.web.controller.common.auditAndSecurity that return SidValueObject Modifier and Type Method Description SidValueObject
SecurityInfoValueObject. getOwner()
Methods in ubic.gemma.web.controller.common.auditAndSecurity that return types with arguments of type SidValueObject Modifier and Type Method Description Collection<SidValueObject>
SecurityController. getAvailablePrincipalSids()
Collection<SidValueObject>
SecurityController. getAvailableSids()
Methods in ubic.gemma.web.controller.common.auditAndSecurity with parameters of type SidValueObject Modifier and Type Method Description int
SidValueObject. compareTo(SidValueObject arg0)
void
SecurityInfoValueObject. setOwner(SidValueObject owner)
-