| Package | Description |
|---|---|
| de.hybris.platform.b2b.testframework | |
| de.hybris.platform.basecommerce.util | |
| de.hybris.platform.core.model.product |
Contains generated models for each type of de.hybris.platform.jalo.product package.
|
| de.hybris.platform.variants.model |
Contains generated models for each type of de.hybris.platform.variants.jalo package.
|
| de.hybris.platform.variants.resource |
| Modifier and Type | Method and Description |
|---|---|
VariantTypeModel |
ModelFactory.createVariantType(String variantTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
VariantProductModel |
ModelFactory.createVariantProduct(String code,
ProductModel baseProduct,
CatalogVersionModel catalogVersion,
VariantTypeModel variantType) |
| Modifier and Type | Method and Description |
|---|---|
VariantTypeModel |
AbstractCommerceServicelayerTransactionalTest.createVariantType(String variantTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
VariantTypeModel |
ProductModel.getVariantType()
Generated method - Getter of the
Product.variantType attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setVariantType(VariantTypeModel value)
Generated method - Setter of
Product.variantType attribute defined at extension catalog. |
| Modifier and Type | Method and Description |
|---|---|
VariantTypeModel |
VariantAttributeDescriptorModel.getEnclosingType()
Generated method - Getter of the
AttributeDescriptor.enclosingType attribute defined at extension core and redeclared at extension catalog. |
| Constructor and Description |
|---|
VariantAttributeDescriptorModel(TypeModel _attributeType,
VariantTypeModel _enclosingType,
Boolean _generate,
Boolean _partOf,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
VariantAttributeDescriptorModel(TypeModel _attributeType,
VariantTypeModel _enclosingType,
Boolean _generate,
ItemModel _owner,
Boolean _partOf,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
VariantTypeModel |
VariantTypeResource.getVariantTypeModel()
Convenience method which just delegates to
#getResourceValue() |
protected VariantTypeModel |
VariantTypeResource.readResource(String resourceId)
Gets the
VariantTypeModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<VariantTypeModel> |
VariantTypesResource.getVariantTypesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
VariantTypeResource.setVariantTypeModel(VariantTypeModel value)
Convenience method which just delegates to
#setResourceValue(VariantTypeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariantTypesResource.setVariantTypesCollection(Collection<VariantTypeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.