Uses of Class
org.biomage.Protocol.Protocol

Packages that use Protocol
gov.nih.nci.caarray.services.experiment   
gov.nih.nci.caarray.services.protocol   
gov.nih.nci.caarray.services.util.dataconverter.test   
org.biomage.Interface   
org.biomage.Protocol   
 

Uses of Protocol in gov.nih.nci.caarray.services.experiment
 

Methods in gov.nih.nci.caarray.services.experiment that return Protocol
 Protocol ExperimentManagerDB.getProtocol(long id)
          This method returns a Protocol that has the specified ID by delegating the call to the same method in ProtocolManagerDB.
 

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

Methods in gov.nih.nci.caarray.services.protocol that return Protocol
 Protocol ProtocolManagerDB.getProtocol(long id)
          Searches for the Protocol that match the specified ID.
 Protocol[] ProtocolManagerDB.getProtocols(ProtocolSearchCriteria searchCriteria)
          Gets an array of Protocol's that match the specified criteria.
 

Methods in gov.nih.nci.caarray.services.protocol with parameters of type Protocol
 long ProtocolManagerDB.addProtocol(Protocol protocol)
          Adds a Protocol to the persistence store.
static void ProtocolUtils.copy(ProtocolData source, Protocol target)
          Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.
static void ProtocolUtils.copy(Protocol source, ProtocolData target)
          Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.
static void ProtocolUtils.copy(Protocol source, ProtocolDesc target)
           
 boolean ProtocolManagerDB.updateProtocol(Protocol protocol)
          Updates a Protocol.
 

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

Methods in gov.nih.nci.caarray.services.util.dataconverter.test with parameters of type Protocol
static void TestDataConverter.printProtocol(Protocol protocol)
           
 

Uses of Protocol in org.biomage.Interface
 

Methods in org.biomage.Interface that return Protocol
 Protocol HasProtocol.getProtocol()
          Get method for protocol
 

Methods in org.biomage.Interface with parameters of type Protocol
 void HasProtocol.setProtocol(Protocol protocol)
          Set method for protocol
 

Uses of Protocol in org.biomage.Protocol
 

Fields in org.biomage.Protocol declared as Protocol
protected  Protocol ProtocolApplication.protocol
          The protocol that is being used.
 

Methods in org.biomage.Protocol that return Protocol
 Protocol Protocol_package.getFromProtocol_list(int position)
          Method to get Protocol from Protocol_list
 Protocol ProtocolApplication.getProtocol()
          Get method for protocol
 

Methods in org.biomage.Protocol with parameters of type Protocol
 void Protocol_package.addToProtocol_list(int position, Protocol protocol)
          Method to add Protocol at position to Protocol_list
 void Protocol_package.addToProtocol_list(Protocol protocol)
          Method to add Protocol to Protocol_list
 void Protocol_package.removeFromProtocol_list(Protocol protocol)
          Method to remove first Protocol from Protocol_list
 void ProtocolApplication.setProtocol(Protocol protocol)
          Set method for protocol