Uses of Class
com.openindex.openestate.tool.news.db.DbNewsEntry
-
Packages that use DbNewsEntry Package Description com.openindex.openestate.tool.news com.openindex.openestate.tool.news.db com.openindex.openestate.tool.news.db.hsql -
-
Uses of DbNewsEntry in com.openindex.openestate.tool.news
Methods in com.openindex.openestate.tool.news that return DbNewsEntry Modifier and Type Method Description DbNewsEntry
NewsEntryTable.Row. getEntry()
DbNewsEntry
NewsEntryTable. getEntryAt(int rowIndex)
Constructors in com.openindex.openestate.tool.news with parameters of type DbNewsEntry Constructor Description Row(DbNewsEntry entry, String feedName)
-
Uses of DbNewsEntry in com.openindex.openestate.tool.news.db
Methods in com.openindex.openestate.tool.news.db that return DbNewsEntry Modifier and Type Method Description DbNewsEntry[]
DbNewsHandler. getEntries(Connection c)
DbNewsEntry[]
DbNewsHandler. getEntries(Connection c, long feedId)
DbNewsEntry[]
DbNewsHandler. getEntries(Connection c, long[] feedIds)
DbNewsEntry[]
DbNewsHandlerImpl. getEntries(Connection c)
DbNewsEntry[]
DbNewsHandlerImpl. getEntries(Connection c, long feedId)
abstract DbNewsEntry[]
DbNewsHandlerImpl. getEntries(Connection c, long[] feedIds)
DbNewsEntry
DbNewsHandler. getEntry(Connection c, long feedId, String uri)
abstract DbNewsEntry
DbNewsHandlerImpl. getEntry(Connection c, long feedId, String uri)
Methods in com.openindex.openestate.tool.news.db with parameters of type DbNewsEntry Modifier and Type Method Description void
DbNewsHandler. saveEntry(Connection c, DbNewsEntry entry)
abstract void
DbNewsHandlerImpl. saveEntry(Connection c, DbNewsEntry entry)
-
Uses of DbNewsEntry in com.openindex.openestate.tool.news.db.hsql
Methods in com.openindex.openestate.tool.news.db.hsql that return DbNewsEntry Modifier and Type Method Description DbNewsEntry[]
HSqlDbNewsHandler. getEntries(Connection c, long[] feedIds)
DbNewsEntry
HSqlDbNewsHandler. getEntry(Connection c, long feedId, String uri)
Methods in com.openindex.openestate.tool.news.db.hsql with parameters of type DbNewsEntry Modifier and Type Method Description void
HSqlDbNewsHandler. saveEntry(Connection c, DbNewsEntry entry)
-