| Package | Description |
|---|---|
| de.hybris.platform.mcc.model |
Contains generated models for each type of de.hybris.platform.mcc.jalo package.
|
| de.hybris.platform.mcc.resource | |
| de.hybris.platform.mcc.services | |
| de.hybris.platform.mcc.services.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicLinkModel
Generated model class for type DynamicLink first defined at extension mcc.
|
| Modifier and Type | Method and Description |
|---|---|
StaticLinkModel |
StaticLinkModel.getParentLink()
Generated method - Getter of the
StaticLink.parentLink attribute defined at extension mcc. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StaticLinkModel> |
StaticLinkModel.getSublinks()
Generated method - Getter of the
StaticLink.sublinks attribute defined at extension mcc. |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticLinkModel.setParentLink(StaticLinkModel value)
Generated method - Setter of
StaticLink.parentLink attribute defined at extension mcc. |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticLinkModel.setSublinks(java.util.List<StaticLinkModel> value)
Generated method - Setter of
StaticLink.sublinks attribute defined at extension mcc. |
| Modifier and Type | Method and Description |
|---|---|
StaticLinkModel |
StaticLinkResource.getStaticLinkModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected StaticLinkModel |
StaticLinkResource.readResource(java.lang.String resourceId)
Gets the
StaticLinkModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<StaticLinkModel> |
StaticLinksResource.getStaticLinksCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticLinkResource.setStaticLinkModel(StaticLinkModel value)
Convenience method which just delegates to
#setResourceValue(StaticLinkModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticLinksResource.setStaticLinksCollection(java.util.Collection<StaticLinkModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StaticLinkModel> |
LinkEntryService.getVisibleSublinks(StaticLinkModel staticLink)
Returns all sublinks of a static link that are visible for the current user
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
LinkEntryService.getLinkUrl(StaticLinkModel linkModel,
HttpServletResponse servletResponse)
Return link for given link model instance.
|
java.util.List<StaticLinkModel> |
LinkEntryService.getVisibleSublinks(StaticLinkModel staticLink)
Returns all sublinks of a static link that are visible for the current user
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StaticLinkModel> |
DefaultLinkEntryService.getVisibleSublinks(StaticLinkModel staticLink) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultLinkEntryService.getLinkUrl(StaticLinkModel linkModel,
HttpServletResponse servletResponse) |
java.util.List<StaticLinkModel> |
DefaultLinkEntryService.getVisibleSublinks(StaticLinkModel staticLink) |
Copyright © 2018 SAP SE. All Rights Reserved.