public class TemplateUserBookmarkStore extends java.lang.Object implements BookmarkStore
| Constructor and Description |
|---|
TemplateUserBookmarkStore(BookmarkStore enclosed,
TemplateBookmarkSetResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public TemplateUserBookmarkStore(BookmarkStore enclosed, TemplateBookmarkSetResolver resolver)
public BookmarkSet getBookmarkSet(java.lang.String owner, java.lang.String name)
BookmarkStoregetBookmarkSet in interface BookmarkStoreowner - The owner of the BookmarkSet to retreive.name - The name of the BookmarkSet to retrieve.BookmarkStore.getBookmarkSet(java.lang.String, java.lang.String)public void storeBookmarkSet(BookmarkSet bookmarkSet)
BookmarkStorestoreBookmarkSet in interface BookmarkStorebookmarkSet - The BookmarkSet to persist.
TODO should this return something?BookmarkStore.storeBookmarkSet(edu.wisc.my.portlets.bookmarks.domain.BookmarkSet)public void removeBookmarkSet(java.lang.String owner,
java.lang.String name)
BookmarkStoreremoveBookmarkSet in interface BookmarkStoreowner - The owner of the BookmarkSet to remove.name - The name of the BookmarkSet to remove.BookmarkStore.removeBookmarkSet(java.lang.String, java.lang.String)public BookmarkSet createBookmarkSet(java.lang.String owner, java.lang.String name)
BookmarkStorecreateBookmarkSet in interface BookmarkStoreowner - The owner of the BookmarkSet to create.name - The name of the BookmarkSet to create.BookmarkStore.createBookmarkSet(java.lang.String, java.lang.String)Copyright © 2018 Jasig. All Rights Reserved.