Uses of Interface
de.hybris.platform.productcockpit.model.favorites.impl.FavoriteCategory
-
-
Uses of FavoriteCategory in de.hybris.platform.productcockpit.components.navigationarea
Methods in de.hybris.platform.productcockpit.components.navigationarea that return types with arguments of type FavoriteCategory Modifier and Type Method Description java.util.List<FavoriteCategory>CatalogNavigationAreaModel. getFavoriteCategoriesFromJalo() -
Uses of FavoriteCategory in de.hybris.platform.productcockpit.components.navigationarea.renderer
Methods in de.hybris.platform.productcockpit.components.navigationarea.renderer with parameters of type FavoriteCategory Modifier and Type Method Description protected org.zkoss.zul.MenupopupFavoritesSectionRenderer. createFavoriteCategoryContext(FavoriteCategory favorite, org.zkoss.zul.Label label, org.zkoss.zk.ui.Component parent)Creates suitable menu for current favorite category -
Uses of FavoriteCategory in de.hybris.platform.productcockpit.model.favorites
Classes in de.hybris.platform.productcockpit.model.favorites that implement FavoriteCategory Modifier and Type Class Description classFavoriteCategoryImplProvide implemenataion for object that represents favorite category on UI -
Uses of FavoriteCategory in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog that return FavoriteCategory Modifier and Type Method Description FavoriteCategoryFavoriteCategoryService. createFavoriteCategory(java.lang.String label, UserModel user)Prepares a favourite category containerMethods in de.hybris.platform.productcockpit.services.catalog that return types with arguments of type FavoriteCategory Modifier and Type Method Description java.util.List<FavoriteCategory>FavoriteCategoryService. getFavoriteCategories(UserModel user)Gets favorite categories for particular userMethods in de.hybris.platform.productcockpit.services.catalog with parameters of type FavoriteCategory Modifier and Type Method Description voidFavoriteCategoryService. deleteFavoriteCategory(FavoriteCategory favorite)Removes a favourite categoryvoidFavoriteCategoryService. renameQuery(FavoriteCategory favorite, java.lang.String label)Renames a favourite category -
Uses of FavoriteCategory in de.hybris.platform.productcockpit.services.catalog.impl
Methods in de.hybris.platform.productcockpit.services.catalog.impl that return FavoriteCategory Modifier and Type Method Description FavoriteCategoryFavoriteCategoryServiceImpl. createFavoriteCategory(java.lang.String label, UserModel user)Methods in de.hybris.platform.productcockpit.services.catalog.impl that return types with arguments of type FavoriteCategory Modifier and Type Method Description java.util.List<FavoriteCategory>FavoriteCategoryServiceImpl. getFavoriteCategories(UserModel user)Methods in de.hybris.platform.productcockpit.services.catalog.impl with parameters of type FavoriteCategory Modifier and Type Method Description voidFavoriteCategoryServiceImpl. deleteFavoriteCategory(FavoriteCategory favorite)voidFavoriteCategoryServiceImpl. renameQuery(FavoriteCategory favorite, java.lang.String label)protected CockpitFavoriteCategoryFavoriteCategoryServiceImpl. unmapCollection(FavoriteCategory favorite) -
Uses of FavoriteCategory in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl with parameters of type FavoriteCategory Modifier and Type Method Description voidCatalogNavigationArea. deleteFavoriteCategory(FavoriteCategory favorite)
-