FreeRDP
com.freerdp.freerdpcore.services.BookmarkBaseGateway Class Referenceabstract
Inheritance diagram for com.freerdp.freerdpcore.services.BookmarkBaseGateway:

Public Member Functions

 BookmarkBaseGateway (SQLiteOpenHelper bookmarkDB)
 
void insert (BookmarkBase bookmark)
 
boolean update (BookmarkBase bookmark)
 
void delete (long id)
 
BookmarkBase findById (long id)
 
BookmarkBase findByLabel (String label)
 
ArrayList< BookmarkBasefindByLabelLike (String pattern)
 
ArrayList< BookmarkBasefindAll ()
 

Protected Member Functions

abstract BookmarkBase createBookmark ()
 
abstract String getBookmarkTableName ()
 
abstract void addBookmarkSpecificColumns (ArrayList< String > columns)
 
abstract void addBookmarkSpecificColumns (BookmarkBase bookmark, ContentValues columns)
 
abstract void readBookmarkSpecificColumns (BookmarkBase bookmark, Cursor cursor)
 
Cursor queryBookmarks (String whereClause, String orderBy)
 
BookmarkBase getBookmarkFromCursor (Cursor cursor)
 

Detailed Description

Definition at line 25 of file BookmarkBaseGateway.java.


The documentation for this class was generated from the following file: