Class ItemQueryLoader<T extends BasicItem>
java.lang.Object
net.sf.basedb.clients.web.plugins.ItemQueryLoader<T>
- All Implemented Interfaces:
DataLoader<T>
- Direct Known Subclasses:
ParentBioMaterialLoader
A class that uses a given query to load data. The query is filtered
on a given parameter.
- Version:
- 2.12
- Author:
- martin
- Last modified
- $Date: 2012-03-27 15:11:38 +0200 (ti, 27 mar 2012) $
-
Field Details
-
query
-
parameterName
-
-
Constructor Details
-
ItemQueryLoader
- Parameters:
query
- Query to use when loading dataparameterName
- Name of the parameter that should be used to filter the query.
-
-
Method Details
-
getData
Description copied from interface:DataLoader
Get the value for the specified property.- Specified by:
getData
in interfaceDataLoader<T extends BasicItem>
exportedProperty
- The property to get the value foritem
- The item that holds the value- Throws:
Exception
- If failing to get the data.
-