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