public interface DataLoader<T>
SimpleExport
to get data
that in some way are associated with an item.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData(DbControl dc,
ExportedProperty exportedProperty,
T item)
Get the value for the specified property.
|
java.lang.Object getData(DbControl dc, ExportedProperty exportedProperty, T item) throws java.lang.Exception
exportedProperty
- The property to get the value foritem
- The item that holds the valuejava.lang.Exception
- If failing to get the data.