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 DbNewsEntryNewsEntryTable.Row. getEntry()DbNewsEntryNewsEntryTable. 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)DbNewsEntryDbNewsHandler. getEntry(Connection c, long feedId, String uri)abstract DbNewsEntryDbNewsHandlerImpl. 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 voidDbNewsHandler. saveEntry(Connection c, DbNewsEntry entry)abstract voidDbNewsHandlerImpl. 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)DbNewsEntryHSqlDbNewsHandler. 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 voidHSqlDbNewsHandler. saveEntry(Connection c, DbNewsEntry entry)
-