| Modifier and Type | Method and Description |
|---|---|
CMSLinkComponentModel |
AccountBookmarkComponentModel.getLink()
Generated method - Getter of the
AccountBookmarkComponent.link attribute defined at extension acceleratorcms. |
CMSLinkComponentModel |
NavigationBarComponentModel.getLink()
Generated method - Getter of the
NavigationBarComponent.link attribute defined at extension acceleratorcms. |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountBookmarkComponentModel.setLink(CMSLinkComponentModel value)
Generated method - Setter of
AccountBookmarkComponent.link attribute defined at extension acceleratorcms. |
void |
NavigationBarComponentModel.setLink(CMSLinkComponentModel value)
Generated method - Setter of
NavigationBarComponent.link attribute defined at extension acceleratorcms. |
| Constructor and Description |
|---|
AccountBookmarkComponentModel(CatalogVersionModel _catalogVersion,
CMSLinkComponentModel _link,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AccountBookmarkComponentModel(CatalogVersionModel _catalogVersion,
CMSLinkComponentModel _link,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
NavigationBarComponentModel(CatalogVersionModel _catalogVersion,
CMSLinkComponentModel _link,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
NavigationBarComponentModel(CatalogVersionModel _catalogVersion,
CMSLinkComponentModel _link,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSLinkComponentModel> |
CategoryModel.getLinkComponents()
Generated method - Getter of the
Category.linkComponents attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryModel.setLinkComponents(java.util.List<CMSLinkComponentModel> value)
Generated method - Setter of
Category.linkComponents attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSLinkComponentModel> |
CMSNavigationNodeModel.getLinks()
Deprecated.
since 4.4
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSNavigationNodeModel.setLinks(java.util.List<CMSLinkComponentModel> value)
Deprecated.
since 4.4
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSLinkComponentModel> |
ContentPageModel.getLinkComponents()
Generated method - Getter of the
ContentPage.linkComponents attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentPageModel.setLinkComponents(java.util.List<CMSLinkComponentModel> value)
Generated method - Setter of
ContentPage.linkComponents attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
CMSLinkComponentModel |
CMSLinkComponentResource.getCMSLinkComponentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CMSLinkComponentModel |
CMSLinkComponentResource.readResource(java.lang.String resourceId)
Gets the
CMSLinkComponentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSLinkComponentModel> |
CMSLinkComponentsResource.getCMSLinkComponentsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSLinkComponentResource.setCMSLinkComponentModel(CMSLinkComponentModel value)
Convenience method which just delegates to
#setResourceValue(CMSLinkComponentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSLinkComponentsResource.setCMSLinkComponentsCollection(java.util.Collection<CMSLinkComponentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected CMSLinkComponentModel |
DefaultCMSVersionServiceIntegrationTest.getCMSLinkComponentFromCache(java.lang.String componentUID) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSLinkComponentValidator.validate(CMSLinkComponentModel validatee) |
protected void |
DefaultCMSLinkComponentValidator.verifyOnlyOneTypeProvided(CMSLinkComponentModel target)
Verifies that one of the following is specified: category, content page, product or url
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemModel> |
CMSLinkComponentModelVisitor.visit(CMSLinkComponentModel source,
java.util.List<ItemModel> path,
java.util.Map<java.lang.String,java.lang.Object> ctx) |
| Modifier and Type | Method and Description |
|---|---|
CMSLinkComponentModel |
LinkComponentModelBuilder.build() |
protected CMSLinkComponentModel |
LinkComponentModelBuilder.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static LinkComponentModelBuilder |
LinkComponentModelBuilder.fromModel(CMSLinkComponentModel model) |
| Modifier and Type | Method and Description |
|---|---|
CMSLinkComponentModel |
LinkComponentModelMother.createCategoryLinkComponentModel(CatalogVersionModel catalogVersion) |
CMSLinkComponentModel |
LinkComponentModelMother.createContentPageLinkComponentModel(CatalogVersionModel catalogVersion) |
CMSLinkComponentModel |
LinkComponentModelMother.createExternalLinkComponentModel(CatalogVersionModel catalogVersion) |
CMSLinkComponentModel |
LinkComponentModelMother.createProductLinkComponentModel(CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CMSLinkComponentModel> |
ProductModel.getLinkComponents()
Generated method - Getter of the
Product.linkComponents attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setLinkComponents(java.util.List<CMSLinkComponentModel> value)
Generated method - Setter of
Product.linkComponents attribute defined at extension cms2. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
CMSLinkComponentRenderer.getUrl(CMSLinkComponentModel component) |
void |
CMSLinkComponentRenderer.renderComponent(PageContext pageContext,
CMSLinkComponentModel component) |
Copyright © 2018 SAP SE. All Rights Reserved.