2.17.2: 2011-06-17

net.sf.basedb.clients.web.plugins
Interface DataLoader<T>

All Known Subinterfaces:
QueryWrapper<T>
All Known Implementing Classes:
BioAssayExperimentalFactorLoader, DataQueryWrapper, DynamicQueryWrapper, FileSetMemberLoader, ItemQueryLoader, ItemQueryWrapper, ParentBioMaterialLoader, ReporterScoreQueryWrapper

interface DataLoader<T>

A helper interface for the SimpleExport to get data that in some way are associated with an item.

Version:
2.12
Author:
martin
Last modified
$Date: 2009-06-23 10:44:25 +0200 (Tue, 23 Jun 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.17.2: 2011-06-17