FreeRDP
com.freerdp.freerdpcore.services.ManualBookmarkGateway Class Reference
Inheritance diagram for com.freerdp.freerdpcore.services.ManualBookmarkGateway:
Collaboration diagram for com.freerdp.freerdpcore.services.ManualBookmarkGateway:

Public Member Functions

 ManualBookmarkGateway (SQLiteOpenHelper bookmarkDB)
 
BookmarkBase findByLabelOrHostname (String pattern)
 
ArrayList< BookmarkBasefindByLabelOrHostnameLike (String pattern)
 
- Public Member Functions inherited from com.freerdp.freerdpcore.services.BookmarkBaseGateway
 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

BookmarkBase createBookmark ()
 
String getBookmarkTableName ()
 
void addBookmarkSpecificColumns (BookmarkBase bookmark, ContentValues columns)
 
void addBookmarkSpecificColumns (ArrayList< String > columns)
 
void readBookmarkSpecificColumns (BookmarkBase bookmark, Cursor cursor)
 
- Protected Member Functions inherited from com.freerdp.freerdpcore.services.BookmarkBaseGateway
Cursor queryBookmarks (String whereClause, String orderBy)
 
BookmarkBase getBookmarkFromCursor (Cursor cursor)
 

Detailed Description

Definition at line 22 of file ManualBookmarkGateway.java.


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