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

Packages that use PersonDesc
gov.nih.nci.caarray.common.data.contact   
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.contact   
gov.nih.nci.caarray.services.contact.ejb   
 

Uses of PersonDesc in gov.nih.nci.caarray.common.data.contact
 

Methods in gov.nih.nci.caarray.common.data.contact that return PersonDesc
 PersonDesc PersonData.getDesc()
           
 

Methods in gov.nih.nci.caarray.common.data.contact with parameters of type PersonDesc
 void PersonData.setDesc(PersonDesc desc)
           
 

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

Methods in gov.nih.nci.caarray.common.delegate that return PersonDesc
 PersonDesc[] ContactManagerDelegate.search(PersonSearchCriteria criteria)
           
 

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

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

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

Methods in gov.nih.nci.caarray.services.contact.ejb that return PersonDesc
 PersonDesc[] ContactManagerEJB.searchPersons(PersonSearchCriteria criteria)
          Gets a list of users matching the criteria and returns a PersonDesc object for each.