Uses of Class
gov.nih.nci.caarray.common.data.contact.PersonData

Packages that use PersonData
gov.nih.nci.caarray.common.data.fileupload2   
gov.nih.nci.caarray.common.data.protocol   
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.contact   
gov.nih.nci.caarray.services.contact.ejb   
gov.nih.nci.caarray.services.util.dataconverter.test   
gov.nih.nci.caarray.ui.core   
 

Uses of PersonData in gov.nih.nci.caarray.common.data.fileupload2
 

Methods in gov.nih.nci.caarray.common.data.fileupload2 that return PersonData
 PersonData MAGEMLFileUploadEntryData.getContact()
           
 

Methods in gov.nih.nci.caarray.common.data.fileupload2 with parameters of type PersonData
 void MAGEMLFileUploadEntryData.setContact(PersonData contact)
           
 

Uses of PersonData in gov.nih.nci.caarray.common.data.protocol
 

Methods in gov.nih.nci.caarray.common.data.protocol that return PersonData
 PersonData ProtocolApplicationData.getPerformer()
           
 

Methods in gov.nih.nci.caarray.common.data.protocol with parameters of type PersonData
 void ProtocolApplicationData.setPerformer(PersonData person)
           
 

Uses of PersonData in gov.nih.nci.caarray.common.delegate
 

Methods in gov.nih.nci.caarray.common.delegate that return PersonData
 PersonData ContactManagerDelegate.getPerson(long id)
           
 PersonData[] ContactManagerDelegate.getPersons()
           
 

Methods in gov.nih.nci.caarray.common.delegate with parameters of type PersonData
 long ContactManagerDelegate.addPerson(PersonData personData)
           
 void ContactManagerDelegate.updatePerson(PersonData personData)
           
 

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

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

Uses of PersonData in gov.nih.nci.caarray.services.contact.ejb
 

Methods in gov.nih.nci.caarray.services.contact.ejb that return PersonData
 PersonData ContactManagerEJB.getPerson(long id)
           
 PersonData[] ContactManagerEJB.getPersons()
          Gets a list of all contact users in and returns a PersonData object for each.
 

Methods in gov.nih.nci.caarray.services.contact.ejb with parameters of type PersonData
 long ContactManagerEJB.addPerson(PersonData personData)
          Adds a new person to the persistence store with the specified data.
 void ContactManagerEJB.updatePerson(PersonData personData)
          Updates an existing person in the persistence store with the specified data.
 

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

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

Uses of PersonData in gov.nih.nci.caarray.ui.core
 

Methods in gov.nih.nci.caarray.ui.core with parameters of type PersonData
static java.lang.Object[] ActionUtils.sortPerson(PersonData[] perData)