|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.web.vulnerability.filter.ResolvedDateAfterFilter
public class ResolvedDateAfterFilter
| Field Summary | |
|---|---|
protected Date |
date
|
protected static DateFormat |
DATE_FORMAT
|
static String |
TYPE
|
| Constructor Summary | |
|---|---|
ResolvedDateAfterFilter(Date date)
|
|
ResolvedDateAfterFilter(long epochTime)
|
|
| Method Summary | |
|---|---|
int |
bindParam(PreparedStatement ps,
int parameterIndex)
Binds the parameter values corresponding to the ? tokens in the string returned from getParamSql() to a prepared statement. |
boolean |
equals(Object obj)
|
Date |
getDate()
|
String |
getDescription()
Returns a terse string (including a "=") that describes this filter in such a way to easily be included in an HTTP GET parameter. |
String |
getParamSql()
Returns a parameterized SQL where clause. |
String |
getSql()
Returns an expresions for a SQL where clause. |
String |
getTextDescription()
Returns a terse but human-readable string describing this filter in such a way to easily be included in a search results list. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE
protected static final DateFormat DATE_FORMAT
protected Date date
| Constructor Detail |
|---|
public ResolvedDateAfterFilter(Date date)
public ResolvedDateAfterFilter(long epochTime)
| Method Detail |
|---|
public String getSql()
Filter
getSql in interface Filterpublic String getParamSql()
Filter
getParamSql in interface Filter
public int bindParam(PreparedStatement ps,
int parameterIndex)
throws SQLException
Filter
bindParam in interface FilterSQLExceptionpublic String getDescription()
FilterSome examples:
getDescription in interface Filterpublic String getTextDescription()
Filter
Some examples (corresponding to the examples in
getDescription):
getTextDescription in interface Filterpublic String toString()
toString in class Objectpublic Date getDate()
public boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||