| Package | Description |
|---|---|
| de.hybris.platform.hac.facade | |
| de.hybris.platform.hac.facade.impl | |
| de.hybris.platform.personalizationintegration.model |
Contains generated models for each type of de.hybris.platform.personalizationintegration.jalo package.
|
| de.hybris.platform.scripting.engine.content.impl | |
| de.hybris.platform.scripting.engine.repository.impl | |
| de.hybris.platform.scripting.interceptors | |
| de.hybris.platform.scripting.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScriptModel> |
DynamicLanguagesFacade.findScriptsForEngine(java.lang.String name)
Returns list of scripts for given scripting engine.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScriptModel> |
DefaultDynamicLanguagesFacade.findScriptsForEngine(java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
CxMapperScriptModel
Generated model class for type CxMapperScript first defined at extension personalizationintegration.
|
| Constructor and Description |
|---|
ModelScriptContent(ScriptModel model) |
ModelScriptContent(ScriptModel model,
AutoDisablingScriptStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
ScriptModel |
ModelScriptsRepository.findActiveScript(java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScriptModel> |
ModelScriptsRepository.findAllActiveScriptsForType(ScriptType scriptType) |
java.util.List<ScriptModel> |
ModelScriptsRepository.findAllRevisionsForCode(java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptValidateInterceptor.onValidate(ScriptModel scriptModel,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ScriptModel |
ScriptResource.getScriptModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ScriptModel |
ScriptResource.readResource(java.lang.String resourceId)
Gets the
ScriptModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ScriptModel> |
ScriptsResource.getScriptsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptResource.setScriptModel(ScriptModel value)
Convenience method which just delegates to
#setResourceValue(ScriptModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptsResource.setScriptsCollection(java.util.Collection<ScriptModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.