IProductExtensions Interface

Implements

public interface IProductExtensions extends IPartnerComponentString

Holds extension operations for products.

Method Summary

Modifier and Type Method and Description
abstract IProductExtensionsByCountry byCountry(String country)

Retrieves the extension operations that can be applied on products from a given country.

Method Details

byCountry

public abstract IProductExtensionsByCountry byCountry(String country)

Retrieves the extension operations that can be applied on products from a given country.

Parameters:

country - The country name.

Returns:

The product extensions operations by country.

Applies to