| Package | Description |
|---|---|
| de.hybris.platform.cms2.model.navigation |
Contains generated models for each type of de.hybris.platform.cms2.jalo.navigation package.
|
| de.hybris.platform.cms2.resource.navigation | |
| de.hybris.platform.cms2.servicelayer.services | |
| de.hybris.platform.cms2.servicelayer.services.impl | |
| de.hybris.platform.cmscockpit.services.label.impl |
| Modifier and Type | Method and Description |
|---|---|
List<CMSNavigationEntryModel> |
CMSNavigationNodeModel.getEntries()
Generated method - Getter of the
CMSNavigationNode.entries attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationNodeModel.setEntries(List<CMSNavigationEntryModel> value)
Generated method - Setter of
CMSNavigationNode.entries attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
CMSNavigationEntryResource.getCMSNavigationEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected CMSNavigationEntryModel |
CMSNavigationEntryResource.readResource(String resourceId)
Gets the
CMSNavigationEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSNavigationEntryModel> |
CMSNavigationEntriesResource.getCMSNavigationEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationEntryResource.setCMSNavigationEntryModel(CMSNavigationEntryModel value)
Convenience method which just delegates to
#setResourceValue(CMSNavigationEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationEntriesResource.setCMSNavigationEntriesCollection(Collection<CMSNavigationEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
CMSNavigationService.createCmsNavigationEntry(CatalogVersionModel catalogVersion,
ItemModel item)
Creates an orphan entry for a given
item. |
CMSNavigationEntryModel |
CMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel cmsNavigationNode,
String entryName,
ItemModel item)
Adds a
item to given cmsNavigationNode navigation node. |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
DefaultCMSNavigationService.createCmsNavigationEntry(CatalogVersionModel catalogVersion,
ItemModel item) |
CMSNavigationEntryModel |
DefaultCMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel node,
String entryName,
ItemModel entryContent)
Adds a
item to given cmsNavigationNode navigation node. |
protected CMSNavigationEntryModel |
DefaultCMSNavigationService.createCmsNavigationEntry(ItemModel entryContent,
CatalogVersionModel catalogVersionModel) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CMSNavigationEntryModel> |
DefaultCMSNavigationService.wrapItemModel(Collection<ItemModel> items,
CatalogVersionModel catalogVersionModel)
Wrap given items to become a
CMSNavigationEntryModel. |
protected List<CMSNavigationEntryModel> |
DefaultCMSNavigationServiceTest.wrapItemModel(Collection<ItemModel> items,
CatalogVersionModel catalogVersion)
Wrap given items to become a
CMSNavigationEntryModel. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CMSNavigationEntryLabelProvider.getIconPath(CMSNavigationEntryModel entry) |
protected String |
CMSNavigationEntryLabelProvider.getIconPath(CMSNavigationEntryModel entry,
String languageIso) |
protected String |
CMSNavigationEntryLabelProvider.getItemDescription(CMSNavigationEntryModel entry) |
protected String |
CMSNavigationEntryLabelProvider.getItemDescription(CMSNavigationEntryModel entry,
String languageIso) |
protected String |
CMSNavigationEntryLabelProvider.getItemLabel(CMSNavigationEntryModel entry) |
protected String |
CMSNavigationEntryLabelProvider.getItemLabel(CMSNavigationEntryModel entry,
String languageIso) |
protected TypedObject |
CMSNavigationEntryLabelProvider.wrapTargetItem(CMSNavigationEntryModel entry) |
Copyright © 2017 SAP SE. All Rights Reserved.