Skip navigation links
A B C D E F G H I L N O P R S T V 

A

assemble(Serializable, Object) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType

B

BaseBookmarksFormController - Class in edu.wisc.my.portlets.bookmarks.web
BaseBookmarksFormController class.
BaseBookmarksFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
 
BaseEntryFormController - Class in edu.wisc.my.portlets.bookmarks.web
Takes the responsibility of copying entry parameters that aren't bound to the command from the request to the response.
BaseEntryFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.BaseEntryFormController
 
Bookmark - Class in edu.wisc.my.portlets.bookmarks.domain
A bookmark tracks a URL and if the URL should be opened in a new window.
Bookmark() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.Bookmark
 
BOOKMARK_SET - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant BOOKMARK_SET="bookmarkSet"
BookmarkSet - Class in edu.wisc.my.portlets.bookmarks.domain
The root folder for a tree of bookmarks, adds an owner field to the object to associate the set with a user.
BookmarkSet() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.BookmarkSet
 
bookmarkSetRequestResolver - Variable in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
 
bookmarkSetRequestResolver - Variable in class edu.wisc.my.portlets.bookmarks.web.DeleteEntryFormController
 
BookmarkSetRequestResolver - Class in edu.wisc.my.portlets.bookmarks.web.support
BookmarkSetRequestResolver class.
BookmarkSetRequestResolver() - Constructor for class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
 
bookmarkSetRequestResolver - Variable in class edu.wisc.my.portlets.bookmarks.web.ToggleFolderFormController
 
BookmarkStore - Interface in edu.wisc.my.portlets.bookmarks.dao
The BookmarkStore provides the APIs to use for storing, retrieving and removing BookmarkSets from a persitent store.
bookmarkStore - Variable in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
 
bookmarkStore - Variable in class edu.wisc.my.portlets.bookmarks.web.DeleteEntryFormController
 
bookmarkStore - Variable in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
 
bookmarkStore - Variable in class edu.wisc.my.portlets.bookmarks.web.ToggleFolderFormController
 
BookmarkValidator - Class in edu.wisc.my.portlets.bookmarks.domain.validation
Validates a Bookmark, requires a valid URL, determined by calling new URL on the URL String.
BookmarkValidator() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.validation.BookmarkValidator
 

C

close() - Method in class edu.wisc.my.portlets.bookmarks.dao.SqlShutdownHelper
close.
CollapsibleEntry - Interface in edu.wisc.my.portlets.bookmarks.domain
CollapsibleEntry interface.
CollectionFolder - Class in edu.wisc.my.portlets.bookmarks.domain
CollectionFolder class.
CollectionFolder() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.CollectionFolder
 
CollectionValidator - Class in edu.wisc.my.portlets.bookmarks.domain.validation
CollectionValidator class.
CollectionValidator() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.validation.CollectionValidator
 
