- 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.
- 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
-
- 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(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.
- 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.
- 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.
- 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.
- 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
-
- getRefData(RenderRequest, Errors) - Method in class edu.wisc.my.portlets.bookmarks.web.ReferenceData
-
- 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.
- saveOptions(Preferences, BindingResult, ActionRequest, ActionResponse) - Method in class edu.wisc.my.portlets.bookmarks.web.PreferencesController
-
- setBaseStorePath(String) - Method in class edu.wisc.my.portlets.bookmarks.dao.file.FileSystemBookmarkStore
-
Setter for the field baseStorePath.
- 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.
- 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.
- 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.
- 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.
- showOptionsForm(Model, PortletRequest) - Method in class edu.wisc.my.portlets.bookmarks.web.PreferencesController
-
- 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
-
- 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