Uses of Class
org.biomage.AuditAndSecurity.Person

Packages that use Person
gov.nih.nci.caarray.services.contact   
gov.nih.nci.caarray.services.fileupload2 This package provides supporting persistable beans for managing hybridization and array design file upload and parsing processes... 
gov.nih.nci.caarray.services.util.dataconverter.test   
org.biomage.Interface   
org.biomage.Protocol   
 

Uses of Person in gov.nih.nci.caarray.services.contact
 

Methods in gov.nih.nci.caarray.services.contact that return Person
 Person ContactManagerDB.getPerson(long id)
           
 Person[] ContactManagerDB.getPersons()
           
 Person[] ContactManagerDB.getPersons(PersonSearchCriteria criteria)
           
 

Methods in gov.nih.nci.caarray.services.contact with parameters of type Person
 long ContactManagerDB.addPerson(Person person)
           
static void ContactUtils.copy(PersonData source, Person target)
           
static void ContactUtils.copy(Person source, PersonData target)
           
static void ContactUtils.copy(Person source, PersonDesc target)
           
 void ContactManagerDB.updatePerson(Person person)
           
 

Uses of Person in gov.nih.nci.caarray.services.fileupload2
 

Methods in gov.nih.nci.caarray.services.fileupload2 that return Person
 Person MAGEMLFileUploadEntry.getContact()
           
 

Methods in gov.nih.nci.caarray.services.fileupload2 with parameters of type Person
 void MAGEMLFileUploadEntry.setContact(Person contact)
           
 

Uses of Person in gov.nih.nci.caarray.services.util.dataconverter.test
 

Methods in gov.nih.nci.caarray.services.util.dataconverter.test with parameters of type Person
static void TestBioMaterialConversion.compare(Person person, PersonData data)
           
 

Uses of Person in org.biomage.Interface
 

Methods in org.biomage.Interface that return Person
 Person HasPerformers.getFromPerformers(int position)
          Method to get Person from Performers_list
 

Methods in org.biomage.Interface with parameters of type Person
 void HasPerformers.addToPerformers(int position, Person person)
          Method to add Person at position to Performers_list
 void HasPerformers.addToPerformers(Person person)
          Method to add Person to Performers_list
 void HasPerformers.removeFromPerformers(Person person)
          Method to remove first Person from Performers_list
 

Uses of Person in org.biomage.Protocol
 

Methods in org.biomage.Protocol that return Person
 Person ProtocolApplication.getFromPerformers(int position)
          Method to get Person from Performers_list
 

Methods in org.biomage.Protocol with parameters of type Person
 void ProtocolApplication.addToPerformers(int position, Person person)
          Method to add Person at position to Performers_list
 void ProtocolApplication.addToPerformers(Person person)
          Method to add Person to Performers_list
 void ProtocolApplication.removeFromPerformers(Person person)
          Method to remove first Person from Performers_list