2.12.0: 2009-05-27

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) $

Method Summary
 Object getData(ExportedProperty exportedProperty, T item)
          Get the value for the specified property.
 

Method Detail

getData

Object getData(ExportedProperty exportedProperty,
               T item)
               throws Exception
Get the value for the specified property.

Parameters:
exportedProperty - The property to get the value for
item - The item that holds the value
Throws:
Exception - If failing to get the data.

2.12.0: 2009-05-27