Class ChangeHistoryDetailLoader

java.lang.Object
net.sf.basedb.clients.web.plugins.ChangeHistoryDetailLoader
All Implemented Interfaces:
DataLoader<ChangeHistory>

public class ChangeHistoryDetailLoader
extends Object
implements DataLoader<ChangeHistory>
Data loader implementation for old and new values in the change history which are protected by special permissions.
Since:
3.3
Author:
Nicklas
Last modified
$Date: 2012-03-27 15:11:38 +0200 (ti, 27 mar 2012) $
  • Field Details

    • oldValue

      private final boolean oldValue
  • Constructor Details

    • ChangeHistoryDetailLoader

      public ChangeHistoryDetailLoader​(boolean oldValue)
      Parameters:
      oldValue - TRUE to export the old value, FALSE to export the new value
  • Method Details