IProduct Interface

Implements

IPartnerComponent<Tuple<java.lang.String,java.lang.String>> IEntityGetOperations<Product>

public interface IProduct extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<Product>

Holds operations that can be performed on products that apply to a given customer.

Method Summary

Modifier and Type Method and Description
abstract Product get()

Retrieves the product information

abstract ISkuCollection getSkus()

Retrieves the SKUs for the product.

Method Details

get

public abstract Product get()

Retrieves the product information

Returns:

The product information.

getSkus

public abstract ISkuCollection getSkus()

Retrieves the SKUs for the product.

Returns:

The SKUs for the product.

Applies to