Uses of Class
org.biomage.AuditAndSecurity.Organization

Packages that use Organization
gov.nih.nci.caarray.services.arraydesign   
gov.nih.nci.caarray.services.contact   
gov.nih.nci.caarray.services.protocol   
org.biomage.AuditAndSecurity   
org.biomage.Interface   
 

Uses of Organization in gov.nih.nci.caarray.services.arraydesign
 

Methods in gov.nih.nci.caarray.services.arraydesign that return Organization
 Organization DbArrayDesignDataSource.getOrganization(OrganizationDescriptor descriptor)
           
 Organization ArrayDesignDataSource.getOrganization(OrganizationDescriptor descriptor)
          Returns the Organization corresponding to the descriptor given, creating if necessary.
 

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

Methods in gov.nih.nci.caarray.services.contact that return Organization
 Organization ContactManagerDB.getOrganization(long id)
           
 Organization OrganizationDescriptor.getOrganizationData()
           
 Organization[] ContactManagerDB.getOrganizations()
           
 Organization[] ContactManagerDB.getOrganizations(OrganizationSearchCriteria criteria)
           
 

Methods in gov.nih.nci.caarray.services.contact with parameters of type Organization
 long ContactManagerDB.addOrganization(Organization org)
           
static void ContactUtils.copy(OrganizationData source, Organization target)
           
static void ContactUtils.copy(Organization source, OrganizationData target)
           
static void ContactUtils.copy(Organization source, OrganizationDesc target)
           
 void ContactManagerDB.updateOrganization(Organization org)
           
 

Uses of Organization in gov.nih.nci.caarray.services.protocol
 

Methods in gov.nih.nci.caarray.services.protocol that return Organization
 Organization[] HardwareManagerDB.getHardwareManufacturers()
          Retrieves all the Organization's that are currently associated with one or more hardware as manufacturers.
 Organization[] SoftwareManagerDB.getSoftwareManufacturers()
           
 

Uses of Organization in org.biomage.AuditAndSecurity
 

Fields in org.biomage.AuditAndSecurity declared as Organization
protected  Organization Person.affiliation
          The organization a person belongs to.
protected  Organization Organization.parent
          The containing organization (the university or business which a lab belongs to, etc.)
 

Methods in org.biomage.AuditAndSecurity that return Organization
 Organization Person.getAffiliation()
          Get method for affiliation
 Organization Organization.getParent()
          Get method for parent
 

Methods in org.biomage.AuditAndSecurity with parameters of type Organization
 void Person.setAffiliation(Organization affiliation)
          Set method for affiliation
 void Organization.setParent(Organization parent)
          Set method for parent
 

Uses of Organization in org.biomage.Interface
 

Methods in org.biomage.Interface that return Organization
 Organization HasAffiliation.getAffiliation()
          Get method for affiliation
 Organization HasParent.getParent()
          Get method for parent
 

Methods in org.biomage.Interface with parameters of type Organization
 void HasAffiliation.setAffiliation(Organization affiliation)
          Set method for affiliation
 void HasParent.setParent(Organization parent)
          Set method for parent