| Package | Description |
|---|---|
| de.hybris.platform.btg.model |
Contains generated models for each type of de.hybris.platform.btg.jalo package.
|
| de.hybris.platform.btg.resource |
| Modifier and Type | Method and Description |
|---|---|
ScriptMediaModel |
BTGMediaScriptOperandModel.getScriptMedia()
Generated method - Getter of the
BTGMediaScriptOperand.scriptMedia attribute defined at extension btg. |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGMediaScriptOperandModel.setScriptMedia(ScriptMediaModel value)
Generated method - Setter of
BTGMediaScriptOperand.scriptMedia attribute defined at extension btg. |
| Constructor and Description |
|---|
BTGMediaScriptOperandModel(CatalogVersionModel _catalogVersion,
boolean _collection,
Class _returnType,
ScriptMediaModel _scriptMedia,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BTGMediaScriptOperandModel(CatalogVersionModel _catalogVersion,
boolean _collection,
ItemModel _owner,
Class _returnType,
ScriptMediaModel _scriptMedia,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ScriptMediaModel |
ScriptMediaResource.getScriptMediaModel()
Convenience method which just delegates to
#getResourceValue() |
protected ScriptMediaModel |
ScriptMediaResource.readResource(String resourceId)
Gets the
ScriptMediaModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ScriptMediaModel> |
ScriptMediasResource.getScriptMediasCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptMediaResource.setScriptMediaModel(ScriptMediaModel value)
Convenience method which just delegates to
#setResourceValue(ScriptMediaModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptMediasResource.setScriptMediasCollection(Collection<ScriptMediaModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.