public abstract class DbNewsHandlerImpl extends Object implements DbNewsHandler
| Constructor and Description |
|---|
DbNewsHandlerImpl() |
public final DbNewsEntry[] getEntries(Connection c) throws SQLException
getEntries in interface DbNewsHandlerSQLExceptionpublic final DbNewsEntry[] getEntries(Connection c, long feedId) throws SQLException
getEntries in interface DbNewsHandlerSQLExceptionpublic abstract DbNewsEntry[] getEntries(Connection c, long[] feedIds) throws SQLException
getEntries in interface DbNewsHandlerSQLExceptionpublic abstract DbNewsEntry getEntry(Connection c, long feedId, String uri) throws SQLException
getEntry in interface DbNewsHandlerSQLExceptionpublic final long[] getEntryIds(Connection c) throws SQLException
getEntryIds in interface DbNewsHandlerSQLExceptionpublic final long[] getEntryIds(Connection c, long feedId) throws SQLException
getEntryIds in interface DbNewsHandlerSQLExceptionpublic abstract long[] getEntryIds(Connection c, long[] feedIds) throws SQLException
getEntryIds in interface DbNewsHandlerSQLExceptionpublic final DbNewsFeed getFeed(Connection c, long id) throws SQLException
getFeed in interface DbNewsHandlerSQLExceptionpublic final DbNewsFeed[] getFeeds(Connection c) throws SQLException
getFeeds in interface DbNewsHandlerSQLExceptionpublic abstract DbNewsFeed[] getFeeds(Connection c, long[] ids) throws SQLException
getFeeds in interface DbNewsHandlerSQLExceptionpublic abstract DbNewsFeed[] getFeeds(Connection c, Boolean updateEnabled) throws SQLException
getFeeds in interface DbNewsHandlerSQLExceptionpublic final long[] getFeedIds(Connection c) throws SQLException
getFeedIds in interface DbNewsHandlerSQLExceptionpublic abstract long[] getFeedIds(Connection c, Boolean enabled) throws SQLException
getFeedIds in interface DbNewsHandlerSQLExceptionpublic final void removeEntry(Connection c, long id) throws SQLException
removeEntry in interface DbNewsHandlerSQLExceptionpublic abstract void removeEntries(Connection c, long[] ids) throws SQLException
removeEntries in interface DbNewsHandlerSQLExceptionpublic final void removeFeed(Connection c, long id) throws SQLException
removeFeed in interface DbNewsHandlerSQLExceptionpublic abstract void removeFeeds(Connection c, long[] ids) throws SQLException
removeFeeds in interface DbNewsHandlerSQLExceptionpublic final void removeFeedEntries(Connection c, long feedId) throws SQLException
removeFeedEntries in interface DbNewsHandlerSQLExceptionpublic final void removeFeedEntries(Connection c, long[] feedIds) throws SQLException
removeFeedEntries in interface DbNewsHandlerSQLExceptionpublic abstract void saveEntry(Connection c, DbNewsEntry entry) throws SQLException
saveEntry in interface DbNewsHandlerSQLExceptionpublic abstract void saveFeed(Connection c, DbNewsFeed feed) throws SQLException
saveFeed in interface DbNewsHandlerSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.