Uses of Interface
gov.nih.nci.mageom.domain.AuditAndSecurity.SecurityGroup

Packages that use SecurityGroup
gov.nih.nci.mageom.domain.AuditAndSecurity   
gov.nih.nci.mageom.domain.AuditAndSecurity.impl   
 

Uses of SecurityGroup in gov.nih.nci.mageom.domain.AuditAndSecurity
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity that return SecurityGroup
 SecurityGroup[] Security.getSecurityGroups()
          Returns the value of this Security object's securityGroups attribute.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity with parameters of type SecurityGroup
 void Security.setSecurityGroups(SecurityGroup[] p_securityGroups)
          Sets the securityGroups attribute.
 

Uses of SecurityGroup in gov.nih.nci.mageom.domain.AuditAndSecurity.impl
 

Classes in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that implement SecurityGroup
 class SecurityGroupImpl
          Groups contacts together based on their security privileges.
 

Fields in gov.nih.nci.mageom.domain.AuditAndSecurity.impl declared as SecurityGroup
protected  SecurityGroup[] SecurityImpl.securityGroups
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that return SecurityGroup
 SecurityGroup[] SecurityImpl.getSecurityGroups()
           
 SecurityGroup[] SecurityGroupImpl.searchSecurityGroups(SecurityGroupSearchCriteria criteria)
          Returns an array of SecurityGroup objects that satisfy the given SecurityGroupSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl with parameters of type SecurityGroup
 void SecurityImpl.setSecurityGroups(SecurityGroup[] p_securityGroups)
          Sets the securityGroups attribute.