| Package | Description |
|---|---|
| edu.wisc.my.portlets.bookmarks.domain | |
| edu.wisc.my.portlets.bookmarks.domain.compare | |
| edu.wisc.my.portlets.bookmarks.domain.support |
| Modifier and Type | Class and Description |
|---|---|
class |
Bookmark
A bookmark tracks a URL and if the URL should be opened in a new window.
|
class |
BookmarkSet
The root folder for a tree of bookmarks, adds an owner field to the object to associate
the set with a user.
|
class |
CollectionFolder |
class |
Folder
A Folder can contain other entries in a List.
|
| Modifier and Type | Method and Description |
|---|---|
Comparator<Entry> |
Folder.getChildComparator() |
Map<Long,Entry> |
CollectionFolder.getChildren() |
Map<Long,Entry> |
Folder.getChildren() |
List<Entry> |
CollectionFolder.getSortedChildren()
Returns an immutable sorted view of the values of the children Map.
|
List<Entry> |
Folder.getSortedChildren()
Returns an immutable sorted view of the values of the children Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Folder.setChildComparator(Comparator<Entry> childComparator) |
void |
Folder.setChildren(Map<Long,Entry> children) |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultBookmarksComparator.compare(Entry e1,
Entry e2) |
protected int |
DefaultBookmarksComparator.compareBookmarks(Entry e1,
Entry e2)
If both classes are not Bookmarks they are equal.
|
protected int |
DefaultBookmarksComparator.compareEntries(Entry e1,
Entry e2)
Compairs the entries by name, note, created and modified properties in that
order.
|
protected int |
DefaultBookmarksComparator.compareFolders(Entry e1,
Entry e2)
Folders are always greater than non-Folders, if they are both Folders
or both not Folders they are equal.
|
| Modifier and Type | Method and Description |
|---|---|
static Entry |
FolderUtils.deepClone(Entry target,
boolean copyIds) |
static Entry |
FolderUtils.deepCloneEntry(Entry target,
boolean copyIds) |
Entry |
IdPathInfo.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
static Entry |
FolderUtils.deepClone(Entry target,
boolean copyIds) |
static Entry |
FolderUtils.deepCloneEntry(Entry target,
boolean copyIds) |
static boolean |
FolderUtils.deepContains(Folder parent,
Entry query) |
| Constructor and Description |
|---|
IdPathInfo(long[] indexPath,
Folder parent,
Entry target) |
Copyright © 2014 Jasig. All Rights Reserved.