| Package | Description |
|---|---|
| org.opencms.ui.favorites |
| Modifier and Type | Method and Description |
|---|---|
CmsFavoriteEntry |
CmsFavInfo.getEntry()
Gets the favorite entry.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<CmsFavoriteEntry> |
CmsPageEditorFavoriteContext.getFavoriteForCurrentLocation() |
java.util.Optional<CmsFavoriteEntry> |
CmsExplorerFavoriteContext.getFavoriteForCurrentLocation() |
java.util.Optional<CmsFavoriteEntry> |
I_CmsFavoriteContext.getFavoriteForCurrentLocation()
Gets the favorite entry for the current location, as an Optional.
|
java.util.List<CmsFavoriteEntry> |
CmsFavoriteDAO.loadFavorites()
Loads the favorite list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPageEditorFavoriteContext.openFavorite(CmsFavoriteEntry entry) |
void |
CmsExplorerFavoriteContext.openFavorite(CmsFavoriteEntry entry) |
void |
I_CmsFavoriteContext.openFavorite(CmsFavoriteEntry entry)
Opens the favorite location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsFavoriteDAO.saveFavorites(java.util.List<CmsFavoriteEntry> favorites)
Saves the favorites.
|
| Constructor and Description |
|---|
CmsFavInfo(CmsFavoriteEntry entry)
Constructor.
|