| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.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
AbstractResource.getResourceValue() |
protected CMSNavigationEntryModel |
CMSNavigationEntryResource.readResource(java.lang.String resourceId)
Gets the
CMSNavigationEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSNavigationEntryModel> |
CMSNavigationEntriesResource.getCMSNavigationEntriesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<CMSNavigationEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
CMSNavigationDao.findNavigationEntryByUid(java.lang.String uid,
CatalogVersionModel catalogVersion)
Finds a
CMSNavigationEntryModel by uid for a CatalogVersionModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationEntryModel> |
CMSNavigationDao.findNavigationEntriesByPage(AbstractPageModel page)
Finds all
CMSNavigationEntryModel whose item attribute is of type AbstractPageModel
associated with a AbstractPageModel. |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
DefaultCMSNavigationDao.findNavigationEntryByUid(java.lang.String uid,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationEntryModel> |
DefaultCMSNavigationDao.findNavigationEntriesByPage(AbstractPageModel page) |
| 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,
java.lang.String entryName,
ItemModel item)
Adds a
item to given cmsNavigationNode navigation node. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSNavigationEntryModel> |
CMSNavigationService.getNavigationEntriesByPage(AbstractPageModel page)
Finds all
CMSNavigationEntryModel associated with a AbstractPageModel. |
java.util.Optional<CMSNavigationEntryModel> |
CMSNavigationService.getNavigationEntryForId(java.lang.String id,
CatalogVersionModel catalogVersion)
Returns a Navigation Entry identified via its id and the given catalog version
|
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
DefaultCMSNavigationService.createCmsNavigationEntry(CatalogVersionModel catalogVersion,
ItemModel item) |
CMSNavigationEntryModel |
DefaultCMSNavigationService.createCmsNavigationEntry(CMSNavigationNodeModel node,
java.lang.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 |
|---|---|
java.util.List<CMSNavigationEntryModel> |
DefaultCMSNavigationService.getNavigationEntriesByPage(AbstractPageModel page) |
java.util.Optional<CMSNavigationEntryModel> |
DefaultCMSNavigationService.getNavigationEntryForId(java.lang.String id,
CatalogVersionModel catalogVersion) |
protected java.util.List<CMSNavigationEntryModel> |
DefaultCMSNavigationService.wrapItemModel(java.util.Collection<ItemModel> items,
CatalogVersionModel catalogVersionModel)
Wrap given items to become a
CMSNavigationEntryModel. |
protected java.util.List<CMSNavigationEntryModel> |
DefaultCMSNavigationServiceTest.wrapItemModel(java.util.Collection<ItemModel> items,
CatalogVersionModel catalogVersion)
Wrap given items to become a
CMSNavigationEntryModel. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CMSNavigationEntryModel> |
DefaultCMSNavigationNodeValidator.getAssociatedEntries(CMSNavigationNodeModel node)
Retrieves a list of all entries that are already associated to another model.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CMSNavigationEntryModel,NavigationEntryData> |
NavigationNodeModelToDataPopulator.getNavigationEntryModelToDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationEntryModelToDataPopulator.populate(CMSNavigationEntryModel source,
NavigationEntryData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeModelToDataPopulator.setNavigationEntryModelToDataConverter(Converter<CMSNavigationEntryModel,NavigationEntryData> navigationEntryModelToDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
NavigationEntryService.createNavigationEntry(NavigationEntryData navigationEntryData,
CatalogVersionModel catalogVersion)
Deprecated.
since 1811.
|
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
DefaultNavigationEntryService.createNavigationEntry(NavigationEntryData navigationEntryData,
CatalogVersionModel catalogVersion)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CMSNavigationEntryModel,NavigationEntryData> |
NavigationNodeModelToDataRenderingPopulator.getNavigationEntryModelToDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationNodeModelToDataRenderingPopulator.setNavigationEntryModelToDataConverter(Converter<CMSNavigationEntryModel,NavigationEntryData> navigationEntryModelToDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemModel> |
CMSNavigationEntryModelVisitor.visit(CMSNavigationEntryModel source,
java.util.List<ItemModel> path,
java.util.Map<java.lang.String,java.lang.Object> ctx) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
DefaultCMSNavigationEntryModelUniqueIdentifierConverter.convert(ItemData itemData)
|
| Modifier and Type | Method and Description |
|---|---|
ItemData |
DefaultCMSNavigationEntryModelUniqueIdentifierConverter.convert(CMSNavigationEntryModel navigationEntryModel)
Convert an ItemModel object to the corresponding
ItemData instance. |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
NavigationEntryModelBuilder.build() |
CMSNavigationEntryModel |
NavigationEntryModelBuilder.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static NavigationEntryModelBuilder |
NavigationEntryModelBuilder.fromModel(CMSNavigationEntryModel model) |
NavigationNodeModelBuilder |
NavigationNodeModelBuilder.withEntry(CMSNavigationEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationEntryModel |
CMSNavigationEntryModelMother.createEntryAndAddToNavigationNode(CMSNavigationNodeModel navigationNode,
CatalogVersionModel catalogVersion,
ItemModel itemModel,
java.lang.String uid) |
| Modifier and Type | Method and Description |
|---|---|
CMSNavigationNodeModel |
CMSNavigationNodeModelMother.createNavigationNodeWithEntry(java.lang.String name,
java.lang.String uid,
CMSNavigationNodeModel parent,
java.lang.String englishTitle,
CatalogVersionModel catalogVersion,
CMSNavigationEntryModel entryModel) |
Copyright © 2018 SAP SE. All Rights Reserved.