Uses of Class
de.hybris.platform.cms2.model.navigation.CMSNavigationEntryModel
Packages that use CMSNavigationEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo.navigation package.
-
Uses of CMSNavigationEntryModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return CMSNavigationEntryModelModifier and TypeMethodDescriptionCMSNavigationDao.findNavigationEntryByUid(String uid, CatalogVersionModel catalogVersion) Finds aCMSNavigationEntryModelby uid for aCatalogVersionModelMethods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type CMSNavigationEntryModelModifier and TypeMethodDescriptionCMSNavigationDao.findNavigationEntriesByPage(AbstractPageModel page) Finds allCMSNavigationEntryModelwhose item attribute is of typeAbstractPageModelassociated with aAbstractPageModel. -
Uses of CMSNavigationEntryModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return CMSNavigationEntryModelModifier and TypeMethodDescriptionDefaultCMSNavigationDao.findNavigationEntryByUid(String uid, CatalogVersionModel catalogVersion) Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type CMSNavigationEntryModelModifier and TypeMethodDescriptionDefaultCMSNavigationDao.findNavigationEntriesByPage(AbstractPageModel page) -
Uses of CMSNavigationEntryModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return CMSNavigationEntryModelModifier and TypeMethodDescriptionCMSNavigationService.createCmsNavigationEntry(CatalogVersionModel catalogVersion, ItemModel item) Creates an orphan entry for a givenitem.CMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel cmsNavigationNode, String entryName, ItemModel item) Adds aitemto givencmsNavigationNodenavigation node.Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type CMSNavigationEntryModelModifier and TypeMethodDescriptionCMSNavigationService.getNavigationEntriesByPage(AbstractPageModel page) Finds allCMSNavigationEntryModelassociated with aAbstractPageModel.CMSNavigationService.getNavigationEntryForId(String id, CatalogVersionModel catalogVersion) Returns a Navigation Entry identified via its id and the given catalog version -
Uses of CMSNavigationEntryModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSNavigationEntryModelModifier and TypeMethodDescriptionDefaultCMSNavigationService.createCmsNavigationEntry(CatalogVersionModel catalogVersion, ItemModel item) DefaultCMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel node, String entryName, ItemModel entryContent) Adds aitemto givencmsNavigationNodenavigation node.protected CMSNavigationEntryModelDefaultCMSNavigationService.createCmsNavigationEntry(ItemModel entryContent, CatalogVersionModel catalogVersionModel) Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type CMSNavigationEntryModelModifier and TypeMethodDescriptionDefaultCMSNavigationService.getNavigationEntriesByPage(AbstractPageModel page) DefaultCMSNavigationService.getNavigationEntryForId(String id, CatalogVersionModel catalogVersion) protected List<CMSNavigationEntryModel>DefaultCMSNavigationService.wrapItemModel(Collection<ItemModel> items, CatalogVersionModel catalogVersionModel) Wrap given items to become aCMSNavigationEntryModel.protected List<CMSNavigationEntryModel>DefaultCMSNavigationServiceTest.wrapItemModel(Collection<ItemModel> items, CatalogVersionModel catalogVersion) Wrap given items to become aCMSNavigationEntryModel. -
Uses of CMSNavigationEntryModel in de.hybris.platform.cmscockpit.services.label.impl
Methods in de.hybris.platform.cmscockpit.services.label.impl with parameters of type CMSNavigationEntryModelModifier and TypeMethodDescriptionprotected StringCMSNavigationEntryLabelProvider.getIconPath(CMSNavigationEntryModel entry) protected StringCMSNavigationEntryLabelProvider.getIconPath(CMSNavigationEntryModel entry, String languageIso) protected StringCMSNavigationEntryLabelProvider.getItemDescription(CMSNavigationEntryModel entry) protected StringCMSNavigationEntryLabelProvider.getItemDescription(CMSNavigationEntryModel entry, String languageIso) protected StringCMSNavigationEntryLabelProvider.getItemLabel(CMSNavigationEntryModel entry) protected StringCMSNavigationEntryLabelProvider.getItemLabel(CMSNavigationEntryModel entry, String languageIso) protected TypedObjectCMSNavigationEntryLabelProvider.wrapTargetItem(CMSNavigationEntryModel entry) -
Uses of CMSNavigationEntryModel in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator that return types with arguments of type CMSNavigationEntryModelModifier and TypeMethodDescriptionprotected List<CMSNavigationEntryModel>DefaultCMSNavigationNodeValidator.getAssociatedEntries(CMSNavigationNodeModel node) Retrieves a list of all entries that are already associated to another model. -
Uses of CMSNavigationEntryModel in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators that return types with arguments of type CMSNavigationEntryModelModifier and TypeMethodDescriptionprotected Converter<CMSNavigationEntryModel,NavigationEntryData> NavigationNodeModelToDataRenderingPopulator.getNavigationEntryModelToDataConverter()Method parameters in de.hybris.platform.cmsfacades.rendering.populators with type arguments of type CMSNavigationEntryModelModifier and TypeMethodDescriptionvoidNavigationNodeModelToDataRenderingPopulator.setNavigationEntryModelToDataConverter(Converter<CMSNavigationEntryModel, NavigationEntryData> navigationEntryModelToDataConverter) -
Uses of CMSNavigationEntryModel in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl
Methods in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl with parameters of type CMSNavigationEntryModel -
Uses of CMSNavigationEntryModel in de.hybris.platform.cmsfacades.uniqueidentifier.functions
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that return CMSNavigationEntryModelModifier and TypeMethodDescriptionMethods in de.hybris.platform.cmsfacades.uniqueidentifier.functions with parameters of type CMSNavigationEntryModelModifier and TypeMethodDescriptionDefaultCMSNavigationEntryModelUniqueIdentifierConverter.convert(CMSNavigationEntryModel navigationEntryModel) Convert an ItemModel object to the correspondingItemDatainstance. -
Uses of CMSNavigationEntryModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CMSNavigationEntryModelModifier and TypeMethodDescriptionNavigationEntryModelBuilder.build()NavigationEntryModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CMSNavigationEntryModelModifier and TypeMethodDescriptionstatic NavigationEntryModelBuilderNavigationEntryModelBuilder.fromModel(CMSNavigationEntryModel model) NavigationNodeModelBuilder.withEntry(CMSNavigationEntryModel entry) -
Uses of CMSNavigationEntryModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSNavigationEntryModelModifier and TypeMethodDescriptionCMSNavigationEntryModelMother.createEntryAndAddToNavigationNode(CMSNavigationNodeModel navigationNode, CatalogVersionModel catalogVersion, ItemModel itemModel, String uid) Methods in de.hybris.platform.cmsfacades.util.models with parameters of type CMSNavigationEntryModelModifier and TypeMethodDescriptionCMSNavigationNodeModelMother.createNavigationNodeWithEntry(String name, String uid, CMSNavigationNodeModel parent, String englishTitle, CatalogVersionModel catalogVersion, CMSNavigationEntryModel entryModel)