Uses of Class
gov.nih.nci.caarray.common.data.array.ArrayGroupDesc

Packages that use ArrayGroupDesc
gov.nih.nci.caarray.common.data.array   
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.array   
gov.nih.nci.caarray.services.array.ejb   
gov.nih.nci.caarray.ui.arraydesign   
 

Uses of ArrayGroupDesc in gov.nih.nci.caarray.common.data.array
 

Methods in gov.nih.nci.caarray.common.data.array that return ArrayGroupDesc
 ArrayGroupDesc ArrayGroupData.getDesc()
           
 

Methods in gov.nih.nci.caarray.common.data.array with parameters of type ArrayGroupDesc
 void ArrayGroupData.setDesc(ArrayGroupDesc desc)
           
 

Uses of ArrayGroupDesc in gov.nih.nci.caarray.common.delegate
 

Methods in gov.nih.nci.caarray.common.delegate that return ArrayGroupDesc
 ArrayGroupDesc[] ArrayManagerDelegate.getAvailableArrays(long arrayDesignId)
           
 ArrayGroupDesc[] ArrayManagerDelegate.search(ArraySearchCriteria searchCriteria)
           
 ArrayGroupDesc[] ArrayManagerDelegate.search(ArraySearchCriteria searchCriteria, int pageSize, int pageNum)
           
 

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

Methods in gov.nih.nci.caarray.services.array with parameters of type ArrayGroupDesc
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.
 

Uses of ArrayGroupDesc in gov.nih.nci.caarray.services.array.ejb
 

Methods in gov.nih.nci.caarray.services.array.ejb that return ArrayGroupDesc
 ArrayGroupDesc[] ArrayManagerEJB.getAvailableArrays(long arrayDesignId)
           
 ArrayGroupDesc[] ArrayManagerEJB.search(ArraySearchCriteria searchCriteria)
           
 ArrayGroupDesc[] ArrayManagerEJB.search(ArraySearchCriteria searchCriteria, int pageSize, int pageNum)
           
 

Uses of ArrayGroupDesc in gov.nih.nci.caarray.ui.arraydesign
 

Methods in gov.nih.nci.caarray.ui.arraydesign with parameters of type ArrayGroupDesc
static void ArrayUtils.getManufacturersFromForm(ArrayBaseForm form, ArrayGroupDesc desc)
           
static void ArrayUtils.getVisibilityFromForm(ArrayBaseForm form, ArrayGroupDesc desc)