COMMAND_AVAILABLE_COLLECTIONS - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant COMMAND_AVAILABLE_COLLECTIONS="availableCollections"
COMMAND_BOOKMARK - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant COMMAND_BOOKMARK="bookmarkCommand"
COMMAND_COLLECTION - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant COMMAND_COLLECTION="collectionCommand"
COMMAND_EMPTY_BOOKMARK - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant COMMAND_EMPTY_BOOKMARK="emptyBookmarkCommand"
COMMAND_EMPTY_COLLECTION - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant COMMAND_EMPTY_COLLECTION="emptyCollectionCommand"
COMMAND_EMPTY_FOLDER - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant COMMAND_EMPTY_FOLDER="emptyFolderCommand"
COMMAND_FOLDER - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant COMMAND_FOLDER="folderCommand"
compare(Entry, Entry) - Method in class edu.wisc.my.portlets.bookmarks.domain.compare.DefaultBookmarksComparator
compare.
compareBookmarks(Entry, Entry) - Method in class edu.wisc.my.portlets.bookmarks.domain.compare.DefaultBookmarksComparator
If both classes are not Bookmarks they are equal.
compareEntries(Entry, Entry) - Method in class edu.wisc.my.portlets.bookmarks.domain.compare.DefaultBookmarksComparator
Compairs the entries by name, note, created and modified properties in that order.
compareFolders(Entry, Entry) - Method in class edu.wisc.my.portlets.bookmarks.domain.compare.DefaultBookmarksComparator
Folders are always greater than non-Folders, if they are both Folders or both not Folders they are equal.
createBookmarkSet(String, String) - Method in interface edu.wisc.my.portlets.bookmarks.dao.BookmarkStore
Creates a BookmarkSet and stores it in the persistent store.
createBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
Creates a BookmarkSet and stores it in the persistent store.
createBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernateBookmarkStore
Creates a BookmarkSet and stores it in the persistent store.
createBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.template.TemplateUserBookmarkStore
Creates a BookmarkSet and stores it in the persistent store.
createPreferences(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernatePreferencesStore
Creates Preferences and stores it in the persistent store.
createPreferences(String, String) - Method in interface edu.wisc.my.portlets.bookmarks.dao.PreferencesStore
Creates Preferences and stores it in the persistent store.

D

deepClone(Entry, boolean) - Static method in class edu.wisc.my.portlets.bookmarks.domain.support.FolderUtils
deepClone.
deepCloneBookmark(Bookmark, boolean) - Static method in class edu.wisc.my.portlets.bookmarks.domain.support.FolderUtils
deepCloneBookmark.
deepCloneBookmarkSet(BookmarkSet, boolean) - Static method in class edu.wisc.my.portlets.bookmarks.domain.support.FolderUtils
deepCloneBookmarkSet.
deepCloneEntry(Entry, boolean) - Static method in class edu.wisc.my.portlets.bookmarks.domain.support.FolderUtils
deepCloneEntry.
deepCloneFolder(Folder, boolean) - Static method in class edu.wisc.my.portlets.bookmarks.domain.support.FolderUtils
deepCloneFolder.
deepContains(Folder, Entry) - Static method in class edu.wisc.my.portlets.bookmarks.domain.support.FolderUtils
deepContains.
deepCopy(Object) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
DEFAULT_BOOKMARK_SET_NAME - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.PortletPreferencesBookmarkSetNameResolver
Constant DEFAULT_BOOKMARK_SET_NAME="bookmarkSetName"
DEFAULT_BOOKMARKS_COMPARATOR - Static variable in class edu.wisc.my.portlets.bookmarks.domain.compare.DefaultBookmarksComparator
Constant DEFAULT_BOOKMARKS_COMPARATOR
DefaultBookmarksComparator - Class in edu.wisc.my.portlets.bookmarks.domain.compare
Implements the default comparison order for the objects involved in a BookmarkSet.
DefaultBookmarksComparator() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.compare.DefaultBookmarksComparator
Constructor for DefaultBookmarksComparator.
DefaultFolderOperationUserType - Class in edu.wisc.my.portlets.bookmarks.dao.hibernate.types
UserType for persisting Preferences.DefaultFolderOperations.
DefaultFolderOperationUserType() - Constructor for class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.DefaultFolderOperationUserType
Constructor for DefaultFolderOperationUserType.
DeleteEntryFormController - Class in edu.wisc.my.portlets.bookmarks.web
DeleteEntryFormController class.
DeleteEntryFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.DeleteEntryFormController
 
disassemble(Object) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType

E

EditBookmarkFormController - Class in edu.wisc.my.portlets.bookmarks.web
EditBookmarkFormController class.
EditBookmarkFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.EditBookmarkFormController
 
EditBookmarksController - Class in edu.wisc.my.portlets.bookmarks.web
Controller resolves the BookmarkSet owner and name for the request and displays it as the model via Edit mode.
EditBookmarksController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.EditBookmarksController
 
EditCollectionFormController - Class in edu.wisc.my.portlets.bookmarks.web
EditCollectionFormController class.
EditCollectionFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.EditCollectionFormController
 
EditFolderFormController - Class in edu.wisc.my.portlets.bookmarks.web
EditFolderFormController class.
EditFolderFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.EditFolderFormController
 
edu.wisc.my.portlets.bookmarks.dao - package edu.wisc.my.portlets.bookmarks.dao
 
edu.wisc.my.portlets.bookmarks.dao.file - package edu.wisc.my.portlets.bookmarks.dao.file
 
edu.wisc.my.portlets.bookmarks.dao.hibernate - package edu.wisc.my.portlets.bookmarks.dao.hibernate
 
edu.wisc.my.portlets.bookmarks.dao.hibernate.types - package edu.wisc.my.portlets.bookmarks.dao.hibernate.types
 
edu.wisc.my.portlets.bookmarks.dao.template - package edu.wisc.my.portlets.bookmarks.dao.template
 
edu.wisc.my.portlets.bookmarks.domain - package edu.wisc.my.portlets.bookmarks.domain
 
edu.wisc.my.portlets.bookmarks.domain.compare - package edu.wisc.my.portlets.bookmarks.domain.compare
 
edu.wisc.my.portlets.bookmarks.domain.support - package edu.wisc.my.portlets.bookmarks.domain.support
 
edu.wisc.my.portlets.bookmarks.domain.validation - package edu.wisc.my.portlets.bookmarks.domain.validation
 
edu.wisc.my.portlets.bookmarks.web - package edu.wisc.my.portlets.bookmarks.web
 
edu.wisc.my.portlets.bookmarks.web.support - package edu.wisc.my.portlets.bookmarks.web.support
 
edu.wisc.my.taglibs - package edu.wisc.my.taglibs
 
Entry - Class in edu.wisc.my.portlets.bookmarks.domain
An Entry is the base object that may in a bookmarks hierarchy.
Entry() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.Entry
 
EntryValidator - Class in edu.wisc.my.portlets.bookmarks.domain.validation
Validates an entry, requires a non null/empty name.
EntryValidator() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.validation.EntryValidator
 
EnumUserType<E extends java.lang.Enum<E>> - Class in edu.wisc.my.portlets.bookmarks.dao.hibernate.types
Base class for implementing a UserType to persist an Enumeration
EnumUserType(Class<E>) - Constructor for class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
Constructor for EnumUserType.
equals(Object, Object) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
equals(Object) - Method in class edu.wisc.my.portlets.bookmarks.domain.Bookmark
equals(Object) - Method in class edu.wisc.my.portlets.bookmarks.domain.BookmarkSet
equals(Object) - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
equals(Object) - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
equals(Object) - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
equals(Object) - Method in class edu.wisc.my.portlets.bookmarks.domain.support.IdPathInfo
ERRORS - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant ERRORS="errors"

F

FileSystemBookmarkStore - Class in edu.wisc.my.portlets.bookmarks.dao.file
FileSystemBookmarkStore class.
FileSystemBookmarkStore() - Constructor for class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
 
Folder - Class in edu.wisc.my.portlets.bookmarks.domain
A Folder can contain other entries in a List.
Folder() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.Folder
 
FolderUtils - Class in edu.wisc.my.portlets.bookmarks.domain.support
FolderUtils class.
FolderValidator - Class in edu.wisc.my.portlets.bookmarks.domain.validation
Validates a Folder, currently there is nothing to validate beyond what the EntryValidator provides.
FolderValidator() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.validation.FolderValidator
 
formBackingObject(PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarkFormController
formBackingObject(PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.EditCollectionFormController
formBackingObject(PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.EditFolderFormController
formBackingObject(PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.PreferencesFormController
Functions - Class in edu.wisc.my.taglibs
Functions class.
Functions() - Constructor for class edu.wisc.my.taglibs.Functions
 

G

getBaseStorePath() - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
Getter for the field baseStorePath.
getBookmarkSet(String, String) - Method in interface edu.wisc.my.portlets.bookmarks.dao.BookmarkStore
Gets a BookmarkSet for the specified owner and name.
getBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
Gets a BookmarkSet for the specified owner and name.
getBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernateBookmarkStore
Gets a BookmarkSet for the specified owner and name.
getBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.template.TemplateUserBookmarkStore
Gets a BookmarkSet for the specified owner and name.
getBookmarkSet(PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
Calls getBookmarkSet(request, true);
getBookmarkSet(PortletRequest, boolean) - Method in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
Gets a BookmarkSet for the request using the injected OwnerResolver and NameResolver.
getBookmarkSetName(PortletRequest) - Method in interface edu.wisc.my.portlets.bookmarks.web.support.NameResolver
Resolves the BookmarkSet name for the PortletRequest, may return null if no name is specified for the request.
getBookmarkSetName() - Method in class edu.wisc.my.portlets.bookmarks.web.support.PortletPreferencesBookmarkSetNameResolver
Getter for the field bookmarkSetName.
getBookmarkSetName(PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.support.PortletPreferencesBookmarkSetNameResolver
Resolves the BookmarkSet name for the PortletRequest, may return null if no name is specified for the request.
getBookmarkSetRequestResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
Getter for the field bookmarkSetRequestResolver.
getBookmarkSetRequestResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.DeleteEntryFormController
Getter for the field bookmarkSetRequestResolver.
getBookmarkSetRequestResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarksController
Getter for the field bookmarkSetRequestResolver.
getBookmarkSetRequestResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.ToggleFolderFormController
Getter for the field bookmarkSetRequestResolver.
getBookmarkSetRequestResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.ViewBookmarksController
Getter for the field bookmarkSetRequestResolver.
getBookmarkStore() - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
Getter for the field bookmarkStore.
getBookmarkStore() - Method in class edu.wisc.my.portlets.bookmarks.web.DeleteEntryFormController
Getter for the field bookmarkStore.
getBookmarkStore() - Method in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
Getter for the field bookmarkStore.
getBookmarkStore() - Method in class edu.wisc.my.portlets.bookmarks.web.ToggleFolderFormController
Getter for the field bookmarkStore.
getChildComparator() - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
Getter for the field childComparator.
getChildren() - Method in class edu.wisc.my.portlets.bookmarks.domain.CollectionFolder
Getter for the field children.
getChildren() - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
Getter for the field children.
getCreated() - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Getter for the field created.
getCreated() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Getter for the field created.
getDefaultFolderOperation() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Getter for the field defaultFolderOperation.
getDefaultFolderOperations() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
getDefaultFolderOperations.
getDefaultProtocol() - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.BookmarkValidator
Getter for the field defaultProtocol.
getEntryInfo(Folder, String) - Static method in class edu.wisc.my.portlets.bookmarks.domain.support.FolderUtils
getEntryInfo.
getEntryInfo(Folder, String, String) - Static method in class edu.wisc.my.portlets.bookmarks.domain.support.FolderUtils
getEntryInfo.
getHandlerMappingParameter() - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
Getter for the field handlerMappingParameter.
getId() - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Getter for the field id.
getId() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Getter for the field id.
getIdPath() - Method in class edu.wisc.my.portlets.bookmarks.domain.support.IdPathInfo
Getter for the field idPath.
getModified() - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Getter for the field modified.
getModified() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Getter for the field modified.
getName() - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Getter for the field name.
getName() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Getter for the field name.
getNameResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
Getter for the field nameResolver.
getNameResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
Getter for the field nameResolver.
getNote() - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Getter for the field note.
getNoteLines() - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
getNoteLines.
getOwner() - Method in class edu.wisc.my.portlets.bookmarks.domain.BookmarkSet
Getter for the field owner.
getOwner() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Getter for the field owner.
getOwner(PortletRequest) - Method in interface edu.wisc.my.portlets.bookmarks.web.support.OwnerResolver
Resolves the BookmarkSet owner for the PortletRequest, may return null if no owner is specified for the request.
getOwner(PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.support.RemoteUserBookmarkSetOwnerResolver
Resolves the BookmarkSet owner for the PortletRequest, may return null if no owner is specified for the request.
getOwnerResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
Getter for the field ownerResolver.
getOwnerResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
Getter for the field ownerResolver.
getParent() - Method in class edu.wisc.my.portlets.bookmarks.domain.support.IdPathInfo
Getter for the field parent.
getPreferences(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernatePreferencesStore
Gets the Preferences for the specified owner and name.
getPreferences(String, String) - Method in interface edu.wisc.my.portlets.bookmarks.dao.PreferencesStore
Gets the Preferences for the specified owner and name.
getPreferences(PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
Calls getPreferences(request, true);
getPreferences(PortletRequest, boolean) - Method in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
Gets Preferences for the request using the injected OwnerResolver and NameResolver.
getPreferencesRequestResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
Getter for the field preferencesRequestResolver.
getPreferencesRequestResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarksController
Getter for the field preferencesRequestResolver.
getPreferencesRequestResolver() - Method in class edu.wisc.my.portlets.bookmarks.web.ViewBookmarksController
Getter for the field preferencesRequestResolver.
getPreferencesStore() - Method in class edu.wisc.my.portlets.bookmarks.web.PreferencesFormController
Getter for the field preferencesStore.
getPreferencesStore() - Method in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
Getter for the field preferencesStore.
getSet() - Method in class edu.wisc.my.portlets.bookmarks.domain.support.IntegerSetThreadLocal
getSet.
getShutdownSql() - Method in class edu.wisc.my.portlets.bookmarks.dao.SqlShutdownHelper
Getter for the field shutdownSql.
getSortedChildren() - Method in class edu.wisc.my.portlets.bookmarks.domain.CollectionFolder
Returns an immutable sorted view of the values of the children Map.
getSortedChildren() - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
Returns an immutable sorted view of the values of the children Map.
getStoreDirectory() - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
getStoreDirectory.
getStoreFile(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
Generates the File object to use for storing, retrieving and deleting the bookmark set.
getStoreFileName(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
Generates the file name String for an owner and book name.
getTarget() - Method in class edu.wisc.my.portlets.bookmarks.domain.support.IdPathInfo
Getter for the field target.
getTemplateBookmarkSet(String, String, BookmarkStore) - Method in class edu.wisc.my.portlets.bookmarks.dao.template.SimpleTemplateBookmarkSetResolver
getTemplateBookmarkSet.
getTemplateBookmarkSet(String, String, BookmarkStore) - Method in interface edu.wisc.my.portlets.bookmarks.dao.template.TemplateBookmarkSetResolver
getTemplateBookmarkSet.
getUrl() - Method in class edu.wisc.my.portlets.bookmarks.domain.Bookmark
Getter for the field url.
getUrl() - Method in class edu.wisc.my.portlets.bookmarks.domain.CollectionFolder
Getter for the field url.

H

handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class edu.wisc.my.portlets.bookmarks.web.DeleteEntryFormController
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarksController
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class edu.wisc.my.portlets.bookmarks.web.ToggleFolderFormController
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class edu.wisc.my.portlets.bookmarks.web.ViewBookmarksController
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarksController
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class edu.wisc.my.portlets.bookmarks.web.ViewBookmarksController
hashCode(Object) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
hashCode() - Method in class edu.wisc.my.portlets.bookmarks.domain.Bookmark
hashCode.
hashCode() - Method in class edu.wisc.my.portlets.bookmarks.domain.BookmarkSet
hashCode.
hashCode() - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
hashCode.
hashCode() - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
hashCode.
hashCode() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
hashCode.
hashCode() - Method in class edu.wisc.my.portlets.bookmarks.domain.support.IdPathInfo
hashCode.
HibernateBookmarkStore - Class in edu.wisc.my.portlets.bookmarks.dao.hibernate
Persists and retrieves BookmarkSet objects via Hibernate.
HibernateBookmarkStore() - Constructor for class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernateBookmarkStore
 
HibernatePreferencesStore - Class in edu.wisc.my.portlets.bookmarks.dao.hibernate
Persists and retrieves Preferences objects via Hibernate.
HibernatePreferencesStore() - Constructor for class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernatePreferencesStore
 

I

IdPathInfo - Class in edu.wisc.my.portlets.bookmarks.domain.support
IdPathInfo class.
IdPathInfo(long[], Folder, Entry) - Constructor for class edu.wisc.my.portlets.bookmarks.domain.support.IdPathInfo
Constructor for IdPathInfo.
initialValue() - Method in class edu.wisc.my.portlets.bookmarks.domain.support.IntegerSetThreadLocal
instanceOf(Object, String) - Static method in class edu.wisc.my.taglibs.Functions
instanceOf.
IntegerSetThreadLocal - Class in edu.wisc.my.portlets.bookmarks.domain.support
IntegerSetThreadLocal class.
IntegerSetThreadLocal() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.support.IntegerSetThreadLocal
 
isMinimized() - Method in interface edu.wisc.my.portlets.bookmarks.domain.CollapsibleEntry
isMinimized.
isMinimized() - Method in class edu.wisc.my.portlets.bookmarks.domain.CollectionFolder
isMinimized.
isMinimized() - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
isMinimized.
isMutable() - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
isMutable.
isNewWindow() - Method in class edu.wisc.my.portlets.bookmarks.domain.Bookmark
isNewWindow.
isState(WindowState, String) - Static method in class edu.wisc.my.taglibs.Functions
isState.

L

logger - Variable in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
 

N

nameResolver - Variable in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
 
NameResolver - Interface in edu.wisc.my.portlets.bookmarks.web.support
Support interface to resolve the BookmarkSet name for a request.
nameResolver - Variable in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
 
NewBookmarkFormController - Class in edu.wisc.my.portlets.bookmarks.web
NewBookmarkFormController class.
NewBookmarkFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.NewBookmarkFormController
 
NewCollectionFormController - Class in edu.wisc.my.portlets.bookmarks.web
NewCollectionFormController class.
NewCollectionFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.NewCollectionFormController
 
NewFolderFormController - Class in edu.wisc.my.portlets.bookmarks.web
NewFolderFormController class.
NewFolderFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.NewFolderFormController
 
nullSafeGet(ResultSet, String[], Object) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
nullSafeSet(PreparedStatement, Object, int) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType

O

onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarkFormController
onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.EditCollectionFormController
onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.EditFolderFormController
onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.NewBookmarkFormController
onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.NewCollectionFormController
onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.NewFolderFormController
onSubmitAction(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.PreferencesFormController
OPTIONS - Static variable in class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
Constant OPTIONS="options"
ownerResolver - Variable in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
 
OwnerResolver - Interface in edu.wisc.my.portlets.bookmarks.web.support
Support interface to resolve the BookmarkSet owner for a request.
ownerResolver - Variable in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
 

P

PortletPreferencesBookmarkSetNameResolver - Class in edu.wisc.my.portlets.bookmarks.web.support
Uses the configured bookmarkSetName as a key into the PortletPreferences to resolve the name of the BookmarkSet for the request.
PortletPreferencesBookmarkSetNameResolver() - Constructor for class edu.wisc.my.portlets.bookmarks.web.support.PortletPreferencesBookmarkSetNameResolver
 
Preferences - Class in edu.wisc.my.portlets.bookmarks.domain
This class contains preferences (mainly user interface/experiance related) for a BookmarkSet.
Preferences() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.Preferences
 
Preferences.DefaultFolderOperation - Enum in edu.wisc.my.portlets.bookmarks.domain
 
PreferencesFormController - Class in edu.wisc.my.portlets.bookmarks.web
PreferencesFormController class.
PreferencesFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.PreferencesFormController
 
preferencesRequestResolver - Variable in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
 
PreferencesRequestResolver - Class in edu.wisc.my.portlets.bookmarks.web.support
PreferencesRequestResolver class.
PreferencesRequestResolver() - Constructor for class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
 
PreferencesStore - Interface in edu.wisc.my.portlets.bookmarks.dao
The PreferencesStore provides the APIs to use for storing, retrieving and removing Preferences from a persitent store.
preferencesStore - Variable in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
 
PreferencesValidator - Class in edu.wisc.my.portlets.bookmarks.domain.validation
Validates a Preferences object.
PreferencesValidator() - Constructor for class edu.wisc.my.portlets.bookmarks.domain.validation.PreferencesValidator
 
processFormSubmission(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
processFormSubmission(ActionRequest, ActionResponse, Object, BindException) - Method in class edu.wisc.my.portlets.bookmarks.web.BaseEntryFormController

R

referenceData(PortletRequest, Object, Errors) - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
RemoteUserBookmarkSetOwnerResolver - Class in edu.wisc.my.portlets.bookmarks.web.support
Returns the result of PortletRequest.getRemoteUser() as the owner.
RemoteUserBookmarkSetOwnerResolver() - Constructor for class edu.wisc.my.portlets.bookmarks.web.support.RemoteUserBookmarkSetOwnerResolver
 
removeBookmarkSet(String, String) - Method in interface edu.wisc.my.portlets.bookmarks.dao.BookmarkStore
Removes a BookmarkSet from the persistent store.
removeBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
Removes a BookmarkSet from the persistent store.
removeBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernateBookmarkStore
Removes a BookmarkSet from the persistent store.
removeBookmarkSet(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.template.TemplateUserBookmarkStore
Removes a BookmarkSet from the persistent store.
removePreferences(String, String) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernatePreferencesStore
Removes Preferences from the persistent store.
removePreferences(String, String) - Method in interface edu.wisc.my.portlets.bookmarks.dao.PreferencesStore
Removes Preferences from the persistent store.
replace(Object, Object, Object) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
returnedClass() - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
returnedClass.

S

setAvailableCollections(Map) - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarksController
Setter for the field availableCollections.
setAvailableCollections(Map) - Method in class edu.wisc.my.portlets.bookmarks.web.ViewBookmarksController
Setter for the field availableCollections.
setBaseStorePath(String) - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
Setter for the field baseStorePath.
setBookmarkSetName(String) - Method in class edu.wisc.my.portlets.bookmarks.web.support.PortletPreferencesBookmarkSetNameResolver
Setter for the field bookmarkSetName.
setBookmarkSetRequestResolver(BookmarkSetRequestResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
Setter for the field bookmarkSetRequestResolver.
setBookmarkSetRequestResolver(BookmarkSetRequestResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.DeleteEntryFormController
Setter for the field bookmarkSetRequestResolver.
setBookmarkSetRequestResolver(BookmarkSetRequestResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarksController
Setter for the field bookmarkSetRequestResolver.
setBookmarkSetRequestResolver(BookmarkSetRequestResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.ToggleFolderFormController
Setter for the field bookmarkSetRequestResolver.
setBookmarkSetRequestResolver(BookmarkSetRequestResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.ViewBookmarksController
Setter for the field bookmarkSetRequestResolver.
setBookmarkStore(BookmarkStore) - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
Setter for the field bookmarkStore.
setBookmarkStore(BookmarkStore) - Method in class edu.wisc.my.portlets.bookmarks.web.DeleteEntryFormController
Setter for the field bookmarkStore.
setBookmarkStore(BookmarkStore) - Method in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
Setter for the field bookmarkStore.
setBookmarkStore(BookmarkStore) - Method in class edu.wisc.my.portlets.bookmarks.web.ToggleFolderFormController
Setter for the field bookmarkStore.
setChildComparator(Comparator<Entry>) - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
Setter for the field childComparator.
setChildren(Map<Long, Entry>) - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
Setter for the field children.
setCreated(Date) - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Setter for the field created.
setCreated(Date) - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Setter for the field created.
setDefaultFolderOperation(Preferences.DefaultFolderOperation) - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Setter for the field defaultFolderOperation.
setDefaultProtocol(String) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.BookmarkValidator
Setter for the field defaultProtocol.
setHandlerMappingParameter(String) - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
Setter for the field handlerMappingParameter.
setId(long) - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Setter for the field id.
setId(long) - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Setter for the field id.
setMinimized(boolean) - Method in interface edu.wisc.my.portlets.bookmarks.domain.CollapsibleEntry
setMinimized.
setMinimized(boolean) - Method in class edu.wisc.my.portlets.bookmarks.domain.CollectionFolder
setMinimized.
setMinimized(boolean) - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
setMinimized.
setModified(Date) - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Setter for the field modified.
setModified(Date) - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Setter for the field modified.
setName(String) - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Setter for the field name.
setName(String) - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Setter for the field name.
setNameResolver(NameResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
Setter for the field nameResolver.
setNameResolver(NameResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
Setter for the field nameResolver.
setNewWindow(boolean) - Method in class edu.wisc.my.portlets.bookmarks.domain.Bookmark
Setter for the field newWindow.
setNote(String) - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
Setter for the field note.
setOwner(String) - Method in class edu.wisc.my.portlets.bookmarks.domain.BookmarkSet
Setter for the field owner.
setOwner(String) - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
Setter for the field owner.
setOwnerResolver(OwnerResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.support.BookmarkSetRequestResolver
Setter for the field ownerResolver.
setOwnerResolver(OwnerResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
Setter for the field ownerResolver.
setPreferencesRequestResolver(PreferencesRequestResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
Setter for the field preferencesRequestResolver.
setPreferencesRequestResolver(PreferencesRequestResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.EditBookmarksController
Setter for the field preferencesRequestResolver.
setPreferencesRequestResolver(PreferencesRequestResolver) - Method in class edu.wisc.my.portlets.bookmarks.web.ViewBookmarksController
Setter for the field preferencesRequestResolver.
setPreferencesStore(PreferencesStore) - Method in class edu.wisc.my.portlets.bookmarks.web.PreferencesFormController
Setter for the field preferencesStore.
setPreferencesStore(PreferencesStore) - Method in class edu.wisc.my.portlets.bookmarks.web.support.PreferencesRequestResolver
Setter for the field preferencesStore.
setShutdownSql(String) - Method in class edu.wisc.my.portlets.bookmarks.dao.SqlShutdownHelper
Setter for the field shutdownSql.
setUrl(String) - Method in class edu.wisc.my.portlets.bookmarks.domain.Bookmark
Setter for the field url.
setUrl(String) - Method in class edu.wisc.my.portlets.bookmarks.domain.CollectionFolder
Setter for the field url.
SimpleTemplateBookmarkSetResolver - Class in edu.wisc.my.portlets.bookmarks.dao.template
SimpleTemplateBookmarkSetResolver class.
SimpleTemplateBookmarkSetResolver(String) - Constructor for class edu.wisc.my.portlets.bookmarks.dao.template.SimpleTemplateBookmarkSetResolver
Constructor for SimpleTemplateBookmarkSetResolver.
SimpleTemplateBookmarkSetResolver(String, String) - Constructor for class edu.wisc.my.portlets.bookmarks.dao.template.SimpleTemplateBookmarkSetResolver
Constructor for SimpleTemplateBookmarkSetResolver.
SqlShutdownHelper - Class in edu.wisc.my.portlets.bookmarks.dao
When the SqlShutdownHelper.close() is called the configured SQL will be run on the configured DataSource.
SqlShutdownHelper() - Constructor for class edu.wisc.my.portlets.bookmarks.dao.SqlShutdownHelper
 
sqlTypes() - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.types.EnumUserType
sqlTypes.
storeBookmarkSet(BookmarkSet) - Method in interface edu.wisc.my.portlets.bookmarks.dao.BookmarkStore
Stores a new BookmarkSet or updates an existing BookmarkSet.
storeBookmarkSet(BookmarkSet) - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
Stores a new BookmarkSet or updates an existing BookmarkSet.
storeBookmarkSet(BookmarkSet) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernateBookmarkStore
Stores a new BookmarkSet or updates an existing BookmarkSet.
storeBookmarkSet(BookmarkSet) - Method in class edu.wisc.my.portlets.bookmarks.dao.template.TemplateUserBookmarkStore
Stores a new BookmarkSet or updates an existing BookmarkSet.
storePreferences(Preferences) - Method in class edu.wisc.my.portlets.bookmarks.dao.hibernate.HibernatePreferencesStore
Stores new Preferences or updates existing Preferences.
storePreferences(Preferences) - Method in interface edu.wisc.my.portlets.bookmarks.dao.PreferencesStore
Stores new Preferences or updates existing Preferences.
supports(Class) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.BookmarkValidator
supports(Class) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.CollectionValidator
supports(Class) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.EntryValidator
supports(Class) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.FolderValidator
supports(Class) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.PreferencesValidator

T

TemplateBookmarkSetResolver - Interface in edu.wisc.my.portlets.bookmarks.dao.template
TemplateBookmarkSetResolver interface.
TemplateUserBookmarkStore - Class in edu.wisc.my.portlets.bookmarks.dao.template
Creates new BookmarkSet objects based on bookmarks for a template user, passes all other operations to an enclosed BookmarkStore instance.
TemplateUserBookmarkStore(BookmarkStore, TemplateBookmarkSetResolver) - Constructor for class edu.wisc.my.portlets.bookmarks.dao.template.TemplateUserBookmarkStore
Constructor for TemplateUserBookmarkStore.
ToggleFolderFormController - Class in edu.wisc.my.portlets.bookmarks.web
ToggleFolderFormController class.
ToggleFolderFormController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.ToggleFolderFormController
 
toString() - Method in class edu.wisc.my.portlets.bookmarks.domain.Bookmark
toString.
toString() - Method in class edu.wisc.my.portlets.bookmarks.domain.BookmarkSet
toString.
toString() - Method in class edu.wisc.my.portlets.bookmarks.domain.Entry
toString.
toString() - Method in class edu.wisc.my.portlets.bookmarks.domain.Folder
toString.
toString() - Method in class edu.wisc.my.portlets.bookmarks.domain.Preferences
toString.
toString() - Method in class edu.wisc.my.portlets.bookmarks.domain.support.IdPathInfo
toString.

V

validate(Object, Errors) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.BookmarkValidator
validate(Object, Errors) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.CollectionValidator
validate(Object, Errors) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.EntryValidator
validate(Object, Errors) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.FolderValidator
validate(Object, Errors) - Method in class edu.wisc.my.portlets.bookmarks.domain.validation.PreferencesValidator
valueOf(String) - Static method in enum edu.wisc.my.portlets.bookmarks.domain.Preferences.DefaultFolderOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.wisc.my.portlets.bookmarks.domain.Preferences.DefaultFolderOperation
Returns an array containing the constants of this enum type, in the order they are declared.
ViewBookmarksController - Class in edu.wisc.my.portlets.bookmarks.web
Controller resolves the BookmarkSet owner and name for the request and displays it as the model.
ViewBookmarksController() - Constructor for class edu.wisc.my.portlets.bookmarks.web.ViewBookmarksController
 
ViewConstants - Class in edu.wisc.my.portlets.bookmarks.web.support
ViewConstants used for passing data to the rendering via the request
ViewConstants() - Constructor for class edu.wisc.my.portlets.bookmarks.web.support.ViewConstants
 
A B C D E F G H I L N O P R S T V 
Skip navigation links

Copyright © 2019 Jasig. All Rights Reserved.