Uses of Class
org.biomage.AuditAndSecurity.Contact

Packages that use Contact
gov.nih.nci.caarray.services.util.dataconverter.test   
org.biomage.Array   
org.biomage.ArrayDesign   
org.biomage.AuditAndSecurity   
org.biomage.BioMaterial   
org.biomage.Description   
org.biomage.Experiment   
org.biomage.Interface   
org.biomage.Protocol   
 

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

Methods in gov.nih.nci.caarray.services.util.dataconverter.test with parameters of type Contact
static void TestBioMaterialConversion.compare(Contact contact, ContactData data)
           
 

Uses of Contact in org.biomage.Array
 

Methods in org.biomage.Array that return Contact
 Contact ArrayManufacture.getFromArrayManufacturers(int position)
          Method to get Contact from ArrayManufacturers_list
 

Methods in org.biomage.Array with parameters of type Contact
 void ArrayManufacture.addToArrayManufacturers(Contact contact)
          Method to add Contact to ArrayManufacturers_list
 void ArrayManufacture.addToArrayManufacturers(int position, Contact contact)
          Method to add Contact at position to ArrayManufacturers_list
 void ArrayManufacture.removeFromArrayManufacturers(Contact contact)
          Method to remove first Contact from ArrayManufacturers_list
 

Uses of Contact in org.biomage.ArrayDesign
 

Methods in org.biomage.ArrayDesign that return Contact
 Contact DesignProviderRole.getContact()
           
 Contact ArrayDesign.getFromDesignProviders(int position)
          Method to get Contact from DesignProviders_list
 

Methods in org.biomage.ArrayDesign with parameters of type Contact
 void ArrayDesign.addToDesignProviders(Contact contact)
          Method to add Contact to DesignProviders_list
 void ArrayDesign.addToDesignProviders(int position, Contact contact)
          Method to add Contact at position to DesignProviders_list
 void ArrayDesign.removeFromDesignProviders(Contact contact)
          Method to remove first Contact from DesignProviders_list
 void DesignProviderRole.setContact(Contact contact)
           
 

Uses of Contact in org.biomage.AuditAndSecurity
 

Subclasses of Contact in org.biomage.AuditAndSecurity
 class Organization
          Organizations are entities like companies, universities, government agencies for which the attributes are self describing.
 class Person
          A person for which the attributes are self describing.
 class User
          A user for which the attributes are self describing.
 

Fields in org.biomage.AuditAndSecurity declared as Contact
protected  Contact Audit.performer
          The contact for creating or changing the instance referred to by the Audit.
 

Methods in org.biomage.AuditAndSecurity that return Contact
 Contact AuditAndSecurity_package.getFromContact_list(int position)
          Method to get Contact from Contact_list
 Contact SecurityGroup.getFromMembers(int position)
          Method to get Contact from Members_list
 Contact Security.getFromOwner(int position)
          Method to get Contact from Owner_list
 Contact Audit.getPerformer()
          Get method for performer
 

Methods in org.biomage.AuditAndSecurity with parameters of type Contact
 void AuditAndSecurity_package.addToContact_list(Contact contact)
          Method to add Contact to Contact_list
 void AuditAndSecurity_package.addToContact_list(int position, Contact contact)
          Method to add Contact at position to Contact_list
 void SecurityGroup.addToMembers(Contact contact)
          Method to add Contact to Members_list
 void SecurityGroup.addToMembers(int position, Contact contact)
          Method to add Contact at position to Members_list
 void Security.addToOwner(Contact contact)
          Method to add Contact to Owner_list
 void Security.addToOwner(int position, Contact contact)
          Method to add Contact at position to Owner_list
 void AuditAndSecurity_package.removeFromContact_list(Contact contact)
          Method to remove first Contact from Contact_list
 void SecurityGroup.removeFromMembers(Contact contact)
          Method to remove first Contact from Members_list
 void Security.removeFromOwner(Contact contact)
          Method to remove first Contact from Owner_list
 void Audit.setPerformer(Contact performer)
          Set method for performer
 

Uses of Contact in org.biomage.BioMaterial
 

Methods in org.biomage.BioMaterial that return Contact
 Contact BioSource.getFromSourceContact(int position)
          Method to get Contact from SourceContact_list
 

Methods in org.biomage.BioMaterial with parameters of type Contact
 void BioSource.addToSourceContact(Contact contact)
          Method to add Contact to SourceContact_list
 void BioSource.addToSourceContact(int position, Contact contact)
          Method to add Contact at position to SourceContact_list
 void BioSource.removeFromSourceContact(Contact contact)
          Method to remove first Contact from SourceContact_list
 

Uses of Contact in org.biomage.Description
 

Methods in org.biomage.Description that return Contact
 Contact Database.getFromContacts(int position)
          Method to get Contact from Contacts_list
 

Methods in org.biomage.Description with parameters of type Contact
 void Database.addToContacts(Contact contact)
          Method to add Contact to Contacts_list
 void Database.addToContacts(int position, Contact contact)
          Method to add Contact at position to Contacts_list
 void Database.removeFromContacts(Contact contact)
          Method to remove first Contact from Contacts_list
 

Uses of Contact in org.biomage.Experiment
 

Methods in org.biomage.Experiment that return Contact
 Contact ExperimentProviderRole.getContact()
           
 Contact Experiment.getFromProviders(int position)
          Method to get Contact from Providers_list
 

Methods in org.biomage.Experiment with parameters of type Contact
 void Experiment.addToProviders(Contact contact)
          Method to add Contact to Providers_list
 void Experiment.addToProviders(int position, Contact contact)
          Method to add Contact at position to Providers_list
 void Experiment.removeFromProviders(Contact contact)
          Method to remove first Contact from Providers_list
 void ExperimentProviderRole.setContact(Contact contact)
           
 

