| Package | Description |
|---|---|
| de.hybris.platform.catalog.model.classification |
Contains generated models for each type of de.hybris.platform.catalog.jalo.classification package.
|
| de.hybris.platform.catalog.resource.classification | |
| de.hybris.platform.sap.productconfig.facades.impl |
| Modifier and Type | Method and Description |
|---|---|
ClassificationAttributeValueModel |
AttributeValueAssignmentModel.getValue()
Generated method - Getter of the
AttributeValueAssignment.value attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
List<ClassificationAttributeValueModel> |
ClassAttributeAssignmentModel.getAttributeValues()
Generated method - Getter of the
ClassAttributeAssignment.attributeValues attribute defined at extension catalog. |
List<ClassificationAttributeValueModel> |
ClassificationAttributeModel.getDefaultAttributeValues()
Generated method - Getter of the
ClassificationAttribute.defaultAttributeValues attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeValueAssignmentModel.setValue(ClassificationAttributeValueModel value)
Generated method - Initial setter of
AttributeValueAssignment.value attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassAttributeAssignmentModel.setAttributeValues(List<ClassificationAttributeValueModel> value)
Generated method - Setter of
ClassAttributeAssignment.attributeValues attribute defined at extension catalog. |
void |
ClassificationAttributeModel.setDefaultAttributeValues(List<ClassificationAttributeValueModel> value)
Generated method - Setter of
ClassificationAttribute.defaultAttributeValues attribute defined at extension catalog. |
| Constructor and Description |
|---|
AttributeValueAssignmentModel(ClassificationAttributeModel _attribute,
ClassAttributeAssignmentModel _attributeAssignment,
ItemModel _owner,
ClassificationSystemVersionModel _systemVersion,
ClassificationAttributeValueModel _value)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AttributeValueAssignmentModel(ClassificationAttributeValueModel _value)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationAttributeValueModel |
ClassificationAttributeValueResource.getClassificationAttributeValueModel()
Convenience method which just delegates to
#getResourceValue() |
protected ClassificationAttributeValueModel |
ClassificationAttributeValueResource.readResource(String resourceId)
Gets the
ClassificationAttributeValueModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassificationAttributeValueModel> |
ClassificationAttributeValuesResource.getClassificationAttributeValuesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationAttributeValueResource.setClassificationAttributeValueModel(ClassificationAttributeValueModel value)
Convenience method which just delegates to
#setResourceValue(ClassificationAttributeValueModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationAttributeValuesResource.setClassificationAttributeValuesCollection(Collection<ClassificationAttributeValueModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ClassificationAttributeValueModel> |
ClassificationSystemCPQAttributesProviderImpl.findClassificationAttributeValuesByCodePrefix(ClassificationSystemVersionModel systemVersion,
String code) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Collection<MediaModel>> |
ClassificationSystemCPQAttributesProviderImpl.addMediaEntries(Collection<ClassificationAttributeValueModel> attrValues) |
protected Map<String,Collection<MediaModel>> |
ClassificationSystemCPQAttributesProviderImpl.extractCsticValueMediaFromAttributeModel(Collection<ClassificationAttributeValueModel> attrValues) |
protected Map<String,String> |
ClassificationSystemCPQAttributesProviderImpl.extractValueNamesFromAttributeModel(Collection<ClassificationAttributeValueModel> attrValues) |
Copyright © 2017 SAP SE. All Rights Reserved.