org.opennms.web.svclayer.outage
Class DateProcessRowsCallback

java.lang.Object
  extended by ProcessRowsCallback
      extended by org.opennms.web.svclayer.outage.DateProcessRowsCallback

public class DateProcessRowsCallback
extends ProcessRowsCallback

Overwrite Default ProcessRowsCallback to enable date filtering. Example code from Nathan MA

Since:
1.8.1
Version:
$Id: $
Author:
Johan Edstrom

Constructor Summary
DateProcessRowsCallback()
           
 
Method Summary
 Collection filterRows(TableModel model, Collection rows)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateProcessRowsCallback

public DateProcessRowsCallback()
Method Detail

filterRows

public Collection filterRows(TableModel model,
                             Collection rows)
                      throws Exception

Throws:
Exception


Copyright © 2011. All Rights Reserved.