|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BookmarkSet in edu.wisc.my.portlets.bookmarks.dao |
|---|
| Methods in edu.wisc.my.portlets.bookmarks.dao that return BookmarkSet | |
|---|---|
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. |
| Methods in edu.wisc.my.portlets.bookmarks.dao with parameters of type BookmarkSet | |
|---|---|
void |
BookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet)
Stores a new BookmarkSet or updates an existing BookmarkSet. |
| Uses of BookmarkSet in edu.wisc.my.portlets.bookmarks.dao.file |
|---|
| Methods in edu.wisc.my.portlets.bookmarks.dao.file that return BookmarkSet | |
|---|---|
BookmarkSet |
FileSystemBookmarkStore.createBookmarkSet(java.lang.String owner,
java.lang.String name)
|
BookmarkSet |
FileSystemBookmarkStore.getBookmarkSet(java.lang.String owner,
java.lang.String name)
|
| Methods in edu.wisc.my.portlets.bookmarks.dao.file with parameters of type BookmarkSet | |
|---|---|
void |
FileSystemBookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet)
|
| Uses of BookmarkSet in edu.wisc.my.portlets.bookmarks.dao.hibernate |
|---|
| Methods in edu.wisc.my.portlets.bookmarks.dao.hibernate that return BookmarkSet | |
|---|---|
BookmarkSet |
HibernateBookmarkStore.createBookmarkSet(java.lang.String owner,
java.lang.String name)
|
BookmarkSet |
HibernateBookmarkStore.getBookmarkSet(java.lang.String owner,
java.lang.String name)
|
| Methods in edu.wisc.my.portlets.bookmarks.dao.hibernate with parameters of type BookmarkSet | |
|---|---|
void |
HibernateBookmarkStore.storeBookmarkSet(BookmarkSet bookmarkSet)
|
| Uses of BookmarkSet in edu.wisc.my.portlets.bookmarks.domain.support |
|---|
| Methods in edu.wisc.my.portlets.bookmarks.domain.support that return BookmarkSet | |
|---|---|
static BookmarkSet |
FolderUtils.deepCloneBookmarkSet(BookmarkSet target,
boolean copyIds)
|
| Methods in edu.wisc.my.portlets.bookmarks.domain.support with parameters of type BookmarkSet | |
|---|---|
static BookmarkSet |
FolderUtils.deepCloneBookmarkSet(BookmarkSet target,
boolean copyIds)
|
| Uses of BookmarkSet in edu.wisc.my.portlets.bookmarks.web.support |
|---|
| Methods in edu.wisc.my.portlets.bookmarks.web.support that return BookmarkSet | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||