Uses of Class
de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.Breadcrumb
Packages that use Breadcrumb
Package
Description
-
Uses of Breadcrumb in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb
Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb that return types with arguments of type Breadcrumb -
Uses of Breadcrumb in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl
Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl that return BreadcrumbModifier and TypeMethodDescriptionprotected BreadcrumbProductBreadcrumbBuilder.getCategoryBreadcrumb(CategoryModel category) protected BreadcrumbSearchBreadcrumbBuilder.getCategoryBreadcrumb(CategoryModel category) protected BreadcrumbSearchBreadcrumbBuilder.getCategoryBreadcrumb(CategoryModel category, String linkClass) protected BreadcrumbProductBreadcrumbBuilder.getProductBreadcrumb(ProductModel product) Methods in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl that return types with arguments of type BreadcrumbModifier and TypeMethodDescriptionprotected final List<Breadcrumb>StorefinderBreadcrumbBuilder.addStoreFinderLinkBreadcrumb()Creates the list ofBreadcrumband adds store finder breadcrumb to it.ContentPageBreadcrumbBuilder.getBreadcrumbs(ContentPageModel page) DefaultResourceBreadcrumbBuilder.getBreadcrumbs(String resourceKey) ProductBreadcrumbBuilder.getBreadcrumbs(String productCode) Returns a list of breadcrumbs for the given product.SearchBreadcrumbBuilder.getBreadcrumbs(String categoryCode, ProductSearchPageData<SearchStateData, ProductData> searchPageData) SearchBreadcrumbBuilder.getBreadcrumbs(String categoryCode, String searchText, boolean emptyBreadcrumbs) StoreBreadcrumbBuilder.getBreadcrumbs(PointOfServiceData pointOfServiceData) StoreBreadcrumbBuilder.getBreadcrumbs(PointOfServiceData pointOfServiceData, String storeFinderUrl) StorefinderBreadcrumbBuilder.getBreadcrumbs()StorefinderBreadcrumbBuilder.getBreadcrumbsForCurrentPositionSearch()StorefinderBreadcrumbBuilder.getBreadcrumbsForLocationSearch(String locationSearch) StoreBreadcrumbBuilder.getBreadcrumbsForSubPage(PointOfServiceData pointOfServiceData, String pageResourceKey) Method parameters in de.hybris.platform.acceleratorstorefrontcommons.breadcrumb.impl with type arguments of type BreadcrumbModifier and TypeMethodDescriptionprotected voidSearchBreadcrumbBuilder.createBreadcrumbCategoryHierarchyPath(String categoryCode, boolean emptyBreadcrumbs, List<Breadcrumb> breadcrumbs) protected voidStorefinderBreadcrumbBuilder.markLastBreadcrumbAsLastLink(List<Breadcrumb> breadcrumbs) Marks the last breadcrumb from the given list with the special link class.