| Modifier and Type | Method and Description |
|---|---|
protected void |
SingleColumnComposer.createNewListitemFromModelLink(NavigationLinkViewModel link) |
protected void |
ArbitraryLinkEditorComposer.renderNewLinkInGroupbox(NavigationLinkViewModel navigationLink) |
protected void |
ArbitraryLinkEditorComposer.setValuesToModelFromInput(NavigationLinkViewModel navigationLink) |
| Modifier and Type | Method and Description |
|---|---|
NavigationLinkViewModel |
NavigationNodeViewModel.getNavBarLink() |
| Modifier and Type | Method and Description |
|---|---|
List<NavigationLinkViewModel> |
NavigationColumnViewModel.getNavigationLinks() |
List<NavigationLinkViewModel> |
NavigationNodeTabViewModel.getNavigationLinksForContentPageFromCurrentCatalog(LiveEditViewModel model) |
List<NavigationLinkViewModel> |
NavigationLinkCollectionViewModel.getNavLinks() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ColumnCollectionViewModel.handleURL(NavigationLinkViewModel link) |
void |
NavigationNodeViewModel.setNavBarLink(NavigationLinkViewModel navBarLink) |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationColumnViewModel.setNavigationLinks(List<NavigationLinkViewModel> links) |
void |
NavigationLinkCollectionViewModel.setNavLinks(List<NavigationLinkViewModel> navLinks) |
| Modifier and Type | Method and Description |
|---|---|
static NavigationLinkViewModel |
NavigationLinkViewModelFactory.create(String navLinkName,
String langIso,
String url,
CMSMenuItemType menuItemType) |
| Modifier and Type | Method and Description |
|---|---|
static NavigationLinkCollectionViewModel |
NavigationLinkCollectionViewModelFactory.create(String navNodeName,
List<NavigationLinkViewModel> navLinks) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NavigationLinkViewModel> |
NavigationStateViewModel.getAppliedFacets()
Getting all applied facets
|
List<NavigationLinkViewModel> |
NavigationEditorService.getNavigationLinksForContetPagesFromCurrentCatalog(LiveEditViewModel model)
Find all navigation links for a given content page
|
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationStateViewModel.applyFacet(NavigationLinkViewModel navLinkModel) |
void |
NavigationStateViewModel.removeAppliedFacet(NavigationLinkViewModel linkModel) |
| Modifier and Type | Method and Description |
|---|---|
protected LinkedList<NavigationLinkViewModel> |
DefaultFacetSearchDataService.createNavLinks(LanguageModel language,
FacetData<SolrSearchQueryData> facetData)
Getting facet values for FacetData object
|
Collection<NavigationLinkViewModel> |
DefaultNavigationStateViewModel.getAppliedFacets() |
List<NavigationLinkViewModel> |
DefaultNavigationEditorService.getNavigationLinksForContetPagesFromCurrentCatalog(LiveEditViewModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNavigationStateViewModel.applyFacet(NavigationLinkViewModel navLinkModel) |
protected CMSLinkComponentModel |
DefaultNavigationEditorService.createNewCMSLinkFromLinkViewModel(NavigationLinkViewModel link,
CMSNavigationNodeModel cmsColumnNavNode) |
protected void |
DefaultNavigationEditorService.populateCMSNavigationLinkFromModel(NavigationLinkViewModel link,
CMSLinkComponentModel modelNavLink,
CMSNavigationNodeModel cmsColumnNavNode) |
protected void |
DefaultNavigationEditorService.populateNavigationLinkViewModel(NavigationLinkViewModel link,
CMSLinkComponentModel linkModel,
NavigationColumnViewModel column) |
void |
DefaultNavigationStateViewModel.removeAppliedFacet(NavigationLinkViewModel navLinkModel) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NavigationPackHelper.cleanFacetValueName(NavigationLinkViewModel link) |
static String |
NavigationPackHelper.getSolrQueryFromNavLinkModel(NavigationLinkViewModel navLinkModel)
Getting SOLR query from navigation link model
|
static String |
NavigationPackHelper.showAlternativeUrl(NavigationLinkViewModel link) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NavigationPackHelper.cleanFacetValuesNames(Collection<NavigationLinkViewModel> input) |
Copyright © 2017 SAP SE. All Rights Reserved.