Class GetFilterData
java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.GetFilterData
A Data Access Object to populate Content Filtering lists.
- Since:
- 11.0
- Version:
- 11.0
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.dao.DAO
_queryMax, _queryStart, _queryTimeout, WGS84_SRID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeywords
(boolean isSafe) Returns all keywords to trigger on.Methods inherited from class org.deltava.dao.DAO
commitTransaction, createTimestamp, executeIDs, executeUpdate, executeUpdate, expandDate, formatDBName, formatLocation, getNewID, getQueryCount, prepare, prepareWithoutLimits, rollbackTransaction, setQueryMax, setQueryStart, setQueryTimeout, startTransaction, toID, toID, toInstant
-
Constructor Details
-
GetFilterData
Initializes the Data Access Object.- Parameters:
c
- the JDBC connection to use
-
-
Method Details
-
getKeywords
Returns all keywords to trigger on.- Parameters:
isSafe
- TRUE for safe words, otherwise FALSE- Returns:
- a Collection of keywords
- Throws:
DAOException
- if a JDBC error occurs
-