| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomOrder2XMLModel
Generated model class for type CustomOrder2XML first defined at extension commons.
|
class |
VelocityFormatterModel
Generated model class for type VelocityFormatter first defined at extension commons.
|
| Modifier and Type | Method and Description |
|---|---|
ItemFormatterModel |
FormatModel.getInitial()
Generated method - Getter of the
Format.initial attribute defined at extension commons. |
| Modifier and Type | Method and Description |
|---|---|
void |
FormatModel.setInitial(ItemFormatterModel value)
Generated method - Setter of
Format.initial attribute defined at extension commons. |
| Constructor and Description |
|---|
FormatModel(java.lang.String _code,
DocumentTypeEnum _documentType,
ItemFormatterModel _initial)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
FormatModel(java.lang.String _code,
DocumentTypeEnum _documentType,
ItemFormatterModel _initial,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ItemFormatterModel |
ItemFormatterResource.getItemFormatterModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ItemFormatterModel |
ItemFormatterResource.readResource(java.lang.String resourceId)
Gets the
ItemFormatterModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ItemFormatterModel> |
ItemFormattersResource.getItemFormattersCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemFormatterResource.setItemFormatterModel(ItemFormatterModel value)
Convenience method which just delegates to
#setResourceValue(ItemFormatterModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemFormattersResource.setItemFormattersCollection(java.util.Collection<ItemFormatterModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.