Class BioAssayExperimentalFactorLoader
java.lang.Object
net.sf.basedb.clients.web.plugins.BioAssayExperimentalFactorLoader
- All Implemented Interfaces:
DataLoader<BioAssay>
Data loader that gets annotation values for a bioassay including
those that are present on the parent raw bioassay(s) without being
directly inherited by the bioassay. See
BioAssaySetUtil.getAnnotationValues(DbControl, SnapshotManager, BioAssay, net.sf.basedb.core.AnnotationType)
- Version:
- 2.13
- Author:
- Nicklas
- Last modified
- $Date: 2012-03-27 15:11:38 +0200 (ti, 27 mar 2012) $
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBioAssayExperimentalFactorLoader
(SnapshotManager snapshotManager) Creates an experimental factor loader that uses a specific snapshot manager for loading the annotation values. -
Method Summary
Modifier and TypeMethodDescriptiongetData
(DbControl dc, ExportedProperty exportedProperty, BioAssay item) Get the value for the specified property.
-
Field Details
-
snapshotManager
-
-
Constructor Details
-
BioAssayExperimentalFactorLoader
public BioAssayExperimentalFactorLoader() -
BioAssayExperimentalFactorLoader
Creates an experimental factor loader that uses a specific snapshot manager for loading the annotation values.- Since:
- 2.14
-
-
Method Details
-
getData
Description copied from interface:DataLoader
Get the value for the specified property.- Specified by:
getData
in interfaceDataLoader<BioAssay>
exportedProperty
- The property to get the value foritem
- The item that holds the value
-