ProductExtensionsByCountryOperations Class

Implements

public class ProductExtensionsByCountryOperations extends BasePartnerComponentString implements IProductExtensionsByCountry

Product extensions operations implementation by country.

Constructor Summary

Constructor Description
ProductExtensionsByCountryOperations(IPartner rootPartnerOperations, String country)

Initializes a new instance of the ProductExtensionsByCountryOperations class.

Method Summary

Modifier and Type Method and Description
java.util.List<InventoryItem> checkInventory(InventoryCheckRequest checkRequest)

Retrieves inventory validation results for the provided country.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ProductExtensionsByCountryOperations

public ProductExtensionsByCountryOperations(IPartner rootPartnerOperations, String country)

Initializes a new instance of the ProductExtensionsByCountryOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
country - The country on which to base the corresponding products.

Method Details

checkInventory

public List checkInventory(InventoryCheckRequest checkRequest)

Retrieves inventory validation results for the provided country.

Parameters:

checkRequest - The request for the inventory check.

Returns:

The inventory check results.

Applies to