net.sf.basedb.clients.web.plugins
Class ParentBioMaterialLoader
java.lang.Object
net.sf.basedb.clients.web.plugins.ItemQueryLoader<MeasuredBioMaterial>
net.sf.basedb.clients.web.plugins.ParentBioMaterialLoader
- All Implemented Interfaces:
- DataLoader<MeasuredBioMaterial>
public class ParentBioMaterialLoader
- extends ItemQueryLoader<MeasuredBioMaterial>
This class get data from the parents to a MeasuredBioMaterial
- Version:
- 2.12
- Author:
- martin
- Last modified
- $Date: 2012-03-27 15:11:38 +0200 (Tue, 27 Mar 2012) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParentBioMaterialLoader
public ParentBioMaterialLoader(ItemQuery<? extends BioMaterial> query,
String parameterName)
getData
public Object getData(DbControl dc,
ExportedProperty exportedProperty,
MeasuredBioMaterial item)
throws Exception
- Description copied from interface:
DataLoader
- Get the value for the specified property.
- Specified by:
getData
in interface DataLoader<MeasuredBioMaterial>
- Overrides:
getData
in class ItemQueryLoader<MeasuredBioMaterial>
exportedProperty
- The property to get the value foritem
- The item that holds the value
- Throws:
Exception
- If failing to get the data.