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