| Package | Description |
|---|---|
| de.hybris.platform.basecommerce.model.site |
Contains generated models for each type of de.hybris.platform.basecommerce.jalo.site package.
|
| de.hybris.platform.personalizationservices.configuration | |
| de.hybris.platform.personalizationservices.configuration.impl | |
| de.hybris.platform.personalizationservices.model.config |
Contains generated models for each type of de.hybris.platform.personalizationservices.jalo.config package.
|
| de.hybris.platform.personalizationservices.resource.config |
| Modifier and Type | Method and Description |
|---|---|
CxConfigModel |
BaseSiteModel.getCxConfig()
Generated method - Getter of the
BaseSite.cxConfig attribute defined at extension personalizationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSiteModel.setCxConfig(CxConfigModel value)
Generated method - Setter of
BaseSite.cxConfig attribute defined at extension personalizationservices. |
| Modifier and Type | Method and Description |
|---|---|
Optional<CxConfigModel> |
CxConfigurationService.getConfiguration()
Retrieves configuration with current base site returned by
BaseSiteService. |
Optional<CxConfigModel> |
CxConfigurationService.getConfiguration(BaseSiteModel baseSiteModel)
Retrieves configuration with given base site
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CxConfigModel> |
DefaultCxConfigurationService.getConfiguration() |
Optional<CxConfigModel> |
DefaultCxConfigurationService.getConfiguration(BaseSiteModel baseSiteModel) |
| Modifier and Type | Method and Description |
|---|---|
CxConfigModel |
CxUrlVoterConfigModel.getCxConfig()
Generated method - Getter of the
CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CxUrlVoterConfigModel.setCxConfig(CxConfigModel value)
Generated method - Setter of
CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices. |
| Constructor and Description |
|---|
CxUrlVoterConfigModel(Set<String> _actions,
String _code,
CxConfigModel _cxConfig,
ItemModel _owner,
String _urlRegexp)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CxUrlVoterConfigModel(Set<String> _actions,
String _code,
CxConfigModel _cxConfig,
String _urlRegexp)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CxConfigModel |
CxConfigResource.getCxConfigModel()
Convenience method which just delegates to
#getResourceValue() |
protected CxConfigModel |
CxConfigResource.readResource(String resourceId)
Gets the
CxConfigModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CxConfigModel> |
CxConfigsResource.getCxConfigsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CxConfigResource.setCxConfigModel(CxConfigModel value)
Convenience method which just delegates to
#setResourceValue(CxConfigModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CxConfigsResource.setCxConfigsCollection(Collection<CxConfigModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.