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

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

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

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl with parameters of type PersonSearchCriteria
 Person[] PersonImpl.searchPersons(PersonSearchCriteria criteria)
          Returns an array of Person objects that satisfy the given PersonSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return PersonSearchCriteria
static PersonSearchCriteria AbstractSearchCriteriaFactory.new_AUDITANDSECURITY_PERSON_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.AuditAndSecurity.impl that implement PersonSearchCriteria
 class PersonSearchCriteriaImpl
          Represents a query for Person objects.
 

Uses of PersonSearchCriteria in gov.nih.nci.mageom.search.Protocol
 

Methods in gov.nih.nci.mageom.search.Protocol with parameters of type PersonSearchCriteria
 void ProtocolApplicationSearchCriteria.setPerformersCriteria(PersonSearchCriteria criteria)
          Constrains the search for ProtocolApplication objects to those associated with Person objects by the association and selected by the given PersonSearchCriteria.
 void ProtocolApplicationSearchCriteria.setPerformersCriteria(PersonSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ProtocolApplication objects to those associated with Person objects by the association and selected by the given PersonSearchCriteria.
 

Uses of PersonSearchCriteria in gov.nih.nci.mageom.search.Protocol.impl
 

Methods in gov.nih.nci.mageom.search.Protocol.impl with parameters of type PersonSearchCriteria
 void ProtocolApplicationSearchCriteriaImpl.setPerformersCriteria(PersonSearchCriteria criteria)
           
 void ProtocolApplicationSearchCriteriaImpl.setPerformersCriteria(PersonSearchCriteria criteria, java.lang.String booleanOp)