public interface DbNewsHandler
DbNewsEntry[] getEntries(Connection c) throws SQLException
SQLExceptionDbNewsEntry[] getEntries(Connection c, long feedId) throws SQLException
SQLExceptionDbNewsEntry[] getEntries(Connection c, long[] feedIds) throws SQLException
SQLExceptionDbNewsEntry getEntry(Connection c, long feedId, String uri) throws SQLException
SQLExceptionlong[] getEntryIds(Connection c) throws SQLException
SQLExceptionlong[] getEntryIds(Connection c, long feedId) throws SQLException
SQLExceptionlong[] getEntryIds(Connection c, long[] feedIds) throws SQLException
SQLExceptionDbNewsFeed getFeed(Connection c, long id) throws SQLException
SQLExceptionDbNewsFeed[] getFeeds(Connection c) throws SQLException
SQLExceptionDbNewsFeed[] getFeeds(Connection c, long[] ids) throws SQLException
SQLExceptionDbNewsFeed[] getFeeds(Connection c, Boolean updateEnabled) throws SQLException
SQLExceptionlong[] getFeedIds(Connection c) throws SQLException
SQLExceptionlong[] getFeedIds(Connection c, Boolean enabled) throws SQLException
SQLExceptionvoid removeEntry(Connection c, long id) throws SQLException
SQLExceptionvoid removeEntries(Connection c, long[] ids) throws SQLException
SQLExceptionvoid removeFeed(Connection c, long id) throws SQLException
SQLExceptionvoid removeFeeds(Connection c, long[] ids) throws SQLException
SQLExceptionvoid removeFeedEntries(Connection c, long feedId) throws SQLException
SQLExceptionvoid removeFeedEntries(Connection c, long[] feedIds) throws SQLException
SQLExceptionvoid saveEntry(Connection c, DbNewsEntry entry) throws SQLException
SQLExceptionvoid saveFeed(Connection c, DbNewsFeed feed) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.