Uses of Class
org.biomage.Array.ArrayGroup

Packages that use ArrayGroup
gov.nih.nci.caarray.services.array   
org.biomage.Array   
org.biomage.Interface   
 

Uses of ArrayGroup in gov.nih.nci.caarray.services.array
 

Methods in gov.nih.nci.caarray.services.array that return ArrayGroup
 ArrayGroup ArrayManagerDB.getArrayGroup(long id)
           
 ArrayGroup[] ArrayManagerDB.getArrayGroups(ArraySearchCriteria searchCriteria)
          Get an array of Array that match the specified Criteria and that the array is NOT marked as deleted.
 ArrayGroup[] ArrayManagerDB.getArrayGroupsByArrayDesign(long arrayDesignId)
          Get an array of ArrayGroup whose array is associated with the specified ArrayDesign.
 

Methods in gov.nih.nci.caarray.services.array with parameters of type ArrayGroup
 long ArrayManagerDB.addArrayGroup(ArrayGroup arrayGroup)
          Adds the specified ArrayGroup to the persistence store.
static void ArrayUtils.copy(ArrayGroup source, ArrayGroupData 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 ArrayUtils.copy(ArrayGroup source, ArrayGroupDesc 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 ArrayUtils.copy(ArrayGroupData source, ArrayGroup target)
          Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.
 void ArrayManagerDB.updateArrayGroup(ArrayGroup arrayGroup)
           
 

Uses of ArrayGroup in org.biomage.Array
 

Fields in org.biomage.Array declared as ArrayGroup
protected  ArrayGroup Array.arrayGroup
          Association between an ArrayGroup and its Arrays, typically the ArrayGroup will represent a slide and the Arrays will be the manufactured so that they may be hybridized separately on that slide.
 

Methods in org.biomage.Array that return ArrayGroup
 ArrayGroup Array.getArrayGroup()
          Get method for arrayGroup
 ArrayGroup Array_package.getFromArrayGroup_list(int position)
          Method to get ArrayGroup from ArrayGroup_list
 

Methods in org.biomage.Array with parameters of type ArrayGroup
 void Array_package.addToArrayGroup_list(ArrayGroup arrayGroup)
          Method to add ArrayGroup to ArrayGroup_list
 void Array_package.addToArrayGroup_list(int position, ArrayGroup arrayGroup)
          Method to add ArrayGroup at position to ArrayGroup_list
 void Array_package.removeFromArrayGroup_list(ArrayGroup arrayGroup)
          Method to remove first ArrayGroup from ArrayGroup_list
 void Array.setArrayGroup(ArrayGroup arrayGroup)
          Set method for arrayGroup
 

Uses of ArrayGroup in org.biomage.Interface
 

Methods in org.biomage.Interface that return ArrayGroup
 ArrayGroup HasArrayGroup.getArrayGroup()
          Get method for arrayGroup
 

Methods in org.biomage.Interface with parameters of type ArrayGroup
 void HasArrayGroup.setArrayGroup(ArrayGroup arrayGroup)
          Set method for arrayGroup