Class ChangeHistoryItemLoader
java.lang.Object
net.sf.basedb.clients.web.plugins.ChangeHistoryItemLoader
- All Implemented Interfaces:
DataLoader<ChangeHistory>
Data loader implementation for loading the changed item.
- Since:
- 3.19
- Author:
- Nicklas
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData
(DbControl dc, ExportedProperty exportedProperty, ChangeHistory item) Get the value for the specified property.
-
Constructor Details
-
ChangeHistoryItemLoader
public ChangeHistoryItemLoader()
-
-
Method Details
-
getData
public Object getData(DbControl dc, ExportedProperty exportedProperty, ChangeHistory item) throws Exception Description copied from interface:DataLoader
Get the value for the specified property.- Specified by:
getData
in interfaceDataLoader<ChangeHistory>
exportedProperty
- The property to get the value foritem
- The item that holds the value- Throws:
Exception
- If failing to get the data.
-