| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
BookmarkStore.createBookmarkSet(java.lang.String owner,
java.lang.String name)
Creates a BookmarkSet and stores it in the persistent store.
|
BookmarkSet |
BookmarkStore.getBookmarkSet(java.lang.String owner,
java.lang.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(java.lang.String owner,
java.lang.String name)
Creates a BookmarkSet and stores it in the persistent store.
|
BookmarkSet |
FileSystemBookmarkStore.getBookmarkSet(java.lang.String owner,
java.lang.String name)
Gets a BookmarkSet for the specified owner and name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemBookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet)
Stores a new BookmarkSet or updates an existing BookmarkSet.
|
| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
HibernateBookmarkStore.createBookmarkSet(java.lang.String owner,
java.lang.String name)
Creates a BookmarkSet and stores it in the persistent store.
|
BookmarkSet |
HibernateBookmarkStore.getBookmarkSet(java.lang.String owner,
java.lang.String name)
Gets a BookmarkSet for the specified owner and name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateBookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet)
Stores a new BookmarkSet or updates an existing BookmarkSet.
|
| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
TemplateUserBookmarkStore.createBookmarkSet(java.lang.String owner,
java.lang.String name)
Creates a BookmarkSet and stores it in the persistent store.
|
BookmarkSet |
TemplateUserBookmarkStore.getBookmarkSet(java.lang.String owner,
java.lang.String name)
Gets a BookmarkSet for the specified owner and name.
|
BookmarkSet |
TemplateBookmarkSetResolver.getTemplateBookmarkSet(java.lang.String owner,
java.lang.String name,
BookmarkStore store)
getTemplateBookmarkSet.
|
BookmarkSet |
SimpleTemplateBookmarkSetResolver.getTemplateBookmarkSet(java.lang.String owner,
java.lang.String name,
BookmarkStore store)
getTemplateBookmarkSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateUserBookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet)
Stores a new BookmarkSet or updates an existing BookmarkSet.
|
| Modifier and Type | Method and Description |
|---|---|
static BookmarkSet |
FolderUtils.deepCloneBookmarkSet(BookmarkSet target,
boolean copyIds)
deepCloneBookmarkSet.
|
| Modifier and Type | Method and Description |
|---|---|
static BookmarkSet |
FolderUtils.deepCloneBookmarkSet(BookmarkSet target,
boolean copyIds)
deepCloneBookmarkSet.
|
| 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 © 2019 Jasig. All Rights Reserved.