Class BioAssayExperimentalFactorLoader
- java.lang.Object
-
- net.sf.basedb.clients.web.plugins.BioAssayExperimentalFactorLoader
-
- All Implemented Interfaces:
DataLoader<BioAssay>
public class BioAssayExperimentalFactorLoader extends Object implements 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. SeeBioAssaySetUtil.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
Fields Modifier and Type Field Description private SnapshotManager
snapshotManager
-
Constructor Summary
Constructors Constructor Description BioAssayExperimentalFactorLoader()
BioAssayExperimentalFactorLoader(SnapshotManager snapshotManager)
Creates an experimental factor loader that uses a specific snapshot manager for loading the annotation values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getData(DbControl dc, ExportedProperty exportedProperty, BioAssay item)
Get the value for the specified property.
-
-
-
Field Detail
-
snapshotManager
private final SnapshotManager snapshotManager
-
-
Constructor Detail
-
BioAssayExperimentalFactorLoader
public BioAssayExperimentalFactorLoader()
-
BioAssayExperimentalFactorLoader
public BioAssayExperimentalFactorLoader(SnapshotManager snapshotManager)
Creates an experimental factor loader that uses a specific snapshot manager for loading the annotation values.- Since:
- 2.14
-
-
Method Detail
-
getData
public Object getData(DbControl dc, ExportedProperty exportedProperty, BioAssay item)
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
-
-