net.sf.basedb.clients.web.plugins
Interface DataLoader<T>
- All Known Subinterfaces:
- QueryWrapper<T>
- All Known Implementing Classes:
- DataQueryWrapper, DynamicQueryWrapper, ItemQueryLoader, ItemQueryWrapper, ParentBioMaterialLoader, ReporterScoreQueryWrapper
interface DataLoader<T>
A helper interface for the SimpleExporter
to get data
that in some way are associated with an item.
- Version:
- 2.12
- Author:
- martin
- Last modified
- $Date: 2009-04-21 14:54:42 +0200 (Tue, 21 Apr 2009) $
getData
Object getData(ExportedProperty exportedProperty,
T item)
throws Exception
- Get the value for the specified property.
- Parameters:
exportedProperty
- The property to get the value foritem
- The item that holds the value
- Throws:
Exception
- If failing to get the data.