| Package | Description |
|---|---|
| de.hybris.platform.core.model.security |
Contains generated models for each type of de.hybris.platform.jalo.security package.
|
| 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.dao | |
| de.hybris.platform.mcc.services.dao.impl | |
| de.hybris.platform.mcc.services.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractLinkEntryModel> |
PrincipalModel.getReadAbstractLinkEntry()
Generated method - Getter of the
Principal.readAbstractLinkEntry attribute defined at extension mcc. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalModel.setReadAbstractLinkEntry(java.util.List<AbstractLinkEntryModel> value)
Generated method - Setter of
Principal.readAbstractLinkEntry attribute defined at extension mcc. |
| Modifier and Type | Class and Description |
|---|---|
class |
DividerModel
Generated model class for type Divider first defined at extension mcc.
|
class |
DynamicLinkModel
Generated model class for type DynamicLink first defined at extension mcc.
|
class |
StaticLinkModel
Generated model class for type StaticLink first defined at extension mcc.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractLinkEntryModel |
AbstractLinkEntryResource.getAbstractLinkEntryModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AbstractLinkEntryModel |
AbstractLinkEntryResource.readResource(java.lang.String resourceId)
Gets the
AbstractLinkEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractLinkEntryModel> |
AbstractLinkEntriesResource.getAbstractLinkEntriesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLinkEntryResource.setAbstractLinkEntryModel(AbstractLinkEntryModel value)
Convenience method which just delegates to
#setResourceValue(AbstractLinkEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLinkEntriesResource.setAbstractLinkEntriesCollection(java.util.Collection<AbstractLinkEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractLinkEntryModel> |
LinkEntryService.getActiveLinkEntries(java.lang.String areaCode,
boolean rootOnly)
Returns sorted list of links (static, dynamic, dividers) for given area and current session user.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LinkEntryService.isVisible(AbstractLinkEntryModel linkModel)
Returns whether a link is visible or not for the current user
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractLinkEntryModel> |
LinkEntryDao.getActiveLinkEntries(java.lang.String areaCode,
boolean rootOnly)
Returns sorted list of links (static, dynamic, dividers) for given area and current session user.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractLinkEntryModel> |
LinkEntryDaoImpl.getActiveLinkEntries(java.lang.String areaCode,
boolean rootOnly) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractLinkEntryModel> |
DefaultLinkEntryService.getActiveLinkEntries(java.lang.String areaCode,
boolean rootOnly) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultLinkEntryService.isVisible(AbstractLinkEntryModel linkModel) |
Copyright © 2018 SAP SE. All Rights Reserved.