org.opennms.web.notification.filter
Interface Filter


public interface Filter

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

Since:
1.8.1
Version:
$Id: $
Author:
ranger

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

Method Detail

getSql

String getSql()

getSql

Returns:
a String object.

getParamSql

String getParamSql()

getParamSql

Returns:
a String object.

bindParams

int bindParams(PreparedStatement ps,
               int parameterIndex)
               throws SQLException

bindParams

Parameters:
ps - a PreparedStatement object.
parameterIndex - a int.
Returns:
a int.
Throws:
SQLException - if any.

getDescription

String getDescription()

getDescription

Returns:
a String object.

getTextDescription

String getTextDescription()

getTextDescription

Returns:
a String object.


Copyright © 2011. All Rights Reserved.