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