Uses of Contact in org.biomage.Interface
 

Methods in org.biomage.Interface that return Contact
 Contact HasArrayManufacturers.getFromArrayManufacturers(int position)
          Method to get Contact from ArrayManufacturers_list
 Contact HasContacts.getFromContacts(int position)
          Method to get Contact from Contacts_list
 Contact HasDesignProviders.getFromDesignProviders(int position)
          Method to get Contact from DesignProviders_list
 Contact HasHardwareManufacturers.getFromHardwareManufacturers(int position)
          Method to get Contact from HardwareManufacturers_list
 Contact HasMembers.getFromMembers(int position)
          Method to get Contact from Members_list
 Contact HasOwner.getFromOwner(int position)
          Method to get Contact from Owner_list
 Contact HasProviders.getFromProviders(int position)
          Method to get Contact from Providers_list
 Contact HasSoftwareManufacturers.getFromSoftwareManufacturers(int position)
          Method to get Contact from SoftwareManufacturers_list
 Contact HasSourceContact.getFromSourceContact(int position)
          Method to get Contact from SourceContact_list
 Contact HasPerformer.getPerformer()
          Get method for performer
 

Methods in org.biomage.Interface with parameters of type Contact
 void HasArrayManufacturers.addToArrayManufacturers(Contact contact)
          Method to add Contact to ArrayManufacturers_list
 void HasArrayManufacturers.addToArrayManufacturers(int position, Contact contact)
          Method to add Contact at position to ArrayManufacturers_list
 void HasContacts.addToContacts(Contact contact)
          Method to add Contact to Contacts_list
 void HasContacts.addToContacts(int position, Contact contact)
          Method to add Contact at position to Contacts_list
 void HasDesignProviders.addToDesignProviders(Contact contact)
          Method to add Contact to DesignProviders_list
 void HasDesignProviders.addToDesignProviders(int position, Contact contact)
          Method to add Contact at position to DesignProviders_list
 void HasHardwareManufacturers.addToHardwareManufacturers(Contact contact)
          Method to add Contact to HardwareManufacturers_list
 void HasHardwareManufacturers.addToHardwareManufacturers(int position, Contact contact)
          Method to add Contact at position to HardwareManufacturers_list
 void HasMembers.addToMembers(Contact contact)
          Method to add Contact to Members_list
 void HasMembers.addToMembers(int position, Contact contact)
          Method to add Contact at position to Members_list
 void HasOwner.addToOwner(Contact contact)
          Method to add Contact to Owner_list
 void HasOwner.addToOwner(int position, Contact contact)
          Method to add Contact at position to Owner_list
 void HasProviders.addToProviders(Contact contact)
          Method to add Contact to Providers_list
 void HasProviders.addToProviders(int position, Contact contact)
          Method to add Contact at position to Providers_list
 void HasSoftwareManufacturers.addToSoftwareManufacturers(Contact contact)
          Method to add Contact to SoftwareManufacturers_list
 void HasSoftwareManufacturers.addToSoftwareManufacturers(int position, Contact contact)
          Method to add Contact at position to SoftwareManufacturers_list
 void HasSourceContact.addToSourceContact(Contact contact)
          Method to add Contact to SourceContact_list
 void HasSourceContact.addToSourceContact(int position, Contact contact)
          Method to add Contact at position to SourceContact_list
 void HasArrayManufacturers.removeFromArrayManufacturers(Contact contact)
          Method to remove first Contact from ArrayManufacturers_list
 void HasContacts.removeFromContacts(Contact contact)
          Method to remove first Contact from Contacts_list
 void HasDesignProviders.removeFromDesignProviders(Contact contact)
          Method to remove first Contact from DesignProviders_list
 void HasHardwareManufacturers.removeFromHardwareManufacturers(Contact contact)
          Method to remove first Contact from HardwareManufacturers_list
 void HasMembers.removeFromMembers(Contact contact)
          Method to remove first Contact from Members_list
 void HasOwner.removeFromOwner(Contact contact)
          Method to remove first Contact from Owner_list
 void HasProviders.removeFromProviders(Contact contact)
          Method to remove first Contact from Providers_list
 void HasSoftwareManufacturers.removeFromSoftwareManufacturers(Contact contact)
          Method to remove first Contact from SoftwareManufacturers_list
 void HasSourceContact.removeFromSourceContact(Contact contact)
          Method to remove first Contact from SourceContact_list
 void HasPerformer.setPerformer(Contact performer)
          Set method for performer
 

Uses of Contact in org.biomage.Protocol
 

Methods in org.biomage.Protocol that return Contact
 Contact Hardware.getFromHardwareManufacturers(int position)
          Method to get Contact from HardwareManufacturers_list
 Contact Software.getFromSoftwareManufacturers(int position)
          Method to get Contact from SoftwareManufacturers_list
 

Methods in org.biomage.Protocol with parameters of type Contact
 void Hardware.addToHardwareManufacturers(Contact contact)
          Method to add Contact to HardwareManufacturers_list
 void Hardware.addToHardwareManufacturers(int position, Contact contact)
          Method to add Contact at position to HardwareManufacturers_list
 void Software.addToSoftwareManufacturers(Contact contact)
          Method to add Contact to SoftwareManufacturers_list
 void Software.addToSoftwareManufacturers(int position, Contact contact)
          Method to add Contact at position to SoftwareManufacturers_list
 void Hardware.removeFromHardwareManufacturers(Contact contact)
          Method to remove first Contact from HardwareManufacturers_list
 void Software.removeFromSoftwareManufacturers(Contact contact)
          Method to remove first Contact from SoftwareManufacturers_list