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

Packages that use Organization
gov.nih.nci.mageom.domain.AuditAndSecurity   
gov.nih.nci.mageom.domain.AuditAndSecurity.impl   
 

Uses of Organization in gov.nih.nci.mageom.domain.AuditAndSecurity
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity that return Organization
 Organization Person.getAffiliation()
          Returns the value of this Person object's affiliation attribute.
 Organization Organization.getParent()
          Returns the value of this Organization object's parent attribute.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity with parameters of type Organization
 void Person.setAffiliation(Organization p_affiliation)
          Sets the affiliation attribute.
 void Organization.setParent(Organization p_parent)
          Sets the parent attribute.
 

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

Classes in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that implement Organization
 class OrganizationImpl
          Organizations are entities like companies, universities, government agencies for which the attributes are self describing.
 

Fields in gov.nih.nci.mageom.domain.AuditAndSecurity.impl declared as Organization
protected  Organization PersonImpl.affiliation
          DOCUMENT ME
protected  Organization OrganizationImpl.parent
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that return Organization
 Organization PersonImpl.getAffiliation()
           
 Organization OrganizationImpl.getParent()
           
 Organization[] OrganizationImpl.searchOrganizations(OrganizationSearchCriteria criteria)
          Returns an array of Organization objects that satisfy the given OrganizationSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl with parameters of type Organization
 void PersonImpl.setAffiliation(Organization p_affiliation)
          Sets the affiliation attribute.
 void OrganizationImpl.setParent(Organization p_parent)
          Sets the parent attribute.