org.opennms.web.notification.filter
Interface Filter


public interface Filter

Convenience class to determine what sort of notices to include in a query.


Method Summary
 int bindParams(PreparedStatement ps, int parameterIndex)
           
 String getDescription()
           
 String getParamSql()
           
 String getSql()
           
 String getTextDescription()
           
 

Method Detail

getSql

String getSql()

getParamSql

String getParamSql()

bindParams

int bindParams(PreparedStatement ps,
               int parameterIndex)
               throws SQLException
Throws:
SQLException

getDescription

String getDescription()

getTextDescription

String getTextDescription()


Copyright © 2009. All Rights Reserved.