|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BookmarkStore
The BookmarkStore provides the APIs to use for storing, retrieving and removing BookmarkSets from a persitent store.
| Method Summary | |
|---|---|
BookmarkSet |
createBookmarkSet(java.lang.String owner,
java.lang.String name)
Creates a BookmarkSet and stores it in the persistent store. |
BookmarkSet |
getBookmarkSet(java.lang.String owner,
java.lang.String name)
Gets a BookmarkSet for the specified owner and name. |
void |
removeBookmarkSet(java.lang.String owner,
java.lang.String name)
Removes a BookmarkSet from the persistent store. |
void |
storeBookmarkSet(BookmarkSet bookmarkSet)
Stores a new BookmarkSet or updates an existing BookmarkSet. |
| Method Detail |
|---|
BookmarkSet getBookmarkSet(java.lang.String owner,
java.lang.String name)
owner - The owner of the BookmarkSet to retreive.name - The name of the BookmarkSet to retrieve.
void storeBookmarkSet(BookmarkSet bookmarkSet)
bookmarkSet - The BookmarkSet to persist.
TODO should this return something?
void removeBookmarkSet(java.lang.String owner,
java.lang.String name)
owner - The owner of the BookmarkSet to remove.name - The name of the BookmarkSet to remove.
BookmarkSet createBookmarkSet(java.lang.String owner,
java.lang.String name)
owner - The owner of the BookmarkSet to create.name - The name of the BookmarkSet to create.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||