|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.transfers.dao.BookmarkDAO
DAO to store and retrieve bookmarks in the HO database.
Method Summary | |
static void |
addBookmark(int type,
int id,
java.lang.String name)
Adds a bookmark to the HO database. |
static java.util.List |
getBookmarks(int type)
Gets all bookmarks of a specified type. |
static void |
removeBookmark(int type,
int id)
Remove a bookmark from the HO database. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.List getBookmarks(int type)
type
- Type of bookmark
public static void addBookmark(int type, int id, java.lang.String name)
type
- Type of bookmarkid
- Bookmark idname
- Bookmark namepublic static void removeBookmark(int type, int id)
type
- Type of bookmarkid
- Bookmark id
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |