| Package | Description |
|---|---|
| de.hybris.platform.commons.model |
Contains generated models for each type of de.hybris.platform.commons.jalo package.
|
| de.hybris.platform.commons.resource | |
| de.hybris.platform.core.model.type |
Contains generated models for each type of de.hybris.platform.jalo.type package.
|
| Modifier and Type | Method and Description |
|---|---|
FormatModel |
DocumentModel.getFormat()
Generated method - Getter of the
Document.format attribute defined at extension commons. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FormatModel> |
MediaFormatterModel.getFormats()
Generated method - Getter of the
MediaFormatter.formats attribute defined at extension commons. |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentModel.setFormat(FormatModel value)
Generated method - Initial setter of
Document.format attribute defined at extension commons. |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaFormatterModel.setFormats(java.util.Collection<FormatModel> value)
Generated method - Setter of
MediaFormatter.formats attribute defined at extension commons. |
| Constructor and Description |
|---|
DocumentModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
FormatModel _format)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DocumentModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
FormatModel _format,
ItemModel _owner,
ItemModel _sourceItem)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
FormatModel |
FormatResource.getFormatModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected FormatModel |
FormatResource.readResource(java.lang.String resourceId)
Gets the
FormatModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FormatModel> |
FormatsResource.getFormatsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormatResource.setFormatModel(FormatModel value)
Convenience method which just delegates to
#setResourceValue(FormatModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormatsResource.setFormatsCollection(java.util.Collection<FormatModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FormatModel> |
ComposedTypeModel.getFormats()
Generated method - Getter of the
ComposedType.formats attribute defined at extension commons. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComposedTypeModel.setFormats(java.util.Collection<FormatModel> value)
Generated method - Setter of
ComposedType.formats attribute defined at extension commons. |
Copyright © 2018 SAP SE. All Rights Reserved.