Uses of Interface
gov.nih.nci.mageom.search.AuditAndSecurity.SecurityGroupSearchCriteria

Packages that use SecurityGroupSearchCriteria
gov.nih.nci.mageom.domain.AuditAndSecurity.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.AuditAndSecurity   
gov.nih.nci.mageom.search.AuditAndSecurity.impl   
 

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

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

Uses of SecurityGroupSearchCriteria in gov.nih.nci.mageom.search
 

Methods in gov.nih.nci.mageom.search that return SecurityGroupSearchCriteria
static SecurityGroupSearchCriteria AbstractSearchCriteriaFactory.new_AUDITANDSECURITY_SECURITYGROUP_SC()
           
 

Uses of SecurityGroupSearchCriteria in gov.nih.nci.mageom.search.AuditAndSecurity
 

Methods in gov.nih.nci.mageom.search.AuditAndSecurity with parameters of type SecurityGroupSearchCriteria
 void SecuritySearchCriteria.setSecurityGroupsCriteria(SecurityGroupSearchCriteria criteria)
          Constrains the search for Security objects to those associated with SecurityGroup objects by the association and selected by the given SecurityGroupSearchCriteria.
 void SecuritySearchCriteria.setSecurityGroupsCriteria(SecurityGroupSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Security objects to those associated with SecurityGroup objects by the association and selected by the given SecurityGroupSearchCriteria.
 

Uses of SecurityGroupSearchCriteria in gov.nih.nci.mageom.search.AuditAndSecurity.impl
 

Classes in gov.nih.nci.mageom.search.AuditAndSecurity.impl that implement SecurityGroupSearchCriteria
 class SecurityGroupSearchCriteriaImpl
          Represents a query for SecurityGroup objects.
 

Methods in gov.nih.nci.mageom.search.AuditAndSecurity.impl with parameters of type SecurityGroupSearchCriteria
 void SecuritySearchCriteriaImpl.setSecurityGroupsCriteria(SecurityGroupSearchCriteria criteria)
           
 void SecuritySearchCriteriaImpl.setSecurityGroupsCriteria(SecurityGroupSearchCriteria criteria, java.lang.String booleanOp)