| Modifier and Type | Method and Description |
|---|---|
GenericVariantProductModel |
ModelFactory.createGenericVariantProduct(String code,
ProductModel baseProduct,
CatalogVersionModel catalogVersion,
VariantValueCategoryModel... variantSuperCategories) |
| Modifier and Type | Method and Description |
|---|---|
GenericVariantProductModel |
AbstractCommerceServicelayerTransactionalTest.createGenericVariantProduct(String code,
ProductModel baseProduct,
CatalogVersionModel catalogVersion,
VariantValueCategoryModel... variantSuperCategories) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericVariantProductValidateInterceptor.onValidate(GenericVariantProductModel genericVariant,
InterceptorContext ctx) |
protected void |
GenericVariantProductValidateInterceptor.validateBaseProductSuperCategories(GenericVariantProductModel genericVariant,
Collection<CategoryModel> variantValueCategories) |
| Modifier and Type | Method and Description |
|---|---|
GenericVariantProductModel |
GenericVariantProductResource.getGenericVariantProductModel()
Convenience method which just delegates to
#getResourceValue() |
protected GenericVariantProductModel |
GenericVariantProductResource.readResource(String resourceId)
Gets the
GenericVariantProductModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GenericVariantProductModel> |
GenericVariantProductsResource.getGenericVariantProductsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericVariantProductResource.setGenericVariantProductModel(GenericVariantProductModel value)
Convenience method which just delegates to
#setResourceValue(GenericVariantProductModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericVariantProductsResource.setGenericVariantProductsCollection(Collection<GenericVariantProductModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.