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

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

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

Classes in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that implement Person
 class PersonImpl
          A person for which the attributes are self describing.
 

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

Uses of Person in gov.nih.nci.mageom.domain.Protocol
 

Methods in gov.nih.nci.mageom.domain.Protocol that return Person
 Person[] ProtocolApplication.getPerformers()
          Returns the value of this ProtocolApplication object's performers attribute.
 

Methods in gov.nih.nci.mageom.domain.Protocol with parameters of type Person
 void ProtocolApplication.setPerformers(Person[] p_performers)
          Sets the performers attribute.
 

Uses of Person in gov.nih.nci.mageom.domain.Protocol.impl
 

Fields in gov.nih.nci.mageom.domain.Protocol.impl declared as Person
protected  Person[] ProtocolApplicationImpl.performers
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl that return Person
 Person[] ProtocolApplicationImpl.getPerformers()
           
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type Person
 void ProtocolApplicationImpl.setPerformers(Person[] p_performers)
          Sets the performers attribute.