Package | Description |
---|---|
com.openindex.openestate.tool.news | |
com.openindex.openestate.tool.news.db | |
com.openindex.openestate.tool.news.db.hsql |
Modifier and Type | Method and Description |
---|---|
DbNewsEntry |
NewsEntryTable.getEntryAt(int row) |
DbNewsEntry |
NewsEntryTable.Model.getEntryAt(int row) |
Modifier and Type | Method and Description |
---|---|
void |
NewsEntryTable.addEntry(DbNewsEntry entry,
String feedName) |
void |
NewsEntryTable.Model.addEntry(DbNewsEntry entry,
String feedName) |
Modifier and Type | Method and Description |
---|---|
DbNewsEntry[] |
DbNewsHandler.getEntries(Connection c) |
DbNewsEntry[] |
DbNewsHandlerImpl.getEntries(Connection c) |
DbNewsEntry[] |
DbNewsHandler.getEntries(Connection c,
long feedId) |
DbNewsEntry[] |
DbNewsHandlerImpl.getEntries(Connection c,
long feedId) |
DbNewsEntry[] |
DbNewsHandler.getEntries(Connection c,
long[] feedIds) |
abstract DbNewsEntry[] |
DbNewsHandlerImpl.getEntries(Connection c,
long[] feedIds) |
DbNewsEntry |
DbNewsHandler.getEntry(Connection c,
long feedId,
String uri) |
abstract DbNewsEntry |
DbNewsHandlerImpl.getEntry(Connection c,
long feedId,
String uri) |
Modifier and Type | Method and Description |
---|---|
void |
DbNewsHandler.saveEntry(Connection c,
DbNewsEntry entry) |
abstract void |
DbNewsHandlerImpl.saveEntry(Connection c,
DbNewsEntry entry) |
Modifier and Type | Method and Description |
---|---|
DbNewsEntry[] |
HSqlDbNewsHandler.getEntries(Connection c,
long[] feedIds) |
DbNewsEntry |
HSqlDbNewsHandler.getEntry(Connection c,
long feedId,
String uri) |
Modifier and Type | Method and Description |
---|---|
void |
HSqlDbNewsHandler.saveEntry(Connection c,
DbNewsEntry entry) |
Copyright © 2015 OpenEstate. All rights reserved.