| Modifier and Type | Method and Description |
|---|---|
List<FavoriteCategory> |
CatalogNavigationAreaModel.getFavoriteCategoriesFromJalo() |
| Modifier and Type | Method and Description |
|---|---|
protected Menupopup |
FavoritesSectionRenderer.createFavoriteCategoryContext(FavoriteCategory favorite,
Label label,
Component parent)
Creates suitable menu for current favorite category
|
| Modifier and Type | Class and Description |
|---|---|
class |
FavoriteCategoryImpl
Provide implemenataion for object that represents favorite category on UI
|
| Modifier and Type | Method and Description |
|---|---|
FavoriteCategory |
FavoriteCategoryService.createFavoriteCategory(String label,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
List<FavoriteCategory> |
FavoriteCategoryService.getFavoriteCategories(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
void |
FavoriteCategoryService.deleteFavoriteCategory(FavoriteCategory favorite) |
void |
FavoriteCategoryService.renameQuery(FavoriteCategory favorite,
String label) |
| Modifier and Type | Method and Description |
|---|---|
FavoriteCategory |
FavoriteCategoryServiceImpl.createFavoriteCategory(String label,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
List<FavoriteCategory> |
FavoriteCategoryServiceImpl.getFavoriteCategories(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
void |
FavoriteCategoryServiceImpl.deleteFavoriteCategory(FavoriteCategory favorite) |
void |
FavoriteCategoryServiceImpl.renameQuery(FavoriteCategory favorite,
String label) |
protected CockpitFavoriteCategory |
FavoriteCategoryServiceImpl.unmapCollection(FavoriteCategory favorite) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogNavigationArea.deleteFavoriteCategory(FavoriteCategory favorite) |
Copyright © 2017 SAP SE. All Rights Reserved.