| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
BookmarkStore.createBookmarkSet(String owner,
String name)
Creates a BookmarkSet and stores it in the persistent store.
|
BookmarkSet |
BookmarkStore.getBookmarkSet(String owner,
String name)
Gets a BookmarkSet for the specified owner and name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet)
Stores a new BookmarkSet or updates an existing BookmarkSet.
|
| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
FileSystemBookmarkStore.createBookmarkSet(String owner,
String name) |
BookmarkSet |
FileSystemBookmarkStore.getBookmarkSet(String owner,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemBookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet) |
| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
HibernateBookmarkStore.createBookmarkSet(String owner,
String name) |
BookmarkSet |
HibernateBookmarkStore.getBookmarkSet(String owner,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateBookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet) |
| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
TemplateUserBookmarkStore.createBookmarkSet(String owner,
String name) |
BookmarkSet |
TemplateUserBookmarkStore.getBookmarkSet(String owner,
String name) |
BookmarkSet |
SimpleTemplateBookmarkSetResolver.getTemplateBookmarkSet(String owner,
String name,
BookmarkStore store) |
BookmarkSet |
TemplateBookmarkSetResolver.getTemplateBookmarkSet(String owner,
String name,
BookmarkStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateUserBookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet) |
| Modifier and Type | Method and Description |
|---|---|
static BookmarkSet |
FolderUtils.deepCloneBookmarkSet(BookmarkSet target,
boolean copyIds) |
| Modifier and Type | Method and Description |
|---|---|
static BookmarkSet |
FolderUtils.deepCloneBookmarkSet(BookmarkSet target,
boolean copyIds) |
| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
BookmarkSetRequestResolver.getBookmarkSet(javax.portlet.PortletRequest request)
Calls getBookmarkSet(request, true);
|
BookmarkSet |
BookmarkSetRequestResolver.getBookmarkSet(javax.portlet.PortletRequest request,
boolean create)
Gets a BookmarkSet for the request using the injected
OwnerResolver
and NameResolver. |
Copyright © 2015 Jasig. All Rights Reserved.