|
| ManualBookmarkGateway (SQLiteOpenHelper bookmarkDB) |
|
BookmarkBase | findByLabelOrHostname (String pattern) |
|
ArrayList< BookmarkBase > | findByLabelOrHostnameLike (String pattern) |
|
| BookmarkBaseGateway (SQLiteOpenHelper bookmarkDB) |
|
void | insert (BookmarkBase bookmark) |
|
boolean | update (BookmarkBase bookmark) |
|
void | delete (long id) |
|
BookmarkBase | findById (long id) |
|
BookmarkBase | findByLabel (String label) |
|
ArrayList< BookmarkBase > | findByLabelLike (String pattern) |
|
ArrayList< BookmarkBase > | findAll () |
|
|
BookmarkBase | createBookmark () |
|
String | getBookmarkTableName () |
|
void | addBookmarkSpecificColumns (BookmarkBase bookmark, ContentValues columns) |
|
void | addBookmarkSpecificColumns (ArrayList< String > columns) |
|
void | readBookmarkSpecificColumns (BookmarkBase bookmark, Cursor cursor) |
|
Cursor | queryBookmarks (String whereClause, String orderBy) |
|
BookmarkBase | getBookmarkFromCursor (Cursor cursor) |
|
Definition at line 22 of file ManualBookmarkGateway.java.
The documentation for this class was generated from the following file: