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)
 

Constructor & Destructor Documentation

◆ BookmarkBaseGateway()

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

Member Function Documentation

◆ addBookmarkSpecificColumns() [1/2]

abstract void com.freerdp.freerdpcore.services.BookmarkBaseGateway.addBookmarkSpecificColumns ( ArrayList< String >  columns)
abstractprotected

Reimplemented in com.freerdp.freerdpcore.services.ManualBookmarkGateway.

Here is the caller graph for this function:

◆ addBookmarkSpecificColumns() [2/2]

abstract void com.freerdp.freerdpcore.services.BookmarkBaseGateway.addBookmarkSpecificColumns ( BookmarkBase  bookmark,
ContentValues  columns 
)
abstractprotected

◆ createBookmark()

abstract BookmarkBase com.freerdp.freerdpcore.services.BookmarkBaseGateway.createBookmark ( )
abstractprotected

Reimplemented in com.freerdp.freerdpcore.services.ManualBookmarkGateway.

Here is the caller graph for this function:

◆ delete()

void com.freerdp.freerdpcore.services.BookmarkBaseGateway.delete ( long  id)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findAll()

ArrayList<BookmarkBase> com.freerdp.freerdpcore.services.BookmarkBaseGateway.findAll ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findById()

BookmarkBase com.freerdp.freerdpcore.services.BookmarkBaseGateway.findById ( long  id)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findByLabel()

BookmarkBase com.freerdp.freerdpcore.services.BookmarkBaseGateway.findByLabel ( String  label)
inline
Here is the call graph for this function:

◆ findByLabelLike()

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

◆ getBookmarkFromCursor()

BookmarkBase com.freerdp.freerdpcore.services.BookmarkBaseGateway.getBookmarkFromCursor ( Cursor  cursor)
inlineprotected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getBookmarkTableName()

abstract String com.freerdp.freerdpcore.services.BookmarkBaseGateway.getBookmarkTableName ( )
abstractprotected

Reimplemented in com.freerdp.freerdpcore.services.ManualBookmarkGateway.

Here is the caller graph for this function:

◆ insert()

void com.freerdp.freerdpcore.services.BookmarkBaseGateway.insert ( BookmarkBase  bookmark)
inline
Here is the call graph for this function:

◆ queryBookmarks()

Cursor com.freerdp.freerdpcore.services.BookmarkBaseGateway.queryBookmarks ( String  whereClause,
String  orderBy 
)
inlineprotected
Here is the caller graph for this function:

◆ readBookmarkSpecificColumns()

abstract void com.freerdp.freerdpcore.services.BookmarkBaseGateway.readBookmarkSpecificColumns ( BookmarkBase  bookmark,
Cursor  cursor 
)
abstractprotected

Reimplemented in com.freerdp.freerdpcore.services.ManualBookmarkGateway.

Here is the caller graph for this function:

◆ update()

boolean com.freerdp.freerdpcore.services.BookmarkBaseGateway.update ( BookmarkBase  bookmark)
inline
Here is the call graph for this function:

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