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)
 

Constructor & Destructor Documentation

◆ ManualBookmarkGateway()

com.freerdp.freerdpcore.services.ManualBookmarkGateway.ManualBookmarkGateway ( SQLiteOpenHelper  bookmarkDB)
inline

Member Function Documentation

◆ addBookmarkSpecificColumns() [1/2]

void com.freerdp.freerdpcore.services.ManualBookmarkGateway.addBookmarkSpecificColumns ( ArrayList< String >  columns)
inlineprotected

◆ addBookmarkSpecificColumns() [2/2]

void com.freerdp.freerdpcore.services.ManualBookmarkGateway.addBookmarkSpecificColumns ( BookmarkBase  bookmark,
ContentValues  columns 
)
inlineprotected

Reimplemented from com.freerdp.freerdpcore.services.BookmarkBaseGateway.

Here is the call graph for this function:

◆ createBookmark()

BookmarkBase com.freerdp.freerdpcore.services.ManualBookmarkGateway.createBookmark ( )
inlineprotected

◆ findByLabelOrHostname()

BookmarkBase com.freerdp.freerdpcore.services.ManualBookmarkGateway.findByLabelOrHostname ( String  pattern)
inline
Here is the call graph for this function:

◆ findByLabelOrHostnameLike()

ArrayList<BookmarkBase> com.freerdp.freerdpcore.services.ManualBookmarkGateway.findByLabelOrHostnameLike ( String  pattern)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getBookmarkTableName()

String com.freerdp.freerdpcore.services.ManualBookmarkGateway.getBookmarkTableName ( )
inlineprotected

◆ readBookmarkSpecificColumns()

void com.freerdp.freerdpcore.services.ManualBookmarkGateway.readBookmarkSpecificColumns ( BookmarkBase  bookmark,
Cursor  cursor 
)
inlineprotected

Reimplemented from com.freerdp.freerdpcore.services.BookmarkBaseGateway.

Here is the call graph for this function:

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